diff --git a/docs/sourcetree.html b/docs/sourcetree.html index 8825cd6580b..0e726cf89b9 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -77,7 +77,7 @@ each directory.
  • 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 +
  • state_tracker - Translator from Mesa to Gallium. This is basically a Mesa device driver that speaks to Gallium. This directory may be moved to src/mesa/drivers/gallium at some point.
  • swrast - Software rasterization module. For drawing points, @@ -127,7 +127,7 @@ each directory. vertex shaders. Geometry shaders will also be implemented in this module.
  • cso_cache - Constant State Objects Cache. Used to filter out - redundant state changes between state trackers and drivers. + redundant state changes between frontends and drivers.
  • gallivm - LLVM module for Gallium. For LLVM-based compilation, optimization and code generation for TGSI shaders. Incomplete. @@ -144,17 +144,17 @@ each directory. creation, memory management, 2D blitting, simple rendering, etc.
  • XXX more -
  • state_trackers - +
  • frontends -
  • winsys -