From: Alexander Galazin Date: Fri, 6 Sep 2019 12:27:23 +0000 (+0200) Subject: Whitelist Vulkan CTS 1.1.5.1 X-Git-Tag: upstream/1.3.5~1811^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2d6af3ee858e1f8c0999efb037cd244dff340bd;p=platform%2Fupstream%2FVK-GL-CTS.git Whitelist Vulkan CTS 1.1.5.1 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: I8fe5d5d033e2c236e1556e100e44d7020f1066a1 --- diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp index d41f880..5467701 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp @@ -65,6 +65,7 @@ static const deUint32 knownDriverIds[] = static const VkConformanceVersionKHR knownConformanceVersions[] = { + makeConformanceVersionKHR(1, 1, 5, 1), makeConformanceVersionKHR(1, 1, 5, 0), makeConformanceVersionKHR(1, 1, 4, 3), makeConformanceVersionKHR(1, 1, 4, 2),