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

Side by Side Diff: gyp/gpu.gypi

Issue 510053003: Make textures register with GrResourceCache2 as scratch. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add new h file to git repo Created 6 years, 3 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/GrBinHashKey.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': [
11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', 11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
12 '<(skia_include_path)/gpu/GrBinHashKey.h',
12 '<(skia_include_path)/gpu/GrClipData.h', 13 '<(skia_include_path)/gpu/GrClipData.h',
13 '<(skia_include_path)/gpu/GrColor.h', 14 '<(skia_include_path)/gpu/GrColor.h',
14 '<(skia_include_path)/gpu/GrConfig.h', 15 '<(skia_include_path)/gpu/GrConfig.h',
15 '<(skia_include_path)/gpu/GrContext.h', 16 '<(skia_include_path)/gpu/GrContext.h',
16 '<(skia_include_path)/gpu/GrContextFactory.h', 17 '<(skia_include_path)/gpu/GrContextFactory.h',
17 '<(skia_include_path)/gpu/GrCoordTransform.h', 18 '<(skia_include_path)/gpu/GrCoordTransform.h',
18 '<(skia_include_path)/gpu/GrEffect.h', 19 '<(skia_include_path)/gpu/GrEffect.h',
19 '<(skia_include_path)/gpu/GrEffectStage.h', 20 '<(skia_include_path)/gpu/GrEffectStage.h',
20 '<(skia_include_path)/gpu/GrEffectUnitTest.h', 21 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
21 '<(skia_include_path)/gpu/GrFontScaler.h', 22 '<(skia_include_path)/gpu/GrFontScaler.h',
22 '<(skia_include_path)/gpu/GrGlyph.h', 23 '<(skia_include_path)/gpu/GrGlyph.h',
23 '<(skia_include_path)/gpu/GrGpuResource.h', 24 '<(skia_include_path)/gpu/GrGpuResource.h',
24 '<(skia_include_path)/gpu/GrPaint.h', 25 '<(skia_include_path)/gpu/GrPaint.h',
25 '<(skia_include_path)/gpu/GrPathRendererChain.h', 26 '<(skia_include_path)/gpu/GrPathRendererChain.h',
26 '<(skia_include_path)/gpu/GrRect.h', 27 '<(skia_include_path)/gpu/GrRect.h',
27 '<(skia_include_path)/gpu/GrRenderTarget.h', 28 '<(skia_include_path)/gpu/GrRenderTarget.h',
29 '<(skia_include_path)/gpu/GrResourceKey.h',
28 '<(skia_include_path)/gpu/GrSurface.h', 30 '<(skia_include_path)/gpu/GrSurface.h',
29 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', 31 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
30 '<(skia_include_path)/gpu/GrTexture.h', 32 '<(skia_include_path)/gpu/GrTexture.h',
31 '<(skia_include_path)/gpu/GrTextureAccess.h', 33 '<(skia_include_path)/gpu/GrTextureAccess.h',
32 '<(skia_include_path)/gpu/GrTypes.h', 34 '<(skia_include_path)/gpu/GrTypes.h',
33 '<(skia_include_path)/gpu/GrUserConfig.h', 35 '<(skia_include_path)/gpu/GrUserConfig.h',
34 36
35 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 37 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
36 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 38 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
37 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 39 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
38 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 40 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
39 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 41 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
40 42
41 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 43 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
42 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 44 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
43 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 45 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
44 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 46 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
45 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 47 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
46 '<(skia_src_path)/gpu/GrAARectRenderer.h', 48 '<(skia_src_path)/gpu/GrAARectRenderer.h',
47 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 49 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
48 '<(skia_src_path)/gpu/GrAllocator.h', 50 '<(skia_src_path)/gpu/GrAllocator.h',
49 '<(skia_src_path)/gpu/GrAllocPool.h', 51 '<(skia_src_path)/gpu/GrAllocPool.h',
50 '<(skia_src_path)/gpu/GrAllocPool.cpp', 52 '<(skia_src_path)/gpu/GrAllocPool.cpp',
51 '<(skia_src_path)/gpu/GrAtlas.cpp', 53 '<(skia_src_path)/gpu/GrAtlas.cpp',
52 '<(skia_src_path)/gpu/GrAtlas.h', 54 '<(skia_src_path)/gpu/GrAtlas.h',
53 '<(skia_src_path)/gpu/GrBinHashKey.h',
54 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 55 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
55 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 56 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
56 '<(skia_src_path)/gpu/GrBlend.cpp', 57 '<(skia_src_path)/gpu/GrBlend.cpp',
57 '<(skia_src_path)/gpu/GrBlend.h', 58 '<(skia_src_path)/gpu/GrBlend.h',
58 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 59 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
59 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 60 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
60 '<(skia_src_path)/gpu/GrCacheID.cpp', 61 '<(skia_src_path)/gpu/GrCacheID.cpp',
61 '<(skia_src_path)/gpu/GrClipData.cpp', 62 '<(skia_src_path)/gpu/GrClipData.cpp',
62 '<(skia_src_path)/gpu/GrClipMaskCache.h', 63 '<(skia_src_path)/gpu/GrClipMaskCache.h',
63 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 64 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
(...skipping 16 matching lines...) Expand all
80 '<(skia_src_path)/gpu/GrGpu.h', 81 '<(skia_src_path)/gpu/GrGpu.h',
81 '<(skia_src_path)/gpu/GrGpuResource.cpp', 82 '<(skia_src_path)/gpu/GrGpuResource.cpp',
82 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 83 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
83 '<(skia_src_path)/gpu/GrIndexBuffer.h', 84 '<(skia_src_path)/gpu/GrIndexBuffer.h',
84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', 85 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
85 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', 86 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
86 '<(skia_src_path)/gpu/GrLayerCache.cpp', 87 '<(skia_src_path)/gpu/GrLayerCache.cpp',
87 '<(skia_src_path)/gpu/GrLayerCache.h', 88 '<(skia_src_path)/gpu/GrLayerCache.h',
88 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 89 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
89 '<(skia_src_path)/gpu/GrMemoryPool.h', 90 '<(skia_src_path)/gpu/GrMemoryPool.h',
91 '<(skia_src_path)/gpu/GrMurmur3HashKey.h',
90 '<(skia_src_path)/gpu/GrOrderedSet.h', 92 '<(skia_src_path)/gpu/GrOrderedSet.h',
91 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 93 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
92 '<(skia_src_path)/gpu/GrOvalRenderer.h', 94 '<(skia_src_path)/gpu/GrOvalRenderer.h',
93 '<(skia_src_path)/gpu/GrPaint.cpp', 95 '<(skia_src_path)/gpu/GrPaint.cpp',
94 '<(skia_src_path)/gpu/GrPath.cpp', 96 '<(skia_src_path)/gpu/GrPath.cpp',
95 '<(skia_src_path)/gpu/GrPath.h', 97 '<(skia_src_path)/gpu/GrPath.h',
96 '<(skia_src_path)/gpu/GrPathRange.h', 98 '<(skia_src_path)/gpu/GrPathRange.h',
97 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 99 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
98 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 100 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
99 '<(skia_src_path)/gpu/GrPathRenderer.h', 101 '<(skia_src_path)/gpu/GrPathRenderer.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 332 ],
331 'skgpu_null_gl_sources': [ 333 'skgpu_null_gl_sources': [
332 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
333 335
334 # Sk files 336 # Sk files
335 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 337 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
336 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 338 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
337 ], 339 ],
338 }, 340 },
339 } 341 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrBinHashKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698