pvr: bump conformance version to 1.4.3.3

With a few fixes applied, present_id2/wait2 extensions disabled (these
two are not recognized by Vulkan CTS 1.4.3.x) and a fix backported to
the Vulkan CTS, the driver can now pass Vulkan CTS 1.4.3.3.

Bump the conformance version to that value.

The submission link and conformant Vulkan version information in the
current PowerVR driver-specific document is also updated.

Link: https://www.khronos.org/conformance/adopters/conformant-products/vulkan#submission_981
Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41786>
This commit is contained in:
Icenowy Zheng 2026-04-27 14:27:48 +08:00 committed by Marge Bot
parent e48b440f1b
commit 6564b70498
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ PowerVR
PowerVR is an open source Vulkan driver for Imagination Technologies PowerVR
GPUs, starting with those based on the Rogue architecture.
The driver is conformant to Vulkan 1.0 on `BXS-4-64 <https://www.khronos.org/conformance/adopters/conformant-products#submission_936>`__,
The driver is conformant to Vulkan 1.2 on `BXS-4-64 <https://www.khronos.org/conformance/adopters/conformant-products#submission_981>`__,
but **not yet on other GPUs and Vulkan versions**, so it requires exporting
``PVR_I_WANT_A_BROKEN_VULKAN_DRIVER=1`` to the environment for GPUs that aren't
conformant to any Vulkan version before running any Vulkan content.

View file

@ -778,9 +778,9 @@ static bool pvr_physical_device_get_properties(
.driverInfo = "Mesa " PACKAGE_VERSION MESA_GIT_SHA1,
.conformanceVersion = {
.major = 1,
.minor = 3,
.subminor = 8,
.patch = 4,
.minor = 4,
.subminor = 3,
.patch = 3,
},
/* VK_EXT_extended_dynamic_state3 */