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

Side by Side Diff: gyp/gpu.gypi

Issue 739673002: Create GrOptDrawState before recording draw in GrInOrderDrawBuffer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove unused function in pendingprogramelement Created 6 years, 1 month 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/GrFragmentStage.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/GrBackendProcessorFactory.h', 11 '<(skia_include_path)/gpu/GrBackendProcessorFactory.h',
12 '<(skia_include_path)/gpu/GrBinHashKey.h', 12 '<(skia_include_path)/gpu/GrBinHashKey.h',
13 '<(skia_include_path)/gpu/GrClipData.h', 13 '<(skia_include_path)/gpu/GrClipData.h',
14 '<(skia_include_path)/gpu/GrColor.h', 14 '<(skia_include_path)/gpu/GrColor.h',
15 '<(skia_include_path)/gpu/GrConfig.h', 15 '<(skia_include_path)/gpu/GrConfig.h',
16 '<(skia_include_path)/gpu/GrContext.h', 16 '<(skia_include_path)/gpu/GrContext.h',
17 '<(skia_include_path)/gpu/GrCoordTransform.h', 17 '<(skia_include_path)/gpu/GrCoordTransform.h',
18 '<(skia_include_path)/gpu/GrFragmentProcessor.h', 18 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
19 '<(skia_include_path)/gpu/GrFragmentStage.h',
19 '<(skia_include_path)/gpu/GrGpuResource.h', 20 '<(skia_include_path)/gpu/GrGpuResource.h',
20 '<(skia_include_path)/gpu/GrInvariantOutput.h', 21 '<(skia_include_path)/gpu/GrInvariantOutput.h',
21 '<(skia_include_path)/gpu/GrPaint.h', 22 '<(skia_include_path)/gpu/GrPaint.h',
22 '<(skia_include_path)/gpu/GrPathRendererChain.h', 23 '<(skia_include_path)/gpu/GrPathRendererChain.h',
23 '<(skia_include_path)/gpu/GrProcessor.h', 24 '<(skia_include_path)/gpu/GrProcessor.h',
24 '<(skia_include_path)/gpu/GrProcessorStage.h',
25 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', 25 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
26 '<(skia_include_path)/gpu/GrProgramElement.h', 26 '<(skia_include_path)/gpu/GrProgramElement.h',
27 '<(skia_include_path)/gpu/GrProgramElementRef.h',
28 '<(skia_include_path)/gpu/GrGpuResourceRef.h', 27 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
29 '<(skia_include_path)/gpu/GrRect.h', 28 '<(skia_include_path)/gpu/GrRect.h',
30 '<(skia_include_path)/gpu/GrRenderTarget.h', 29 '<(skia_include_path)/gpu/GrRenderTarget.h',
31 '<(skia_include_path)/gpu/GrResourceKey.h', 30 '<(skia_include_path)/gpu/GrResourceKey.h',
32 '<(skia_include_path)/gpu/GrSurface.h', 31 '<(skia_include_path)/gpu/GrSurface.h',
33 '<(skia_include_path)/gpu/GrShaderVar.h', 32 '<(skia_include_path)/gpu/GrShaderVar.h',
34 '<(skia_include_path)/gpu/GrTBackendProcessorFactory.h', 33 '<(skia_include_path)/gpu/GrTBackendProcessorFactory.h',
35 '<(skia_include_path)/gpu/GrTexture.h', 34 '<(skia_include_path)/gpu/GrTexture.h',
36 '<(skia_include_path)/gpu/GrTextureAccess.h', 35 '<(skia_include_path)/gpu/GrTextureAccess.h',
37 '<(skia_include_path)/gpu/GrTypes.h', 36 '<(skia_include_path)/gpu/GrTypes.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '<(skia_src_path)/gpu/GrPath.h', 110 '<(skia_src_path)/gpu/GrPath.h',
112 '<(skia_src_path)/gpu/GrPathRange.cpp', 111 '<(skia_src_path)/gpu/GrPathRange.cpp',
113 '<(skia_src_path)/gpu/GrPathRange.h', 112 '<(skia_src_path)/gpu/GrPathRange.h',
114 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 113 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
115 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 114 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
116 '<(skia_src_path)/gpu/GrPathRenderer.h', 115 '<(skia_src_path)/gpu/GrPathRenderer.h',
117 '<(skia_src_path)/gpu/GrPathRendering.cpp', 116 '<(skia_src_path)/gpu/GrPathRendering.cpp',
118 '<(skia_src_path)/gpu/GrPathRendering.h', 117 '<(skia_src_path)/gpu/GrPathRendering.h',
119 '<(skia_src_path)/gpu/GrPathUtils.cpp', 118 '<(skia_src_path)/gpu/GrPathUtils.cpp',
120 '<(skia_src_path)/gpu/GrPathUtils.h', 119 '<(skia_src_path)/gpu/GrPathUtils.h',
120 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
121 '<(skia_src_path)/gpu/GrPendingFragmentStage.h',
121 '<(skia_src_path)/gpu/GrProgramDesc.h', 122 '<(skia_src_path)/gpu/GrProgramDesc.h',
122 '<(skia_src_path)/gpu/GrProgramElement.cpp', 123 '<(skia_src_path)/gpu/GrProgramElement.cpp',
123 '<(skia_src_path)/gpu/GrProcessor.cpp', 124 '<(skia_src_path)/gpu/GrProcessor.cpp',
124 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 125 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
125 '<(skia_src_path)/gpu/GrProcOptInfo.h', 126 '<(skia_src_path)/gpu/GrProcOptInfo.h',
126 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 127 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
127 '<(skia_src_path)/gpu/GrPlotMgr.h', 128 '<(skia_src_path)/gpu/GrPlotMgr.h',
128 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 129 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
129 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 130 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
130 '<(skia_src_path)/gpu/GrRectanizer.h', 131 '<(skia_src_path)/gpu/GrRectanizer.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], 357 ],
357 'skgpu_null_gl_sources': [ 358 'skgpu_null_gl_sources': [
358 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 359 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
359 360
360 # Sk files 361 # Sk files
361 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 362 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
362 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
363 ], 364 ],
364 }, 365 },
365 } 366 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrFragmentStage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698