1 | RADV
|
---|
2 | ====
|
---|
3 |
|
---|
4 | RADV is a Vulkan driver for AMD GCN/RDNA GPUs.
|
---|
5 |
|
---|
6 | Debugging
|
---|
7 | ---------
|
---|
8 |
|
---|
9 | For a list of environment variables to debug RADV, please see
|
---|
10 | :ref:`radv env-vars` for a list.
|
---|
11 |
|
---|
12 | Hardware Documentation
|
---|
13 | ----------------------
|
---|
14 |
|
---|
15 | You can find a list of documentation for the various generations of
|
---|
16 | AMD hardware on the `X.Org wiki
|
---|
17 | <https://www.x.org/wiki/RadeonFeature/#documentation>`__.
|
---|
18 |
|
---|
19 | Additional community-written documentation is also available in Mesa:
|
---|
20 |
|
---|
21 | .. toctree::
|
---|
22 | :glob:
|
---|
23 |
|
---|
24 | amd/hw/*
|
---|
25 |
|
---|
26 | ACO
|
---|
27 | ---
|
---|
28 |
|
---|
29 | ACO is the shader-compiler used in RADV. You read its documentation
|
---|
30 | `here <https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/amd/compiler/README.md>`__.
|
---|