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

Side by Side Diff: gyp/gpu.gypi

Issue 938383004: Dynamically create stencil buffer when needed. (Closed) Base URL: https://skia.googlesource.com/skia.git@bigstencil
Patch Set: Actually save file before uploading Created 5 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
« no previous file with comments | « no previous file | include/gpu/GrRenderTarget.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 'gpu' files 1 # Include this gypi to include all 'gpu' 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 'skgpu_sources': [ 10 'skgpu_sources': [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '<(skia_src_path)/gpu/GrPlotMgr.h', 142 '<(skia_src_path)/gpu/GrPlotMgr.h',
143 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 143 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
144 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 144 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
145 '<(skia_src_path)/gpu/GrRectanizer.h', 145 '<(skia_src_path)/gpu/GrRectanizer.h',
146 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 146 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
147 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 147 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
148 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 148 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
149 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 149 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
150 '<(skia_src_path)/gpu/GrRedBlackTree.h', 150 '<(skia_src_path)/gpu/GrRedBlackTree.h',
151 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 151 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
152 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
152 '<(skia_src_path)/gpu/GrReducedClip.cpp', 153 '<(skia_src_path)/gpu/GrReducedClip.cpp',
153 '<(skia_src_path)/gpu/GrReducedClip.h', 154 '<(skia_src_path)/gpu/GrReducedClip.h',
154 '<(skia_src_path)/gpu/GrResourceCache.cpp', 155 '<(skia_src_path)/gpu/GrResourceCache.cpp',
155 '<(skia_src_path)/gpu/GrResourceCache.h', 156 '<(skia_src_path)/gpu/GrResourceCache.h',
156 '<(skia_src_path)/gpu/GrStencil.cpp', 157 '<(skia_src_path)/gpu/GrStencil.cpp',
157 '<(skia_src_path)/gpu/GrStencil.h', 158 '<(skia_src_path)/gpu/GrStencil.h',
158 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 159 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
159 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 160 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
160 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 162 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 382 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
382 ], 383 ],
383 'skgpu_null_gl_sources': [ 384 'skgpu_null_gl_sources': [
384 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 385 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
385 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 386 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
386 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 387 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
387 ], 388 ],
388 }, 389 },
389 } 390 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrRenderTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698