From edd1d86c740811e59272e2ba0f7ebe0caf9cf57c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 23 Jan 2004 01:56:26 +0000 Subject: misc updates --- docs/RELNOTES-6.1 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'docs/RELNOTES-6.1') 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 $ -- cgit v1.2.3