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

Side by Side Diff: gyp/gpu.gypi

Issue 822423004: Move most of the transform logic into the primitive processors (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup Created 5 years, 11 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/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 # 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 265 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
266 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 266 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
267 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 267 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
268 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 268 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
269 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 269 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
270 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 270 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
271 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 271 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
272 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 272 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
273 273
274 # Files for building GLSL shaders 274 # Files for building GLSL shaders
275 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp',
276 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h',
277 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp',
278 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h',
279 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 275 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
280 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 276 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
281 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', 277 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
282 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', 278 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
283 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 279 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
284 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 280 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
285 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 281 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
286 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 282 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
287 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', 283 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
288 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', 284 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 363 ],
368 'skgpu_null_gl_sources': [ 364 'skgpu_null_gl_sources': [
369 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 365 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
370 366
371 # Sk files 367 # Sk files
372 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 368 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
373 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 369 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
374 ], 370 ],
375 }, 371 },
376 } 372 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrFragmentProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698