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

Side by Side Diff: gyp/gpu.gypi

Issue 1107973004: Pull cache out of GrContext (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixpicturerenderer.cpp Created 5 years, 7 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 | « gm/texdata.cpp ('k') | include/gpu/GrContext.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 # 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 15 matching lines...) Expand all
26 '<(skia_include_path)/gpu/GrProcessor.h', 26 '<(skia_include_path)/gpu/GrProcessor.h',
27 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', 27 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
28 '<(skia_include_path)/gpu/GrProgramElement.h', 28 '<(skia_include_path)/gpu/GrProgramElement.h',
29 '<(skia_include_path)/gpu/GrGpuResourceRef.h', 29 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
30 '<(skia_include_path)/gpu/GrRect.h', 30 '<(skia_include_path)/gpu/GrRect.h',
31 '<(skia_include_path)/gpu/GrRenderTarget.h', 31 '<(skia_include_path)/gpu/GrRenderTarget.h',
32 '<(skia_include_path)/gpu/GrResourceKey.h', 32 '<(skia_include_path)/gpu/GrResourceKey.h',
33 '<(skia_include_path)/gpu/GrSurface.h', 33 '<(skia_include_path)/gpu/GrSurface.h',
34 '<(skia_include_path)/gpu/GrShaderVar.h', 34 '<(skia_include_path)/gpu/GrShaderVar.h',
35 '<(skia_include_path)/gpu/GrTexture.h', 35 '<(skia_include_path)/gpu/GrTexture.h',
36 '<(skia_include_path)/gpu/GrTextureProvider.h',
36 '<(skia_include_path)/gpu/GrTextureAccess.h', 37 '<(skia_include_path)/gpu/GrTextureAccess.h',
37 '<(skia_include_path)/gpu/GrTestUtils.h', 38 '<(skia_include_path)/gpu/GrTestUtils.h',
38 '<(skia_include_path)/gpu/GrTypes.h', 39 '<(skia_include_path)/gpu/GrTypes.h',
39 '<(skia_include_path)/gpu/GrUserConfig.h', 40 '<(skia_include_path)/gpu/GrUserConfig.h',
40 '<(skia_include_path)/gpu/GrXferProcessor.h', 41 '<(skia_include_path)/gpu/GrXferProcessor.h',
41 42
42 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', 43 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
43 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', 44 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
44 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', 45 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
45 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', 46 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 191 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
191 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 192 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
192 '<(skia_src_path)/gpu/GrSurfacePriv.h', 193 '<(skia_src_path)/gpu/GrSurfacePriv.h',
193 '<(skia_src_path)/gpu/GrSurface.cpp', 194 '<(skia_src_path)/gpu/GrSurface.cpp',
194 '<(skia_src_path)/gpu/GrTemplates.h', 195 '<(skia_src_path)/gpu/GrTemplates.h',
195 '<(skia_src_path)/gpu/GrTextBlobCache.cpp', 196 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
196 '<(skia_src_path)/gpu/GrTextBlobCache.h', 197 '<(skia_src_path)/gpu/GrTextBlobCache.h',
197 '<(skia_src_path)/gpu/GrTextContext.cpp', 198 '<(skia_src_path)/gpu/GrTextContext.cpp',
198 '<(skia_src_path)/gpu/GrTextContext.h', 199 '<(skia_src_path)/gpu/GrTextContext.h',
199 '<(skia_src_path)/gpu/GrTexture.cpp', 200 '<(skia_src_path)/gpu/GrTexture.cpp',
201 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
200 '<(skia_src_path)/gpu/GrTexturePriv.h', 202 '<(skia_src_path)/gpu/GrTexturePriv.h',
201 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 203 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
202 '<(skia_src_path)/gpu/GrTRecorder.h', 204 '<(skia_src_path)/gpu/GrTRecorder.h',
203 '<(skia_src_path)/gpu/GrVertexBuffer.h', 205 '<(skia_src_path)/gpu/GrVertexBuffer.h',
204 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 206 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
205 207
206 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 208 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
207 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 209 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
208 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 210 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
209 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 211 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 401 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 402 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
401 ], 403 ],
402 'skgpu_null_gl_sources': [ 404 'skgpu_null_gl_sources': [
403 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 405 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
404 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 406 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
405 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 407 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
406 ], 408 ],
407 }, 409 },
408 } 410 }
OLDNEW
« no previous file with comments | « gm/texdata.cpp ('k') | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698