From 38db037997d48eca9ed86bdd134430ab03ff5ef6 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Wed, 3 Apr 2019 09:17:40 +0200 Subject: [PATCH] Whitelist Vulkan CTS 1.1.3.2 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: Ia9ecc8dad3b2a37212d19f1878abb02095c22298 --- 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 4701ced..248fbe6 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, 2), makeConformanceVersionKHR(1, 1, 3, 1), makeConformanceVersionKHR(1, 1, 3, 0), makeConformanceVersionKHR(1, 1, 2, 3), -- 2.7.4