1 | PowerVR
|
---|
2 | =======
|
---|
3 |
|
---|
4 | PowerVR is a Vulkan driver for Imagination Technologies PowerVR GPUs, starting
|
---|
5 | with those based on the Rogue architecture.
|
---|
6 |
|
---|
7 | The driver is **not yet fully conformant** so it requires exporting
|
---|
8 | ``PVR_I_WANT_A_BROKEN_VULKAN_DRIVER=1`` to the environment before running any
|
---|
9 | Vulkan content.
|
---|
10 |
|
---|
11 | The following hardware is currently in active development:
|
---|
12 |
|
---|
13 | ========= =========== ============== ======= ==========
|
---|
14 | Product Series B.V.N.C Vulkan Conformant
|
---|
15 | ========= =========== ============== ======= ==========
|
---|
16 | GX6250 Series 6XT 4.40.2.51 1.0 No
|
---|
17 | AXE-1-16M A-Series 33.15.11.3 1.0 No
|
---|
18 | BXS-4-64 B-Series 36.53.104.796 1.0 No
|
---|
19 | ========= =========== ============== ======= ==========
|
---|
20 |
|
---|
21 | In some cases, a product name is shared across multiple BVNCs so to check for
|
---|
22 | support make sure the BVNC matches the one listed. As the feature set and
|
---|
23 | hardware issues can vary between BVNCs, additional driver changes might be
|
---|
24 | necessary even for devices sharing the same product name.
|
---|
25 |
|
---|
26 | Hardware documentation can be found at: https://docs.imgtec.com/
|
---|
27 |
|
---|
28 | Note: GPUs prior to Series6 do not have the hardware capabilities required to
|
---|
29 | support Vulkan and therefore cannot be supported by this driver.
|
---|
30 |
|
---|
31 | Chat
|
---|
32 | ----
|
---|
33 |
|
---|
34 | PowerVR developers and users hang out on IRC at ``#powervr`` on OFTC. Note
|
---|
35 | that registering and authenticating with ``NickServ`` is required to prevent
|
---|
36 | spam. `Join the chat. <https://webchat.oftc.net/?channels=powervr>`_
|
---|
37 |
|
---|
38 | Hardware glossary
|
---|
39 | -----------------
|
---|
40 |
|
---|
41 | .. glossary:: :sorted:
|
---|
42 |
|
---|
43 | BVNC
|
---|
44 | Set of four numbers used to uniquely identify each GPU (Series6 onwards).
|
---|
45 | This is used to determine the GPU feature set, along with any known
|
---|
46 | hardware issues.
|
---|