docs: add src/amd/ to sourcetree.html
authorRhys Perry <pendingchaos02@gmail.com>
Tue, 5 May 2020 16:30:16 +0000 (17:30 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 7 May 2020 11:32:06 +0000 (11:32 +0000)
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>

docs/sourcetree.html

index b16d2627abfaf14486e8140f5bc4b7129c0bd9b3..8825cd6580bd9409eb56355342025a1e760666f2 100644 (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