From d2d6af3ee858e1f8c0999efb037cd244dff340bd Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Fri, 6 Sep 2019 14:27:23 +0200 Subject: [PATCH] Whitelist Vulkan CTS 1.1.5.1 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: I8fe5d5d033e2c236e1556e100e44d7020f1066a1 --- external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp | 1 + 1 file changed, 1 insertion(+) 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), -- 2.7.4