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

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: Remove unneeded assert 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 | include/gpu/GrShaderVar.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 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', 435 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp',
435 '<(skia_src_path)/gpu/vk/GrVkCaps.h', 436 '<(skia_src_path)/gpu/vk/GrVkCaps.h',
436 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', 437 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp',
437 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', 438 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h',
438 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', 439 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp',
439 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', 440 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h',
440 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', 441 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp',
441 '<(skia_src_path)/gpu/vk/GrVkExtensions.h', 442 '<(skia_src_path)/gpu/vk/GrVkExtensions.h',
442 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp', 443 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp',
443 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h', 444 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h',
445 '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h',
444 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp', 446 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp',
445 '<(skia_src_path)/gpu/vk/GrVkGpu.h', 447 '<(skia_src_path)/gpu/vk/GrVkGpu.h',
446 '<(skia_src_path)/gpu/vk/GrVkImage.cpp', 448 '<(skia_src_path)/gpu/vk/GrVkImage.cpp',
447 '<(skia_src_path)/gpu/vk/GrVkImage.h', 449 '<(skia_src_path)/gpu/vk/GrVkImage.h',
448 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp', 450 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp',
449 '<(skia_src_path)/gpu/vk/GrVkImageView.h', 451 '<(skia_src_path)/gpu/vk/GrVkImageView.h',
450 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp', 452 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp',
451 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h', 453 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h',
452 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp', 454 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp',
453 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp', 455 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 499 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
498 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 500 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
499 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 501 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
500 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 502 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
501 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 503 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
502 ], 504 ],
503 'skgpu_null_gl_sources': [ 505 'skgpu_null_gl_sources': [
504 ], 506 ],
505 }, 507 },
506 } 508 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrShaderVar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698