summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-4.1
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-01-04 14:42:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-01-04 14:42:35 +0000
commit5e1a4fdc3c00f3bc3ff10dae731d07d930917b31 (patch)
tree0856b56fcca834f72855a7455a7e54f2109dcadb /docs/RELNOTES-4.1
parent8d0499b75ed783fe52094d841b533b559aa3f2b1 (diff)
added info about which drivers work and don't work
Diffstat (limited to 'docs/RELNOTES-4.1')
-rw-r--r--docs/RELNOTES-4.128
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/RELNOTES-4.1 b/docs/RELNOTES-4.1
index 63f224b2f2..233537f462 100644
--- a/docs/RELNOTES-4.1
+++ b/docs/RELNOTES-4.1
@@ -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 $