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

Side by Side Diff: gyp/gpu.gypi

Issue 1885863004: Refactor how we store and use samplers in Ganesh (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | src/core/SkLightingShader.cpp » ('j') | src/gpu/glsl/GrGLSLSampler.h » ('J')
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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 337 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 338 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
339 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 339 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 340 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
341 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 341 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
342 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 342 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
343 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 343 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
344 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 344 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
345 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 345 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
346 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 346 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
347 '<(skia_src_path)/gpu/gl/GrGLSampler.h',
347 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 348 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
348 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 349 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
349 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp', 350 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp',
350 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h', 351 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h',
351 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 352 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
352 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 353 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
353 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', 354 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
354 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 355 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
355 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 356 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
356 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 357 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 498 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
498 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 499 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
499 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 500 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
500 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 501 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
501 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 502 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
502 ], 503 ],
503 'skgpu_null_gl_sources': [ 504 'skgpu_null_gl_sources': [
504 ], 505 ],
505 }, 506 },
506 } 507 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkLightingShader.cpp » ('j') | src/gpu/glsl/GrGLSLSampler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698