diff --git a/docs/drivers/powervr.rst b/docs/drivers/powervr.rst index 30551ffc315..d705b04319f 100644 --- a/docs/drivers/powervr.rst +++ b/docs/drivers/powervr.rst @@ -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 `__, +The driver is conformant to Vulkan 1.2 on `BXS-4-64 `__, 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. diff --git a/src/imagination/vulkan/pvr_physical_device.c b/src/imagination/vulkan/pvr_physical_device.c index c075760136d..c9dada3b75b 100644 --- a/src/imagination/vulkan/pvr_physical_device.c +++ b/src/imagination/vulkan/pvr_physical_device.c @@ -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 */