docs: add src/amd/ to sourcetree.html

This file doesn't seem to have been updated in years but this was pretty
easy to do.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4907>
This commit is contained in:
Rhys Perry
2020-05-05 17:30:16 +01:00
committed by Marge Bot
parent 38bbfd3a57
commit 1aaec1f3f4

View File

@@ -27,6 +27,15 @@ each directory.
<li><b>include</b> - Public OpenGL header files
<li><b>src</b>
<ul>
<li><b>amd</b> - AMD-specific sources
<ul>
<li><b>addrlib</b> - common sources for creating images
<li><b>common</b> - common code between RADV, radeonsi and ACO
<li><b>compiler</b> - ACO shader compiler
<li><b>llvm</b> - common code between RADV and radeonsi for compiling shaders using LLVM
<li><b>registers</b> - register definitions
<li><b>vulkan</b> - RADV Vulkan implementation for AMD Southern Island and newer
</ul>
<li><b>compiler</b> - Common utility sources for different compilers.
<ul>
<li><b>glsl</b> - the GLSL IR and compiler