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

Side by Side Diff: gyp/gpu.gypi

Issue 12328111: Use glGetStringi to get extensions when available. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « bench/BenchGpuTimer_gl.cpp ('k') | include/gpu/gl/GrGLExtensions.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'gr' and 'skgr' files 1 # Include this gypi to include all 'gr' and 'skgr' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'gr_sources': [ 10 'gr_sources': [
(...skipping 20 matching lines...) Expand all
31 '<(skia_include_path)/gpu/GrResource.h', 31 '<(skia_include_path)/gpu/GrResource.h',
32 '<(skia_include_path)/gpu/GrSurface.h', 32 '<(skia_include_path)/gpu/GrSurface.h',
33 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', 33 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
34 '<(skia_include_path)/gpu/GrTextContext.h', 34 '<(skia_include_path)/gpu/GrTextContext.h',
35 '<(skia_include_path)/gpu/GrTexture.h', 35 '<(skia_include_path)/gpu/GrTexture.h',
36 '<(skia_include_path)/gpu/GrTextureAccess.h', 36 '<(skia_include_path)/gpu/GrTextureAccess.h',
37 '<(skia_include_path)/gpu/GrTypes.h', 37 '<(skia_include_path)/gpu/GrTypes.h',
38 '<(skia_include_path)/gpu/GrUserConfig.h', 38 '<(skia_include_path)/gpu/GrUserConfig.h',
39 39
40 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 40 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
41 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
41 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 42 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
42 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 43 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
43 44
44 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
46 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
48 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 49 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
49 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 50 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
50 '<(skia_src_path)/gpu/GrAllocator.h', 51 '<(skia_src_path)/gpu/GrAllocator.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 139 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
139 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 140 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
140 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 141 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
141 '<(skia_src_path)/gpu/gl/GrGLContextInfo.cpp', 142 '<(skia_src_path)/gpu/gl/GrGLContextInfo.cpp',
142 '<(skia_src_path)/gpu/gl/GrGLContextInfo.h', 143 '<(skia_src_path)/gpu/gl/GrGLContextInfo.h',
143 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 144 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
144 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 145 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
145 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 146 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
146 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp', 147 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp',
147 '<(skia_src_path)/gpu/gl/GrGLEffect.h', 148 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
149 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
148 '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.cpp', 150 '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.cpp',
149 '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.h', 151 '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.h',
150 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 152 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
151 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 153 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
152 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 154 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
153 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 155 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
154 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 156 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
155 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 157 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
156 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 158 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
157 '<(skia_src_path)/gpu/gl/GrGLPath.h', 159 '<(skia_src_path)/gpu/gl/GrGLPath.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 264 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
263 ], 265 ],
264 }, 266 },
265 } 267 }
266 268
267 # Local Variables: 269 # Local Variables:
268 # tab-width:2 270 # tab-width:2
269 # indent-tabs-mode:nil 271 # indent-tabs-mode:nil
270 # End: 272 # End:
271 # vim: set expandtab tabstop=2 shiftwidth=2: 273 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/BenchGpuTimer_gl.cpp ('k') | include/gpu/gl/GrGLExtensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698