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

Side by Side Diff: gyp/gpu.gypi

Issue 1428543003: Create GLSL base class for ProgramDataManager (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add space 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 | « gm/dcshader.cpp ('k') | src/core/SkLightingShader.cpp » ('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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', 361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', 363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
364 364
365 # GLSL 365 # GLSL
366 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', 366 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
367 '<(skia_src_path)/gpu/glsl/GrGLSL.h', 367 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
368 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', 368 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', 369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', 370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
372 373
373 # Sk files 374 # Sk files
374 '<(skia_include_path)/gpu/SkGr.h', 375 '<(skia_include_path)/gpu/SkGr.h',
375 '<(skia_include_path)/gpu/SkGrPixelRef.h', 376 '<(skia_include_path)/gpu/SkGrPixelRef.h',
376 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 377 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
377 378
378 '<(skia_include_path)/gpu/gl/SkGLContext.h', 379 '<(skia_include_path)/gpu/gl/SkGLContext.h',
379 380
380 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 381 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
453 ], 454 ],
454 'skgpu_null_gl_sources': [ 455 'skgpu_null_gl_sources': [
455 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 456 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
456 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 457 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
457 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 458 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
458 ], 459 ],
459 }, 460 },
460 } 461 }
OLDNEW
« no previous file with comments | « gm/dcshader.cpp ('k') | src/core/SkLightingShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698