From: Alexander Galazin Date: Fri, 1 Mar 2019 11:07:51 +0000 (+0100) Subject: Whitelist Vulkan CTS 1.1.3.1 X-Git-Tag: upstream/1.3.5~2185^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5315f41c50d6be51db5a25e34c4387564f3237af;p=platform%2Fupstream%2FVK-GL-CTS.git Whitelist Vulkan CTS 1.1.3.1 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: Ic8d6afa3998a4d77d2c00c10ee9075f62febf5aa --- diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp index 98ecb52..4701ced 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, 1), makeConformanceVersionKHR(1, 1, 3, 0), makeConformanceVersionKHR(1, 1, 2, 3), makeConformanceVersionKHR(1, 1, 2, 2),