~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to docs/drivers/radv.rst

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
ACO
20
 
---
21
 
 
22
 
ACO 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>`_.