From a9d3dae67ade82d6e01fd911dc7c63ec41c64107 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Wed, 30 May 2018 22:59:03 +0000 Subject: Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." This reverts commit 331c266ed716526478a10885aff66181cec64486. Reason for revert: breaking an intel vulkan bot Original change's description: > Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. > > Besides using the new allocator, the big logical change is that map > and unmap calls form GrVkMemory are specc'd to map the entire GrVkAlloc > instead of a specific offset and size as they did before. As a > consequence of this, we move the handling of non-coherent alignment > for flush/invalidate calls to GrVkMemory instead of the callers. > > Bug: skia: > Change-Id: I794d713106602f27aa7e808c306bbb69fd2b67be > Reviewed-on: https://skia-review.googlesource.com/130021 > Commit-Queue: Greg Daniel > Reviewed-by: Jim Van Verth TBR=egdaniel@google.com,jvanverth@google.com,bsalomon@google.com Change-Id: I5237c00625dc95d3d9b36c1e5591762988d85562 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/131081 Reviewed-by: Greg Daniel Commit-Queue: Greg Daniel --- gn/tests.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/tests.gni') diff --git a/gn/tests.gni b/gn/tests.gni index 5b4594099b..a359ca3e3c 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -275,6 +275,7 @@ tests_sources = [ "$_tests/UtilsTest.cpp", "$_tests/VerticesTest.cpp", "$_tests/VkBackendSurfaceTest.cpp", + "$_tests/VkHeapTests.cpp", "$_tests/VkMakeCopyPipelineTest.cpp", "$_tests/VkUploadPixelsTests.cpp", "$_tests/VkWrapTests.cpp", -- cgit v1.2.3