From 06d4ea68085558b94d8e9c937091e7b7fcc5d95a Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 20 Sep 2012 08:18:11 +0200 Subject: libxcb xserver pixman mesa git update 20 sep 2012 libxcb: 08cc068ead7b8e678cdb119b38ada5261d5cc3ea xserver: 70e5766874a919039678bb2ed75f2ccea0cb4345 pixman: 3124a51abb89475b8c5045bc96e04c5852694a16 mesa: bd8fb9e80562fbe0ff76cae50fc411635096f3a9 --- mesalib/docs/sourcetree.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'mesalib/docs/sourcetree.html') diff --git a/mesalib/docs/sourcetree.html b/mesalib/docs/sourcetree.html index 6a1f03983..deeda5dde 100644 --- a/mesalib/docs/sourcetree.html +++ b/mesalib/docs/sourcetree.html @@ -7,6 +7,13 @@ +
+

The Mesa 3D Graphics Library

+
+ + +
+

Mesa source code tree overview

@@ -77,7 +84,6 @@ each directory. glBegin/glEnd, glDrawArrays, display lists, etc. goes through this module. The results is a well-defined set of vertex arrays which are passed to the device driver (or tnl module) for rendering. -

  • vf - vertex format conversion (currently unused)
  • x86 - Assembly code/optimizations for 32-bit x86 systems (not used with Gallium)
  • x86-64 - Assembly code/optimizations for 64-bit x86 systems @@ -128,6 +134,7 @@ each directory.
  • state_trackers -
      +
    • clover - OpenCL state tracker
    • dri - Meta state tracker for DRI drivers
    • egl - Meta state tracker for EGL drivers
    • es - OpenGL ES 1.x and 2.x state trackers @@ -136,6 +143,7 @@ each directory.
    • vega - OpenVG 1.x state tracker
    • wgl -
    • xorg - Meta state tracker for Xorg video drivers +
    • xvmc - XvMC state tracker
  • winsys -
      @@ -150,10 +158,9 @@ each directory. direct rendering drivers. It will dynamically load one of the xxx_dri.so drivers.
    -
  • progs - OpenGL test and demonstration programs
  • lib - where the GL libraries are placed - +
  • -- cgit v1.2.3