anv: Report the right conformance version
authorIván Briano <ivan.briano@intel.com>
Tue, 1 Feb 2022 21:44:25 +0000 (13:44 -0800)
committerIván Briano <ivan.briano@intel.com>
Tue, 1 Feb 2022 22:36:18 +0000 (14:36 -0800)
Fixes: df8ac77af80 ("anv: Advertise Vulkan 1.3")

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14827>

src/intel/ci/anv-tgl-fails.txt
src/intel/vulkan/anv_device.c

index 161ad19..e4dad43 100644 (file)
@@ -1,3 +1,4 @@
 # Until we bump CTS to Vulkan 1.3
 dEQP-VK.api.version_check.version,Fail
 dEQP-VK.info.device_properties,Fail
+dEQP-VK.api.driver_properties.conformance_version,Fail
index 712ffe0..1a325ea 100644 (file)
@@ -2023,7 +2023,7 @@ anv_get_physical_device_properties_1_2(struct anv_physical_device *pdevice,
    else {
       p->conformanceVersion = (VkConformanceVersionKHR) {
          .major = 1,
-         .minor = 2,
+         .minor = 3,
          .subminor = 0,
          .patch = 0,
       };