summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-02 14:56:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-02 14:56:17 +0000
commitbdd3c2e44e284d6f648f037542e7e4b887ad093a (patch)
tree557ba63ae73b8055f6ac8a4e9127a2cfbf47de38 /docs/VERSIONS
parent599ea624a3b95f397d7837a0254c39c9bd0ab0ed (diff)
set 6.2 release date
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 3f43f31776..65b3a083f4 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1276,7 +1276,7 @@ Mesa Version History
- fixed a number of minor memory leaks (bug #1002030)
-6.2 Month, day, 2004
+6.2 October 2, 2004
New:
- enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle)
- updated Doxygen support (Jose Fonseca)
@@ -1293,3 +1293,5 @@ Mesa Version History
- repeated calls to glDeleteTexture(t) could lead to a crash
- fixed potential ref count bugs in VBOs and vertex/fragment programs
- spriteblast demo didn't handle window size changes correctly
+ - glTexSubImage didn't handle pixels=NULL correctly for PBOs
+ - fixed color index mode glDrawPixels bug (Karl Schultz)