From babc638c729f02c465d7467ca2775580f87ba65a Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Wed, 30 Jan 2013 22:35:43 +0100 Subject: [PATCH] docs: update sourcetree glsl directory is located in src and not in src/egl v2: remove ppc, move glapi from src/mesa to src/mapi Reviewed-by: Brian Paul --- docs/sourcetree.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/sourcetree.html b/docs/sourcetree.html index deeda5d..530c333 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -31,16 +31,17 @@ each directory. -
  • mesa - Main Mesa sources -
      +
    • glsl - the GLSL compiler +
    • mapi - Mesa APIs
    • glapi - OpenGL API dispatch layer. This is where all the GL entrypoints like glClear, glBegin, etc. are generated, as well as the GL dispatch table. All GL function calls jump through the dispatch table to functions found in main/. +
    • mesa - Main Mesa sources +
      • main - The core Mesa code (mainly state management)
      • drivers - Mesa drivers (not used with Gallium)
          @@ -56,15 +57,12 @@ each directory.
      • x11 - Xlib-based software driver
      • osmesa - off-screen software driver -
      • glslcompiler - a stand-alone GLSL compiler driver
      • XXX more
    • es - OpenGL ES overlay, parallelly buildable with the core Mesa
    • math - vertex array translation and transformation code (not used with Gallium) -
    • ppc - Assembly code/optimizations for PPC systems - (not used with Gallium) -
    • shader - Vertex/fragment shader and GLSL compiler code +
    • program - Vertex/fragment shader and GLSL compiler code
    • sparc - Assembly code/optimizations for SPARC systems (not used with Gallium)
    • state_tracker - State tracker / driver for Gallium. This -- 2.7.4