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

Side by Side Diff: gyp/gpu.gypi

Issue 1306803003: Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | « gm/yuvtorgbeffect.cpp ('k') | include/gpu/GrFragmentProcessor.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 17 matching lines...) Expand all
28 '<(skia_include_path)/gpu/GrPathRendererChain.h', 28 '<(skia_include_path)/gpu/GrPathRendererChain.h',
29 '<(skia_include_path)/gpu/GrProcessor.h', 29 '<(skia_include_path)/gpu/GrProcessor.h',
30 '<(skia_include_path)/gpu/GrProcessorDataManager.h', 30 '<(skia_include_path)/gpu/GrProcessorDataManager.h',
31 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', 31 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
32 '<(skia_include_path)/gpu/GrProgramElement.h', 32 '<(skia_include_path)/gpu/GrProgramElement.h',
33 '<(skia_include_path)/gpu/GrGpuResourceRef.h', 33 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
34 '<(skia_include_path)/gpu/GrRect.h', 34 '<(skia_include_path)/gpu/GrRect.h',
35 '<(skia_include_path)/gpu/GrRenderTarget.h', 35 '<(skia_include_path)/gpu/GrRenderTarget.h',
36 '<(skia_include_path)/gpu/GrResourceKey.h', 36 '<(skia_include_path)/gpu/GrResourceKey.h',
37 '<(skia_include_path)/gpu/GrShaderVar.h', 37 '<(skia_include_path)/gpu/GrShaderVar.h',
38 '<(skia_include_path)/gpu/GrStagedProcessor.h',
38 '<(skia_include_path)/gpu/GrSurface.h', 39 '<(skia_include_path)/gpu/GrSurface.h',
39 '<(skia_include_path)/gpu/GrTexture.h', 40 '<(skia_include_path)/gpu/GrTexture.h',
40 '<(skia_include_path)/gpu/GrTextureProvider.h', 41 '<(skia_include_path)/gpu/GrTextureProvider.h',
41 '<(skia_include_path)/gpu/GrTextureAccess.h', 42 '<(skia_include_path)/gpu/GrTextureAccess.h',
42 '<(skia_include_path)/gpu/GrTestUtils.h', 43 '<(skia_include_path)/gpu/GrTestUtils.h',
43 '<(skia_include_path)/gpu/GrTypes.h', 44 '<(skia_include_path)/gpu/GrTypes.h',
44 '<(skia_include_path)/gpu/GrXferProcessor.h', 45 '<(skia_include_path)/gpu/GrXferProcessor.h',
45 46
46 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', 47 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
47 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', 48 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 '<(skia_src_path)/gpu/GrPathRange.cpp', 142 '<(skia_src_path)/gpu/GrPathRange.cpp',
142 '<(skia_src_path)/gpu/GrPathRange.h', 143 '<(skia_src_path)/gpu/GrPathRange.h',
143 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 144 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
144 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 145 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
145 '<(skia_src_path)/gpu/GrPathRenderer.h', 146 '<(skia_src_path)/gpu/GrPathRenderer.h',
146 '<(skia_src_path)/gpu/GrPathRendering.cpp', 147 '<(skia_src_path)/gpu/GrPathRendering.cpp',
147 '<(skia_src_path)/gpu/GrPathRendering.h', 148 '<(skia_src_path)/gpu/GrPathRendering.h',
148 '<(skia_src_path)/gpu/GrPathUtils.cpp', 149 '<(skia_src_path)/gpu/GrPathUtils.cpp',
149 '<(skia_src_path)/gpu/GrPathUtils.h', 150 '<(skia_src_path)/gpu/GrPathUtils.h',
150 '<(skia_src_path)/gpu/GrPendingProgramElement.h', 151 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
152 '<(skia_src_path)/gpu/GrPendingFragmentStage.h',
151 '<(skia_src_path)/gpu/GrPipeline.cpp', 153 '<(skia_src_path)/gpu/GrPipeline.cpp',
152 '<(skia_src_path)/gpu/GrPipeline.h', 154 '<(skia_src_path)/gpu/GrPipeline.h',
153 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 155 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
154 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 156 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
155 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 157 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
156 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 158 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
157 '<(skia_src_path)/gpu/GrProgramDesc.h', 159 '<(skia_src_path)/gpu/GrProgramDesc.h',
158 '<(skia_src_path)/gpu/GrProgramElement.cpp', 160 '<(skia_src_path)/gpu/GrProgramElement.cpp',
159 '<(skia_src_path)/gpu/GrProcessor.cpp', 161 '<(skia_src_path)/gpu/GrProcessor.cpp',
160 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', 162 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 459 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
459 ], 461 ],
460 'skgpu_null_gl_sources': [ 462 'skgpu_null_gl_sources': [
461 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 463 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
462 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 464 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
463 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 465 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
464 ], 466 ],
465 }, 467 },
466 } 468 }
OLDNEW
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | include/gpu/GrFragmentProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698