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

Side by Side Diff: gyp/gpu.gypi

Issue 1334293003: Create fragment processor for performing input color blend with child processor (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix 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 | « no previous file | include/core/SkColorFilter.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
66 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 66 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
67 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 67 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
68 '<(skia_src_path)/gpu/GrBatchAtlas.h', 68 '<(skia_src_path)/gpu/GrBatchAtlas.h',
69 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 69 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
70 '<(skia_src_path)/gpu/GrBatchFontCache.h', 70 '<(skia_src_path)/gpu/GrBatchFontCache.h',
71 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 71 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
72 '<(skia_src_path)/gpu/GrBatchFlushState.h', 72 '<(skia_src_path)/gpu/GrBatchFlushState.h',
73 '<(skia_src_path)/gpu/GrBatchTest.cpp', 73 '<(skia_src_path)/gpu/GrBatchTest.cpp',
74 '<(skia_src_path)/gpu/GrBatchTest.h', 74 '<(skia_src_path)/gpu/GrBatchTest.h',
75 '<(skia_src_path)/gpu/GrBlend.cpp',
75 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 76 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
76 '<(skia_src_path)/gpu/GrBlurUtils.h', 77 '<(skia_src_path)/gpu/GrBlurUtils.h',
77 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 78 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
78 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 79 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
79 '<(skia_src_path)/gpu/GrCaps.cpp', 80 '<(skia_src_path)/gpu/GrCaps.cpp',
80 '<(skia_src_path)/gpu/GrClip.cpp', 81 '<(skia_src_path)/gpu/GrClip.cpp',
81 '<(skia_src_path)/gpu/GrClipMaskCache.h', 82 '<(skia_src_path)/gpu/GrClipMaskCache.h',
82 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 83 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
83 '<(skia_src_path)/gpu/GrClipMaskManager.h', 84 '<(skia_src_path)/gpu/GrClipMaskManager.h',
84 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 85 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 '<(skia_src_path)/gpu/GrPipeline.h', 132 '<(skia_src_path)/gpu/GrPipeline.h',
132 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 133 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
133 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 134 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 136 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
136 '<(skia_src_path)/gpu/GrProgramDesc.h', 137 '<(skia_src_path)/gpu/GrProgramDesc.h',
137 '<(skia_src_path)/gpu/GrProgramElement.cpp', 138 '<(skia_src_path)/gpu/GrProgramElement.cpp',
138 '<(skia_src_path)/gpu/GrProcessor.cpp', 139 '<(skia_src_path)/gpu/GrProcessor.cpp',
139 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', 140 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
140 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', 141 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp',
142 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
141 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 143 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
142 '<(skia_src_path)/gpu/GrProcOptInfo.h', 144 '<(skia_src_path)/gpu/GrProcOptInfo.h',
143 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 145 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
144 '<(skia_src_path)/gpu/GrQuad.h', 146 '<(skia_src_path)/gpu/GrQuad.h',
145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 147 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
146 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 148 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
147 '<(skia_src_path)/gpu/GrRectanizer.h', 149 '<(skia_src_path)/gpu/GrRectanizer.h',
148 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 150 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
149 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 151 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
150 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 152 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', 240 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
239 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', 241 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
240 242
241 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 243 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
242 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 244 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
243 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 245 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
244 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 246 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
245 '<(skia_src_path)/gpu/effects/GrExtractAlphaFragmentProcessor.cpp', 247 '<(skia_src_path)/gpu/effects/GrExtractAlphaFragmentProcessor.cpp',
246 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 248 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
247 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 249 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
248 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
249 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 250 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
250 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 251 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
251 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 252 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
252 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 253 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
253 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 254 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
254 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', 255 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
255 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 256 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
256 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', 257 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
257 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', 258 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
258 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', 259 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
(...skipping 19 matching lines...) Expand all
278 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 279 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
279 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 280 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
280 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 281 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
281 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 282 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
282 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 283 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
283 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', 284 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
284 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', 285 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
285 286
286 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 287 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
287 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 288 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
288 '<(skia_src_path)/gpu/gl/GrGLBlend.cpp', 289 '<(skia_src_path)/gpu/gl/GrGLSLBlend.cpp',
289 '<(skia_src_path)/gpu/gl/GrGLBlend.h', 290 '<(skia_src_path)/gpu/gl/GrGLSLBlend.h',
290 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 291 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
291 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 292 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
292 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 293 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
293 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 294 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
294 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 295 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
295 '<(skia_src_path)/gpu/gl/GrGLContext.h', 296 '<(skia_src_path)/gpu/gl/GrGLContext.h',
296 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 297 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
297 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 298 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
298 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 299 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
299 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp', 300 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
451 ], 452 ],
452 'skgpu_null_gl_sources': [ 453 'skgpu_null_gl_sources': [
453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 454 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 455 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 456 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
456 ], 457 ],
457 }, 458 },
458 } 459 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkColorFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698