From: Alexander Galazin Date: Thu, 5 Mar 2020 12:08:11 +0000 (+0100) Subject: Whitelist Vulkan CTS 1.2.1.1 X-Git-Tag: upstream/1.3.5~1353^2~25^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfbc398546de9162581869c4818603c3ca07a2b1;p=platform%2Fupstream%2FVK-GL-CTS.git Whitelist Vulkan CTS 1.2.1.1 Affects: dEQP-VK.api.driver_properties.properties Components: Vulkan Change-Id: I433638426b621635a2955e2f5fc40102a0938fa8 --- 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),