From 52e16d984898f18c84de773507da875a7954b922 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Tue, 10 Apr 2018 09:34:07 -0400 Subject: Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. The big api level change here is that the getBackendInfo calls now return by value instead of a pointer. These changes are being made in support of Vulkan so that the client can update the VkImageLayout on the GrBackendTexture and have that update get reflected in our internal tracking of the image. This is done by storing a ref counted GrVkImageLayout object on the GrBackendTexture and the GrVkImage. Bug: skia: Change-Id: I8c6158fd3a66eb61fef97ebf09ea5364bca3f1ae Reviewed-on: https://skia-review.googlesource.com/119101 Reviewed-by: Brian Salomon Reviewed-by: Robert Phillips 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 154e300858..8fc7210aa7 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -274,6 +274,7 @@ tests_sources = [ "$_tests/UnicodeTest.cpp", "$_tests/UtilsTest.cpp", "$_tests/VerticesTest.cpp", + "$_tests/VkBackendSurfaceTest.cpp", "$_tests/VkHeapTests.cpp", "$_tests/VkMakeCopyPipelineTest.cpp", "$_tests/VkUploadPixelsTests.cpp", -- cgit v1.2.3