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

Side by Side Diff: gyp/gpu.gypi

Issue 1816153002: Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) (Closed) Base URL: https://skia.googlesource.com/skia.git@progSamplers
Patch Set: rebase Created 4 years, 9 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/gpu/GrStencil.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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 '<(skia_src_path)/gpu/vk/GrVkImage.h', 457 '<(skia_src_path)/gpu/vk/GrVkImage.h',
458 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp', 458 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp',
459 '<(skia_src_path)/gpu/vk/GrVkImageView.h', 459 '<(skia_src_path)/gpu/vk/GrVkImageView.h',
460 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp', 460 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp',
461 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h', 461 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h',
462 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp', 462 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp',
463 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp', 463 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp',
464 '<(skia_src_path)/gpu/vk/GrVkMemory.h', 464 '<(skia_src_path)/gpu/vk/GrVkMemory.h',
465 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp', 465 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp',
466 '<(skia_src_path)/gpu/vk/GrVkPipeline.h', 466 '<(skia_src_path)/gpu/vk/GrVkPipeline.h',
467 '<(skia_src_path)/gpu/vk/GrVkProgram.cpp', 467 '<(skia_src_path)/gpu/vk/GrVkPipelineState.cpp',
468 '<(skia_src_path)/gpu/vk/GrVkProgram.h', 468 '<(skia_src_path)/gpu/vk/GrVkPipelineState.h',
469 '<(skia_src_path)/gpu/vk/GrVkProgramBuilder.cpp', 469 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.cpp',
470 '<(skia_src_path)/gpu/vk/GrVkProgramBuilder.h', 470 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.h',
471 '<(skia_src_path)/gpu/vk/GrVkProgramDataManager.cpp', 471 '<(skia_src_path)/gpu/vk/GrVkPipelineStateCache.cpp',
472 '<(skia_src_path)/gpu/vk/GrVkProgramDataManager.h', 472 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.cpp',
473 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.h',
473 '<(skia_src_path)/gpu/vk/GrVkProgramDesc.cpp', 474 '<(skia_src_path)/gpu/vk/GrVkProgramDesc.cpp',
474 '<(skia_src_path)/gpu/vk/GrVkProgramDesc.h', 475 '<(skia_src_path)/gpu/vk/GrVkProgramDesc.h',
475 '<(skia_src_path)/gpu/vk/GrVkRenderPass.cpp', 476 '<(skia_src_path)/gpu/vk/GrVkRenderPass.cpp',
476 '<(skia_src_path)/gpu/vk/GrVkRenderPass.h', 477 '<(skia_src_path)/gpu/vk/GrVkRenderPass.h',
477 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.cpp', 478 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.cpp',
478 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.h', 479 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.h',
479 '<(skia_src_path)/gpu/vk/GrVkResource.h', 480 '<(skia_src_path)/gpu/vk/GrVkResource.h',
480 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.cpp', 481 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.cpp',
481 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.h', 482 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.h',
482 '<(skia_src_path)/gpu/vk/GrVkSampler.cpp', 483 '<(skia_src_path)/gpu/vk/GrVkSampler.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 559 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
559 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 560 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
560 ], 561 ],
561 'skgpu_null_gl_sources': [ 562 'skgpu_null_gl_sources': [
562 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 563 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
563 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 564 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
564 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 565 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
565 ], 566 ],
566 }, 567 },
567 } 568 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrStencil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698