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

Side by Side Diff: gyp/gpu.gypi

Issue 901663007: Revert of Move DstCopy on gpu into the GrXferProcessor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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/gpu/GrXferProcessor.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': [
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<(skia_src_path)/gpu/GrTemplates.h', 168 '<(skia_src_path)/gpu/GrTemplates.h',
169 '<(skia_src_path)/gpu/GrTextContext.cpp', 169 '<(skia_src_path)/gpu/GrTextContext.cpp',
170 '<(skia_src_path)/gpu/GrTextContext.h', 170 '<(skia_src_path)/gpu/GrTextContext.h',
171 '<(skia_src_path)/gpu/GrFontCache.cpp', 171 '<(skia_src_path)/gpu/GrFontCache.cpp',
172 '<(skia_src_path)/gpu/GrFontCache.h', 172 '<(skia_src_path)/gpu/GrFontCache.h',
173 '<(skia_src_path)/gpu/GrTexture.cpp', 173 '<(skia_src_path)/gpu/GrTexture.cpp',
174 '<(skia_src_path)/gpu/GrTexturePriv.h', 174 '<(skia_src_path)/gpu/GrTexturePriv.h',
175 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 175 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
176 '<(skia_src_path)/gpu/GrTRecorder.h', 176 '<(skia_src_path)/gpu/GrTRecorder.h',
177 '<(skia_src_path)/gpu/GrVertexBuffer.h', 177 '<(skia_src_path)/gpu/GrVertexBuffer.h',
178 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
179 178
180 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 179 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
181 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 180 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
182 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 181 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
183 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 182 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
184 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.h', 183 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.h',
185 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 184 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
186 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', 185 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
187 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 186 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
188 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 187 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 267 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
269 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 268 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
270 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 269 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
271 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 270 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
272 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 271 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
273 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 272 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
274 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 273 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
275 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 274 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
276 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 275 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
277 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 276 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
278 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
279 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
280 277
281 # Files for building GLSL shaders 278 # Files for building GLSL shaders
282 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 279 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
283 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 280 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
284 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', 281 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
285 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', 282 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
286 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 283 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
287 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 284 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
288 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 285 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
289 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 286 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 368 ],
372 'skgpu_null_gl_sources': [ 369 'skgpu_null_gl_sources': [
373 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 370 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
374 371
375 # Sk files 372 # Sk files
376 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
377 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 374 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
378 ], 375 ],
379 }, 376 },
380 } 377 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrXferProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698