summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-23 01:56:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-23 01:56:26 +0000
commitedd1d86c740811e59272e2ba0f7ebe0caf9cf57c (patch)
tree9575a262f64d5a8b7ce82c5864992fd37c778a81
parentdca71ea44bc4a9d454550c70e20b38f678b18a7e (diff)
misc updates
-rw-r--r--docs/RELNOTES-6.118
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/RELNOTES-6.1 b/docs/RELNOTES-6.1
index 5b28ad6d351..1286e17d413 100644
--- a/docs/RELNOTES-6.1
+++ b/docs/RELNOTES-6.1
@@ -42,21 +42,20 @@ drivers.
-
-
Device Drivers
--------------
-Mesa advertises itself as either OpenGL 1.2 or OpenGL 1.3 depending on
-the device driver. For example, if the driver enables all the ARB
-extensions which are part of OpenGL 1.3 then glGetString(GL_VERSION)
-will return "1.3". Otherwise, it'll return "1.2".
+Mesa advertises itself as supporting OpenGL 1.2, 1.3, 1.4 or 1.5
+depending on the device driver's capabilities. For example, if the
+driver enables all the ARB extensions which are part of OpenGL 1.5
+then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
+return "1.4" or the next lower version that implements all required
+functionality.
A number of Mesa's software drivers haven't been actively maintained for
some time. We rely on volunteers to maintain many of the drivers.
Here's the current status of all included drivers:
-
Driver Status
---------------------- ---------------------
XMesa (Xlib) implements OpenGL 1.5
@@ -73,12 +72,11 @@ D3D needs updating
-
Other Changes
-------------
-See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.0.
+See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.1.
----------------------------------------------------------------------
-$Id: RELNOTES-6.1,v 3.1 2004/01/20 02:54:51 brianp Exp $
+$Id: RELNOTES-6.1,v 3.2 2004/01/23 01:56:26 brianp Exp $