From a8158599dfdbeded7fc9e9a4d1680703c20e2b05 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 9 Dec 2004 23:21:36 +0000 Subject: bring in 6.2.1 changes --- docs/RELNOTES-6.2.1 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ docs/RELNOTES-6.3 | 3 ++- docs/VERSIONS | 17 +++++++++++++++++ docs/contents.html | 2 +- docs/news.html | 47 ++++++++++++++++++++++++++++++++++++++++++++++- docs/relnotes.html | 1 + 6 files changed, 117 insertions(+), 3 deletions(-) create mode 100644 docs/RELNOTES-6.2.1 (limited to 'docs') diff --git a/docs/RELNOTES-6.2.1 b/docs/RELNOTES-6.2.1 new file mode 100644 index 0000000000..d72560e5af --- /dev/null +++ b/docs/RELNOTES-6.2.1 @@ -0,0 +1,50 @@ + + Mesa 6.2.1 release notes + + December 9, 2004 + + PLEASE READ!!!! + + + +Introduction +------------ + +Mesa uses an even/odd version number scheme like the Linux kernel. +Odd numbered versions (such as 6.1) designate new developmental releases. +Even numbered versions (such as 6.2.x) designate stable releases. + + +This release primarily just fixes bugs found in the Mesa 6.2 release. +See the VERSIONS file for details. + + + +Known Issues +------------ + +The GL_EXT_pixel_buffer_object extension isn't fully implemented for +functions like glPolygonStipple, glConvolutionFilter, glColorTable, +etc. The important functions like glRead/DrawPixels, glTex[Sub]Image, +and glBitmap work with PBOs. This has been fixed for Mesa 6.3. + + + + +Driver Status +---------------------- --------------------- +XMesa (Xlib) implements OpenGL 1.5 +OSMesa (off-screen) implements OpenGL 1.5 +Glide (3dfx Voodoo1/2) implements OpenGL 1.3 +SVGA implements OpenGL 1.3 +Wind River UGL implements OpenGL 1.3 +Windows/Win32 implements OpenGL 1.5 +DJGPP implements OpenGL 1.5 +GGI implements OpenGL 1.3 +BeOS implements OpenGL 1.5 +Allegro needs updating +D3D needs updating + + +---------------------------------------------------------------------- +$Id: RELNOTES-6.2.1,v 3.1 2004/12/09 23:21:36 brianp Exp $ diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index e969d2ba81..3a4ea3f96c 100644 --- a/docs/RELNOTES-6.3 +++ b/docs/RELNOTES-6.3 @@ -32,6 +32,7 @@ To Do before release Fix dinoshade bug Switch to freeglut Increase MAX_DRAWBUFFERS + driver hooks for BeginQuery/EndQuery @@ -52,4 +53,4 @@ D3D needs updating ---------------------------------------------------------------------- -$Id: RELNOTES-6.3,v 3.5 2004/11/27 19:42:16 brianp Exp $ +$Id: RELNOTES-6.3,v 3.6 2004/12/09 23:21:36 brianp Exp $ diff --git a/docs/VERSIONS b/docs/VERSIONS index eb10482bd9..6bd7acdc47 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1297,6 +1297,23 @@ Mesa Version History - fixed color index mode glDrawPixels bug (Karl Schultz) +6.2.1 December 9, 2004 + Bug fixes: + - don't apply regular fog or color sum when using a fragment program + - glProgramEnvParameter4fARB always generated an error on + GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645) + - glVertexAttrib3svNV and glVertexAttrib3svARB were broken + - fixed width/height mix-up in glSeparableFilter2D() + - fixed regression in glCopyPixels + convolution + - glReadPixels from a clipped front color buffer didn't always work + - glTexImage didn't accept GL_RED/GREEN/BLUE as the format + - Attempting queries/accesses of VBO 0 weren't detected as errors + - paletted textures failed if the palette had fewer that 256 entries + Changes: + - fixed a bunch of compiler warnings found with gcc 3.4 + - bug reports should to go bugzilla.freedesktop.org + + 6.3 Month day, 2004 New: - GL_ARB_draw_buffers extension diff --git a/docs/contents.html b/docs/contents.html index 0551986e05..aca9aa21d9 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -20,7 +20,7 @@ Download / Install