From 1aaec1f3f451c60456aa4b28699fd57c7b22d021 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Tue, 5 May 2020 17:30:16 +0100 Subject: [PATCH] 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: --- 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.
  • 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 -- 2.30.2