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

Side by Side Diff: gyp/gpu.gypi

Issue 1287023009: Added tree structure to GrGLFragmentProcessor, i.e. GL instances (Closed) Base URL: https://skia.googlesource.com/skia@cs3_isequal_nonrecursive
Patch Set: moved onSetData from public to protected, onCreateGLInstance from public to private in subclasses Created 5 years, 4 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 | « gm/dcshader.cpp ('k') | 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 # 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 293 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
294 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 294 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
295 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp', 295 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
296 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h', 296 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
297 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 297 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
298 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 298 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
299 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 299 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
300 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 300 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
301 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 301 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
302 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 302 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
303 '<(skia_src_path)/gpu/gl/GrGLFragmentProcessor.cpp',
304 '<(skia_src_path)/gpu/gl/GrGLFragmentProcessor.h',
303 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 305 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
304 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 306 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
305 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 307 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
306 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 308 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
307 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 309 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
308 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 310 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
309 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 311 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
310 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 312 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
311 '<(skia_src_path)/gpu/gl/GrGLPathProgram.cpp', 313 '<(skia_src_path)/gpu/gl/GrGLPathProgram.cpp',
312 '<(skia_src_path)/gpu/gl/GrGLPathProgram.h', 314 '<(skia_src_path)/gpu/gl/GrGLPathProgram.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
448 ], 450 ],
449 'skgpu_null_gl_sources': [ 451 'skgpu_null_gl_sources': [
450 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 452 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
451 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 453 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
452 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 454 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
453 ], 455 ],
454 }, 456 },
455 } 457 }
OLDNEW
« no previous file with comments | « gm/dcshader.cpp ('k') | include/gpu/GrFragmentProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698