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

Side by Side Diff: gyp/gpu.gypi

Issue 1037123003: Implement support for KHR_blend_equation_advanced (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_zzz2_barriers
Patch Set: Addressed comments 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 | « no previous file | include/core/SkXfermode.h » ('j') | include/gpu/GrXferProcessor.h » ('J')
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 21 matching lines...) Expand all
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/GrConstColorProcessor.h',
42 '<(skia_include_path)/gpu/effects/GrAdvancedEquationXferProcessor.h',
42 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', 43 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
43 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', 44 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
44 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', 45 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
45 46
46 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 47 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
47 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 48 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
48 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 49 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
49 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 50 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
50 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 51 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
51 52
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 '<(skia_src_path)/gpu/GrFontCache.cpp', 199 '<(skia_src_path)/gpu/GrFontCache.cpp',
199 '<(skia_src_path)/gpu/GrFontCache.h', 200 '<(skia_src_path)/gpu/GrFontCache.h',
200 '<(skia_src_path)/gpu/GrTexture.cpp', 201 '<(skia_src_path)/gpu/GrTexture.cpp',
201 '<(skia_src_path)/gpu/GrTexturePriv.h', 202 '<(skia_src_path)/gpu/GrTexturePriv.h',
202 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 203 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
203 '<(skia_src_path)/gpu/GrTRecorder.h', 204 '<(skia_src_path)/gpu/GrTRecorder.h',
204 '<(skia_src_path)/gpu/GrVertexBuffer.h', 205 '<(skia_src_path)/gpu/GrVertexBuffer.h',
205 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 206 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
206 207
207 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 208 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
209 '<(skia_src_path)/gpu/effects/GrAdvancedEquationXferProcessor.cpp',
208 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 210 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
209 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 211 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
210 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 212 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
211 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 213 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
212 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 214 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
213 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', 215 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
214 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 216 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
215 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 217 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
216 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 218 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
217 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 219 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 402 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
401 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 403 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
402 ], 404 ],
403 'skgpu_null_gl_sources': [ 405 'skgpu_null_gl_sources': [
404 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 406 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
405 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 407 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
406 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 408 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
407 ], 409 ],
408 }, 410 },
409 } 411 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkXfermode.h » ('j') | include/gpu/GrXferProcessor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698