Allow Vulkan CTS 1.2.6.0
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 18 Mar 2021 18:04:32 +0000 (21:04 +0300)
committerAlexander Galazin <alexander.galazin@arm.com>
Thu, 18 Mar 2021 18:04:36 +0000 (21:04 +0300)
Affects: dEQP-VK.api.driver_properties.properties

Components: Vulkan

Change-Id: Ia8779d2c3ac92ec1a90d43225b551b7efabef023

external/vulkancts/README.md
external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp

index 09e076c..055a8f6 100644 (file)
@@ -272,7 +272,7 @@ if `vk::Platform::describePlatform()` is implemented.
 If the submission package covers multiple products, you can list them by appending
 additional `PRODUCT:` lines to the conformance statement. For example:
 
-       CONFORM_VERSION:         vulkan-cts-1.2.5.0
+       CONFORM_VERSION:         vulkan-cts-1.2.6.0
        PRODUCT:                 Product A
        PRODUCT:                 Product B
        ...
index 0149a22..7f93c05 100644 (file)
@@ -49,6 +49,7 @@ enum TestType
 
 static const VkConformanceVersionKHR knownConformanceVersions[] =
 {
+       makeConformanceVersion(1, 2, 6, 0),
        makeConformanceVersion(1, 2, 5, 2),
        makeConformanceVersion(1, 2, 5, 1),
        makeConformanceVersion(1, 2, 5, 0),