added info about which drivers work and don't work
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 4 Jan 2002 14:42:35 +0000 (14:42 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 4 Jan 2002 14:42:35 +0000 (14:42 +0000)
docs/RELNOTES-4.1

index 63f224b..233537f 100644 (file)
@@ -42,5 +42,31 @@ GL_ARB_shadow_ambient
     This is the ARB-approved version of GL_SGIX_shadow_ambient.
 
 
+
+Device Driver Status
+--------------------
+
+A number of Mesa's software drivers haven't been actively maintained for
+some time.  We rely on volunteers to maintain many of these drivers.
+Here's the current status of all included drivers:
+
+
+Driver                 Status
+---------------------- ---------------------
+XMesa (Xlib)           implements OpenGL 1.3
+OSMesa (off-screen)    implements OpenGL 1.3
+FX (3dfx Voodoo1/2)    implements OpenGL 1.3
+SVGA                   implements OpenGL 1.3
+Wind River UGL         implements OpenGL 1.3
+Windows/Win32          implements OpenGL 1.3
+GGI                    needs updating
+DOS/DJGPP              needs updating
+BeOS                   needs updating
+Allegro                        needs updating
+D3D                    needs updating
+DOS                    needs updating
+
+
+
 ----------------------------------------------------------------------
-$Id: RELNOTES-4.1,v 1.3 2001/12/18 14:08:24 brianp Exp $
+$Id: RELNOTES-4.1,v 1.4 2002/01/04 14:42:35 brianp Exp $