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