Mesa (master): docs: add src/amd/ to sourcetree.html

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 7 11:32:42 UTC 2020


Module: Mesa
Branch: master
Commit: 1aaec1f3f451c60456aa4b28699fd57c7b22d021
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aaec1f3f451c60456aa4b28699fd57c7b22d021

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Tue May  5 17:30:16 2020 +0100

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 at gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4907>

---

 docs/sourcetree.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/sourcetree.html b/docs/sourcetree.html
index b16d2627abf..8825cd6580b 100644
--- a/docs/sourcetree.html
+++ b/docs/sourcetree.html
@@ -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



More information about the mesa-commit mailing list