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

Side by Side Diff: gyp/gpu.gypi

Issue 1440073002: Move XferProcessors to glsl (Closed) Base URL: https://skia.googlesource.com/skia.git@fragProcs
Patch Set: Created 5 years, 1 month 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 # 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
335 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 335 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
336 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', 336 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
337 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 337 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
338 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 338 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
339 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 339 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
340 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 340 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
341 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 341 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
342 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 342 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 343 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
344 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
345 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
346 344
347 # Files for building GLSL shaders 345 # Files for building GLSL shaders
348 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 346 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
349 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 347 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
350 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 348 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
351 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 349 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
352 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 350 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
353 351
354 # GLSL 352 # GLSL
355 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', 353 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
(...skipping 14 matching lines...) Expand all
370 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', 368 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', 369 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp', 370 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp',
373 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h', 371 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h',
374 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
375 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h', 373 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h',
376 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp', 374 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp',
377 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h', 375 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
378 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', 376 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
379 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h', 377 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h',
378 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp',
379 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h',
380 380
381 # Sk files 381 # Sk files
382 '<(skia_include_path)/gpu/SkGr.h', 382 '<(skia_include_path)/gpu/SkGr.h',
383 '<(skia_include_path)/gpu/SkGrPixelRef.h', 383 '<(skia_include_path)/gpu/SkGrPixelRef.h',
384 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 384 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
385 385
386 '<(skia_include_path)/gpu/gl/SkGLContext.h', 386 '<(skia_include_path)/gpu/gl/SkGLContext.h',
387 387
388 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 388 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
389 '<(skia_src_path)/gpu/SkGpuDevice.h', 389 '<(skia_src_path)/gpu/SkGpuDevice.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
461 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 461 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
462 ], 462 ],
463 'skgpu_null_gl_sources': [ 463 'skgpu_null_gl_sources': [
464 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 464 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
465 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 465 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
466 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 466 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
467 ], 467 ],
468 }, 468 },
469 } 469 }
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