diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-25 21:54:03 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-25 16:10:01 -0600 |
commit | f29f5e8695de92b1a7b1f81adcaf9a94c2d58ad6 (patch) | |
tree | aecd62dcf2b761ca021f71445848f12248701413 /docs/sourcetree.html | |
parent | b347bb5dbca9ab2973399bc933470514110e688c (diff) | |
download | mesa-f29f5e8695de92b1a7b1f81adcaf9a94c2d58ad6.tar.gz |
docs/sourcetree: update some info
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/sourcetree.html')
-rw-r--r-- | docs/sourcetree.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/sourcetree.html b/docs/sourcetree.html index abc5e3986de..42675d9bb5d 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -43,6 +43,8 @@ each directory. <li><b>common</b> - code shared by all DRI drivers <li><b>i915</b> - driver for Intel i915/i945 <li><b>i965</b> - driver for Intel i965 + <li><b>radeon</b> - driver for ATI R100 + <li><b>r200</b> - driver for ATI R200 <li>XXX more </ul> <li><b>x11</b> - Xlib-based software driver @@ -90,7 +92,9 @@ each directory. <li><b>i915</b> - Driver for Intel i915/i945. <li><b>llvmpipe</b> - Software driver using LLVM for runtime code generation. <li><b>nv*</b> - Drivers for NVIDIA GPUs. - <li><b>r300</b> - Driver for ATI/AMD R300. + <li><b>radeonsi</b> - Driver for AMD Southern Island. + <li><b>r300</b> - Driver for ATI R300 - R500. + <li><b>r600</b> - Driver for ATI/AMD R600 - Northern Island. <li><b>softpipe</b> - Software reference driver. <li><b>svga</b> - Driver for VMware's SVGA virtual GPU. <li><b>trace</b> - Driver for tracing Gallium calls. @@ -127,9 +131,8 @@ each directory. <li><b>dri</b> - Meta state tracker for DRI drivers <li><b>egl</b> - Meta state tracker for EGL drivers <li><b>es</b> - OpenGL ES 1.x and 2.x state trackers - <li><b>g3dvl</b> - <li><b>glx</b> - Meta state tracker for GLX - <li><b>python</b> - + <li><b>vdpau</b> - VDPAU state tracker <li><b>vega</b> - OpenVG 1.x state tracker <li><b>wgl</b> - <li><b>xorg</b> - Meta state tracker for Xorg video drivers @@ -137,7 +140,6 @@ each directory. <li><b>winsys</b> - <ul> <li><b>drm</b> - - <li><b>g3dvl</b> - <li><b>gdi</b> - <li><b>xlib</b> - </ul> |