From dfbc398546de9162581869c4818603c3ca07a2b1 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Thu, 5 Mar 2020 13:08:11 +0100 Subject: [PATCH] Whitelist Vulkan CTS 1.2.1.1 Affects: dEQP-VK.api.driver_properties.properties Components: Vulkan Change-Id: I433638426b621635a2955e2f5fc40102a0938fa8 --- 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 419dc20..e95aecd 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, 1, 1), makeConformanceVersion(1, 2, 1, 0), makeConformanceVersion(1, 2, 0, 2), makeConformanceVersion(1, 2, 0, 1), -- 2.7.4