diff options
Diffstat (limited to 'docs/drivers/powervr.rst')
| -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 |