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

Side by Side Diff: gyp/gpu.gypi

Issue 978713002: Add constant color GrFP. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix mulAlphaByKnownFourComponents Created 5 years, 8 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 | « gyp/gmslides.gypi ('k') | include/gpu/GrInvariantOutput.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 20 matching lines...) Expand all
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/GrTextureAccess.h', 36 '<(skia_include_path)/gpu/GrTextureAccess.h',
37 '<(skia_include_path)/gpu/GrTypes.h', 37 '<(skia_include_path)/gpu/GrTypes.h',
38 '<(skia_include_path)/gpu/GrUserConfig.h', 38 '<(skia_include_path)/gpu/GrUserConfig.h',
39 '<(skia_include_path)/gpu/GrXferProcessor.h', 39 '<(skia_include_path)/gpu/GrXferProcessor.h',
40 40
41 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
41 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', 42 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
42 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', 43 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
43 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', 44 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
44 45
45 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 46 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
46 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 47 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
47 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 48 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
48 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 49 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
49 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 50 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
50 51
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 '<(skia_src_path)/gpu/GrTexture.cpp', 198 '<(skia_src_path)/gpu/GrTexture.cpp',
198 '<(skia_src_path)/gpu/GrTexturePriv.h', 199 '<(skia_src_path)/gpu/GrTexturePriv.h',
199 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 200 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
200 '<(skia_src_path)/gpu/GrTRecorder.h', 201 '<(skia_src_path)/gpu/GrTRecorder.h',
201 '<(skia_src_path)/gpu/GrVertexBuffer.h', 202 '<(skia_src_path)/gpu/GrVertexBuffer.h',
202 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 203 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
203 204
204 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 205 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
205 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 206 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
206 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 207 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
208 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
207 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 209 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
208 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 210 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
209 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', 211 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
210 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 212 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
211 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 213 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
212 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 214 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
213 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 215 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
214 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 216 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
215 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', 217 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
216 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 218 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 399 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
398 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
399 ], 401 ],
400 'skgpu_null_gl_sources': [ 402 'skgpu_null_gl_sources': [
401 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 403 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
402 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 404 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
403 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 405 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
404 ], 406 ],
405 }, 407 },
406 } 408 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/gpu/GrInvariantOutput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698