From 246237de020d0263d185c4e2636cec88720cd6a4 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Thu, 9 Jul 2020 16:05:07 +0200 Subject: [PATCH] Whitelist Vulkan CTS 1.2.3.1 Affects: dEQP-VK.api.driver_properties.properties Components: Vulkan Change-Id: Ia56f34c1fa98dcd55f28572731a232fdd16bd072 --- 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 1585c04..33a0682 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[] = { + makeConformanceVersion(1, 2, 3, 1), makeConformanceVersion(1, 2, 3, 0), makeConformanceVersion(1, 2, 2, 1), makeConformanceVersion(1, 2, 2, 0), -- 2.7.4