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

Unified Diff: gyp/gpu.gypi

Issue 2274663005: Add GrVkCopyPipeline to handle vulkan copies as draws (Closed) Base URL: https://skia.googlesource.com/skia.git@compatibleCopyDS
Patch Set: indent nits Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/vk/GrVkCaps.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 85d9ddcd8c57783c1a27117e56225a9741b92dff..398e11a0e06117d37371bc25b8697dbc842266e2 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -461,6 +461,8 @@
'<(skia_src_path)/gpu/vk/GrVkCaps.h',
'<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp',
'<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h',
+ '<(skia_src_path)/gpu/vk/GrVkCopyManager.cpp',
+ '<(skia_src_path)/gpu/vk/GrVkCopyManager.h',
'<(skia_src_path)/gpu/vk/GrVkCopyPipeline.cpp',
'<(skia_src_path)/gpu/vk/GrVkCopyPipeline.h',
'<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp',
« no previous file with comments | « no previous file | src/gpu/vk/GrVkCaps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698