summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-6.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/RELNOTES-6.1')
-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 5b28ad6d35..1286e17d41 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 $