From 5315f41c50d6be51db5a25e34c4387564f3237af Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Fri, 1 Mar 2019 12:07:51 +0100 Subject: [PATCH] Whitelist Vulkan CTS 1.1.3.1 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: Ic8d6afa3998a4d77d2c00c10ee9075f62febf5aa --- 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 98ecb52..4701ced 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp @@ -53,6 +53,7 @@ static const deUint32 knownDriverIds[] = static const VkConformanceVersionKHR knownConformanceVersions[] = { + makeConformanceVersionKHR(1, 1, 3, 1), makeConformanceVersionKHR(1, 1, 3, 0), makeConformanceVersionKHR(1, 1, 2, 3), makeConformanceVersionKHR(1, 1, 2, 2), -- 2.7.4