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 19ACO 20--- 21 22ACO is the shader-compiler used in RADV. You read its documentation 23`here <https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/amd/compiler/README.md>`_. 24