From: Rhys Perry Date: Tue, 5 May 2020 16:30:16 +0000 (+0100) Subject: docs: add src/amd/ to sourcetree.html X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aaec1f3f451c60456aa4b28699fd57c7b22d021;p=mesa.git 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 Reviewed-by: Erik Faye-Lund Reviewed-by: Samuel Pitoiset Part-of: --- 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.
  • include - Public OpenGL header files
  • src
      +
    • amd - AMD-specific sources +
        +
      • addrlib - common sources for creating images +
      • common - common code between RADV, radeonsi and ACO +
      • compiler - ACO shader compiler +
      • llvm - common code between RADV and radeonsi for compiling shaders using LLVM +
      • registers - register definitions +
      • vulkan - RADV Vulkan implementation for AMD Southern Island and newer +
    • compiler - Common utility sources for different compilers.
      • glsl - the GLSL IR and compiler