mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
85c59cafd8
RADV is the last driver in Mesa that doesn't have a webpage somewhere that we can link to from mesa3d.org. So let's make a minimal docs article for it where we link to relevant information elsewhere. Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15494>
24 lines
549 B
ReStructuredText
24 lines
549 B
ReStructuredText
RADV
|
|
====
|
|
|
|
RADV is a Vulkan driver for AMD GCN/RDNA GPUs.
|
|
|
|
Debugging
|
|
---------
|
|
|
|
For a list of environment variables to debug RADV, please see
|
|
:ref:`radv env-vars` for a list.
|
|
|
|
Hardware Documentation
|
|
----------------------
|
|
|
|
You can find a list of documentation for the various generations of
|
|
AMD hardware on the `X.Org wiki
|
|
<https://www.x.org/wiki/RadeonFeature/#documentation>`_.
|
|
|
|
ACO
|
|
---
|
|
|
|
ACO is the shader-compiler used in RADV. You read its documentation
|
|
`here <https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/amd/compiler/README.md>`_.
|