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

Side by Side Diff: gyp/gpu.gypi

Issue 1277233002: Make folder for batches (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 4 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/GrAAConvexPathRenderer.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '<(skia_src_path)/gpu/GrAARectRenderer.h', 69 '<(skia_src_path)/gpu/GrAARectRenderer.h',
70 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 70 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
71 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 71 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
72 '<(skia_src_path)/gpu/GrAllocator.h', 72 '<(skia_src_path)/gpu/GrAllocator.h',
73 '<(skia_src_path)/gpu/GrAtlas.cpp', 73 '<(skia_src_path)/gpu/GrAtlas.cpp',
74 '<(skia_src_path)/gpu/GrAtlas.h', 74 '<(skia_src_path)/gpu/GrAtlas.h',
75 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp', 75 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp',
76 '<(skia_src_path)/gpu/GrAtlasTextBlob.h', 76 '<(skia_src_path)/gpu/GrAtlasTextBlob.h',
77 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 77 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
78 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 78 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
79 '<(skia_src_path)/gpu/GrBatch.cpp',
80 '<(skia_src_path)/gpu/GrBatch.h',
81 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 79 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
82 '<(skia_src_path)/gpu/GrBatchAtlas.h', 80 '<(skia_src_path)/gpu/GrBatchAtlas.h',
83 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 81 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
84 '<(skia_src_path)/gpu/GrBatchFontCache.h', 82 '<(skia_src_path)/gpu/GrBatchFontCache.h',
85 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 83 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
86 '<(skia_src_path)/gpu/GrBatchTarget.h', 84 '<(skia_src_path)/gpu/GrBatchTarget.h',
87 '<(skia_src_path)/gpu/GrBatchTest.cpp', 85 '<(skia_src_path)/gpu/GrBatchTest.cpp',
88 '<(skia_src_path)/gpu/GrBatchTest.h', 86 '<(skia_src_path)/gpu/GrBatchTest.h',
89 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 87 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
90 '<(skia_src_path)/gpu/GrBlurUtils.h', 88 '<(skia_src_path)/gpu/GrBlurUtils.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 166 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
169 '<(skia_src_path)/gpu/GrProcOptInfo.h', 167 '<(skia_src_path)/gpu/GrProcOptInfo.h',
170 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 168 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
171 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 169 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
172 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 170 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
173 '<(skia_src_path)/gpu/GrRectanizer.h', 171 '<(skia_src_path)/gpu/GrRectanizer.h',
174 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 172 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
175 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 173 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
176 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 174 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
177 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 175 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
178 '<(skia_src_path)/gpu/GrRectBatch.h',
179 '<(skia_src_path)/gpu/GrRectBatch.cpp',
180 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 176 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
181 '<(skia_src_path)/gpu/GrRenderTargetPriv.h', 177 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
182 '<(skia_src_path)/gpu/GrReducedClip.cpp', 178 '<(skia_src_path)/gpu/GrReducedClip.cpp',
183 '<(skia_src_path)/gpu/GrReducedClip.h', 179 '<(skia_src_path)/gpu/GrReducedClip.h',
184 '<(skia_src_path)/gpu/GrReorderCommandBuilder.h', 180 '<(skia_src_path)/gpu/GrReorderCommandBuilder.h',
185 '<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp', 181 '<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp',
186 '<(skia_src_path)/gpu/GrResourceCache.cpp', 182 '<(skia_src_path)/gpu/GrResourceCache.cpp',
187 '<(skia_src_path)/gpu/GrResourceCache.h', 183 '<(skia_src_path)/gpu/GrResourceCache.h',
188 '<(skia_src_path)/gpu/GrResourceProvider.cpp', 184 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
189 '<(skia_src_path)/gpu/GrResourceProvider.h', 185 '<(skia_src_path)/gpu/GrResourceProvider.h',
(...skipping 14 matching lines...) Expand all
204 '<(skia_src_path)/gpu/GrTracing.h', 200 '<(skia_src_path)/gpu/GrTracing.h',
205 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp', 201 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
206 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h', 202 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
207 '<(skia_src_path)/gpu/GrTestUtils.cpp', 203 '<(skia_src_path)/gpu/GrTestUtils.cpp',
208 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 204 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
209 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 205 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
210 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 206 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
211 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 207 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
212 '<(skia_src_path)/gpu/GrSurfacePriv.h', 208 '<(skia_src_path)/gpu/GrSurfacePriv.h',
213 '<(skia_src_path)/gpu/GrSurface.cpp', 209 '<(skia_src_path)/gpu/GrSurface.cpp',
214 '<(skia_src_path)/gpu/GrStrokeRectBatch.cpp',
215 '<(skia_src_path)/gpu/GrStrokeRectBatch.h',
216 '<(skia_src_path)/gpu/GrTextBlobCache.cpp', 210 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
217 '<(skia_src_path)/gpu/GrTextBlobCache.h', 211 '<(skia_src_path)/gpu/GrTextBlobCache.h',
218 '<(skia_src_path)/gpu/GrTextContext.cpp', 212 '<(skia_src_path)/gpu/GrTextContext.cpp',
219 '<(skia_src_path)/gpu/GrTextContext.h', 213 '<(skia_src_path)/gpu/GrTextContext.h',
220 '<(skia_src_path)/gpu/GrTexture.cpp', 214 '<(skia_src_path)/gpu/GrTexture.cpp',
221 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 215 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
222 '<(skia_src_path)/gpu/GrTexturePriv.h', 216 '<(skia_src_path)/gpu/GrTexturePriv.h',
223 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 217 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
224 '<(skia_src_path)/gpu/GrTRecorder.h', 218 '<(skia_src_path)/gpu/GrTRecorder.h',
225 '<(skia_src_path)/gpu/GrVertexBuffer.h', 219 '<(skia_src_path)/gpu/GrVertexBuffer.h',
226 '<(skia_src_path)/gpu/GrVertices.h', 220 '<(skia_src_path)/gpu/GrVertices.h',
227 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 221 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
222
223 # Batches
224 '<(skia_src_path)/gpu/batches/GrBatch.cpp',
225 '<(skia_src_path)/gpu/batches/GrBatch.h',
226 '<(skia_src_path)/gpu/batches/GrRectBatch.h',
227 '<(skia_src_path)/gpu/batches/GrRectBatch.cpp',
228 '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp',
229 '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h',
228 230
229 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 231 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
230 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 232 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
231 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 233 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
232 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 234 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
233 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 235 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
234 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 236 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
235 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', 237 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
236 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 238 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
237 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 239 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 438 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
437 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 439 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
438 ], 440 ],
439 'skgpu_null_gl_sources': [ 441 'skgpu_null_gl_sources': [
440 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 442 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
441 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 443 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
442 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 444 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
443 ], 445 ],
444 }, 446 },
445 } 447 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAAConvexPathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698