-
-
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
-
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 $