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

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

Issue 1409123004: Revert of Experimental CL to stop using subdata (Closed) Base URL: https://skia.googlesource.com/skia.git@bufferimpl2
Patch Set: Created 5 years, 1 month 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
114 #if !defined(GR_GL_PER_GL_FUNC_CALLBACK) 118 #if !defined(GR_GL_PER_GL_FUNC_CALLBACK)
115 #define GR_GL_PER_GL_FUNC_CALLBACK 0 119 #define GR_GL_PER_GL_FUNC_CALLBACK 0
116 #endif 120 #endif
117 121
118 #if !defined(GR_GL_CHECK_ALLOC_WITH_GET_ERROR) 122 #if !defined(GR_GL_CHECK_ALLOC_WITH_GET_ERROR)
119 #define GR_GL_CHECK_ALLOC_WITH_GET_ERROR 1 123 #define GR_GL_CHECK_ALLOC_WITH_GET_ERROR 1
120 #endif 124 #endif
121 125
122 #if !defined(GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT) 126 #if !defined(GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT)
123 #define GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT 0 127 #define GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT 0
124 #endif 128 #endif
125 129
126 #if !defined(GR_GL_MUST_USE_VBO) 130 #if !defined(GR_GL_MUST_USE_VBO)
127 #define GR_GL_MUST_USE_VBO 0 131 #define GR_GL_MUST_USE_VBO 0
128 #endif 132 #endif
129 133
130 #if !defined(GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE) 134 #if !defined(GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE)
131 #define GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE 0 135 #define GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE 0
132 #endif 136 #endif
133 137
134 #endif 138 #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