From 57440c0de01b430e83044c9eb2538f5f61e34131 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Wed, 13 May 2020 09:41:47 +0200 Subject: [PATCH] Whitelist Vulkan CTS 1.2.2.1 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: I8c1b46d210dec2ad6f85fbb2cd04c9969d350069 --- .../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 9c60b036ee..891c794e1d 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, 2, 1), makeConformanceVersion(1, 2, 2, 0), makeConformanceVersion(1, 2, 1, 1), makeConformanceVersion(1, 2, 1, 0),