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

Side by Side Diff: gyp/gpu.gypi

Issue 1425013003: Remove GrGLProcessor and create GrGLSLTextureSampler class. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove grglprocessor from gyp 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 317 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
318 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLPath.h', 319 '<(skia_src_path)/gpu/gl/GrGLPath.h',
320 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 320 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 321 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
322 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 322 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
323 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 323 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
324 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp', 324 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
325 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h', 325 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
326 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
327 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 326 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
328 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 327 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
334 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
(...skipping 24 matching lines...) Expand all
361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', 360 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 361 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', 362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
364 363
365 # GLSL 364 # GLSL
366 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', 365 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
367 '<(skia_src_path)/gpu/glsl/GrGLSL.h', 366 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
368 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', 367 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', 368 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', 369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
370 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', 371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
373 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h',
373 374
374 # Sk files 375 # Sk files
375 '<(skia_include_path)/gpu/SkGr.h', 376 '<(skia_include_path)/gpu/SkGr.h',
376 '<(skia_include_path)/gpu/SkGrPixelRef.h', 377 '<(skia_include_path)/gpu/SkGrPixelRef.h',
377 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 378 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
378 379
379 '<(skia_include_path)/gpu/gl/SkGLContext.h', 380 '<(skia_include_path)/gpu/gl/SkGLContext.h',
380 381
381 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 382 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
382 '<(skia_src_path)/gpu/SkGpuDevice.h', 383 '<(skia_src_path)/gpu/SkGpuDevice.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 454 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
454 ], 455 ],
455 'skgpu_null_gl_sources': [ 456 'skgpu_null_gl_sources': [
456 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 457 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
457 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 458 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
458 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 459 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
459 ], 460 ],
460 }, 461 },
461 } 462 }
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