diff options
| author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2025-10-06 11:11:22 +0200 |
|---|---|---|
| committer | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2025-10-08 15:33:52 +0200 |
| commit | ad7bfc0562c72bd793d4e0e81e8942a151ce4e3c (patch) | |
| tree | cdd88854ae5e7b52e666991046a0eead6bdd4ba9 /docs | |
| parent | 8f535dea88cf5540f046ebdf99b4d4e0478f89fe (diff) | |
docs/pvr: update conformance status
Vulkan 1.0 conformance has happened on BXS-4-64, but not on other GPUs
or Vulkan versions using an upstream version of the driver. So let's
update the phrasing to include this.
And since we actually expose Vulkan 1.2 now (see next commit), let's
untangle the conformance information from the GPUs support table; this
way nobody should be confused and think we're conformant to Vulkan 1.2,
when we're not (yet).
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37678>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers/powervr.rst | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/drivers/powervr.rst b/docs/drivers/powervr.rst index 037e77c4008..8420ebe7d48 100644 --- a/docs/drivers/powervr.rst +++ b/docs/drivers/powervr.rst @@ -4,27 +4,28 @@ PowerVR PowerVR is a Vulkan driver for Imagination Technologies PowerVR GPUs, starting with those based on the Rogue architecture. -The driver is **not yet fully conformant** so it requires exporting +The driver is conformant on `BXS-4-64 <https://www.khronos.org/conformance/adopters/conformant-products#submission_936>`__, +but **not yet on other GPUs**, so it requires exporting ``PVR_I_WANT_A_BROKEN_VULKAN_DRIVER=1`` to the environment before running any Vulkan content. The following hardware is currently in active development: -========= =========== ============== ======= ========== -Product Series B.V.N.C Vulkan Conformant -========= =========== ============== ======= ========== -AXE-1-16M A-Series 33.15.11.3 1.0 No -BXS-4-64 B-Series 36.53.104.796 1.0 No -========= =========== ============== ======= ========== +========= =========== ============== ======= +Product Series B.V.N.C Vulkan +========= =========== ============== ======= +AXE-1-16M A-Series 33.15.11.3 1.0 +BXS-4-64 B-Series 36.53.104.796 1.0 +========= =========== ============== ======= The following hardware is partially supported and not currently under active development: -========= =========== ============== ======= ========== ========== -Product Series B.V.N.C Vulkan Conformant Notes -========= =========== ============== ======= ========== ========== -GX6250 Series 6XT 4.40.2.51 1.0 No [#GX6250]_ -========= =========== ============== ======= ========== ========== +========= =========== ============== ======= ========== +Product Series B.V.N.C Vulkan Notes +========= =========== ============== ======= ========== +GX6250 Series 6XT 4.40.2.51 1.0 [#GX6250]_ +========= =========== ============== ======= ========== .. [#GX6250] Various core-specific texture, compute, and other workarounds are |