Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: include/gpu/gl/GrGLConfig.h

Issue 1413263006: Experimental CL to stop using subdata (Closed) Base URL: https://skia.googlesource.com/skia.git@bufferimpl2
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/gpu/gl/GrGLBufferImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2011 Google Inc. 3 * Copyright 2011 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 10
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 #define GR_GL_CHECK_ERROR 1 104 #define GR_GL_CHECK_ERROR 1
105 #else 105 #else
106 #define GR_GL_CHECK_ERROR 0 106 #define GR_GL_CHECK_ERROR 0
107 #endif 107 #endif
108 #endif 108 #endif
109 109
110 #if !defined(GR_GL_CHECK_ERROR_START) 110 #if !defined(GR_GL_CHECK_ERROR_START)
111 #define GR_GL_CHECK_ERROR_START 1 111 #define GR_GL_CHECK_ERROR_START 1
112 #endif 112 #endif
113 113
114 #if !defined(GR_GL_USE_BUFFER_DATA_NULL_HINT)
115 #define GR_GL_USE_BUFFER_DATA_NULL_HINT 1
116 #endif
117
118 #if !defined(GR_GL_PER_GL_FUNC_CALLBACK) 114 #if !defined(GR_GL_PER_GL_FUNC_CALLBACK)
119 #define GR_GL_PER_GL_FUNC_CALLBACK 0 115 #define GR_GL_PER_GL_FUNC_CALLBACK 0
120 #endif 116 #endif
121 117
122 #if !defined(GR_GL_CHECK_ALLOC_WITH_GET_ERROR) 118 #if !defined(GR_GL_CHECK_ALLOC_WITH_GET_ERROR)
123 #define GR_GL_CHECK_ALLOC_WITH_GET_ERROR 1 119 #define GR_GL_CHECK_ALLOC_WITH_GET_ERROR 1
124 #endif 120 #endif
125 121
126 #if !defined(GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT) 122 #if !defined(GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT)
127 #define GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT 0 123 #define GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT 0
128 #endif 124 #endif
129 125
130 #if !defined(GR_GL_MUST_USE_VBO) 126 #if !defined(GR_GL_MUST_USE_VBO)
131 #define GR_GL_MUST_USE_VBO 0 127 #define GR_GL_MUST_USE_VBO 0
132 #endif 128 #endif
133 129
134 #if !defined(GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE) 130 #if !defined(GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE)
135 #define GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE 0 131 #define GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE 0
136 #endif 132 #endif
137 133
138 #endif 134 #endif
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/GrGLBufferImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698