From d7af11a041fb072f72ccac8587b8af1d2e43dfe7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 7 Jan 2004 14:51:30 +0000 Subject: updates for 6.0 release --- docs/RELNOTES-6.0 | 6 ++++-- docs/VERSIONS | 4 +++- docs/contents.html | 2 +- docs/install.html | 2 +- docs/intro.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ docs/relnotes.html | 1 + 6 files changed, 57 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/RELNOTES-6.0 b/docs/RELNOTES-6.0 index 73208dbe94..72681fe358 100644 --- a/docs/RELNOTES-6.0 +++ b/docs/RELNOTES-6.0 @@ -17,7 +17,9 @@ Even numbered versions (such as 6.0) designate stable releases. Mesa version 6.0 signifies two things: 1. A stabilization of the 5.1 development release - 2. Implementation of the OpenGL 1.5 specification + 2. Implementation of the OpenGL 1.5 specification. When you query + glGetString(GL_VERSION) "1.5" will be returned (as long as the + driver supports all the required features). Note that the Mesa major version number is incremented with the OpenGL @@ -81,4 +83,4 @@ See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.0. ---------------------------------------------------------------------- -$Id: RELNOTES-6.0,v 1.1 2003/12/21 04:06:31 brianp Exp $ +$Id: RELNOTES-6.0,v 1.2 2004/01/07 14:51:30 brianp Exp $ diff --git a/docs/VERSIONS b/docs/VERSIONS index 493bb876e9..8007651887 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1190,7 +1190,9 @@ Mesa Version History New: - full OpenGL 1.5 support Bug fixes: - - fixed bug UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color clamping issue + - fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color + clamping issue - updated suno5-gcc configs + - glColor3 functions sometimes resulted in undefined alpha values diff --git a/docs/contents.html b/docs/contents.html index 76ce458bc5..08cc0b1035 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -20,7 +20,7 @@ Download / Install