From 6888c0d40c35a8f09e40a26d8ebd0053ce2faf66 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Fri, 25 Aug 2017 11:55:50 -0400 Subject: Add support for vkCmdCopyBuffer This is then used when need to update GPU only buffers with data of size greater than 65536. We create a temporary transfer buffer and then copy that buffer into our GPU buffer. Bug: skia: Change-Id: I4bb9cb660f2ac1ccbbd1b508bb4ca6876342136f Reviewed-on: https://skia-review.googlesource.com/38725 Reviewed-by: Jim Van Verth Commit-Queue: Greg Daniel --- tests/TessellatingPathRendererTests.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/TessellatingPathRendererTests.cpp') diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp index 78704d94b4..0ae5d55bda 100644 --- a/tests/TessellatingPathRendererTests.cpp +++ b/tests/TessellatingPathRendererTests.cpp @@ -454,9 +454,6 @@ DEF_GPUTEST_FOR_ALL_CONTEXTS(TessellatingPathRendererTests, reporter, ctxInfo) { test_path(ctx, rtc.get(), create_path_21(), SkMatrix(), GrAAType::kCoverage); test_path(ctx, rtc.get(), create_path_22()); test_path(ctx, rtc.get(), create_path_23()); - // TODO: implement large buffer uploads in VK and remove this check. - if (ctx->contextPriv().getBackend() != kVulkan_GrBackend) { - test_path(ctx, rtc.get(), create_path_24()); - } + test_path(ctx, rtc.get(), create_path_24()); } #endif -- cgit v1.2.3