blob: 9df2a3bd80da7762117e7b99e06c3725c4e583a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
PowerVR
=======
PowerVR is a 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>`__,
but **not yet on other GPUs and Vulkan versions**, 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
========= =========== ============== =======
AXE-1-16M A-Series 33.15.11.3 1.2
BXS-4-64 B-Series 36.53.104.796 1.2
========= =========== ============== =======
The following hardware is partially supported and not currently
under active development:
========= =========== ============== ======= ==========
Product Series B.V.N.C Vulkan Notes
========= =========== ============== ======= ==========
GX6250 Series 6XT 4.40.2.51 1.2 [#GX6250]_
========= =========== ============== ======= ==========
.. [#GX6250]
Various core-specific texture, compute, and other workarounds are
currently unimplemented for this device. Some very simple Vulkan applications
may run unhindered, but instability and corruption are to be expected until
the aforementioned workarounds are in place.
In some cases, a product name is shared across multiple BVNCs so to check for
support make sure the BVNC matches the one listed. As the feature set and
hardware issues can vary between BVNCs, additional driver changes might be
necessary even for devices sharing the same product name.
Hardware documentation can be found at: https://docs.imgtec.com/
Note: GPUs prior to Series6 do not have the hardware capabilities required to
support Vulkan and therefore cannot be supported by this driver.
Chat
----
PowerVR developers and users hang out on IRC at ``#powervr`` on OFTC. Note
that registering and authenticating with ``NickServ`` is required to prevent
spam. `Join the chat. <https://webchat.oftc.net/?channels=powervr>`_
Hardware glossary
-----------------
.. glossary:: :sorted:
BVNC
Set of four numbers used to uniquely identify each GPU (Series6 onwards).
This is used to determine the GPU feature set, along with any known
hardware issues.
|