diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-08-16 23:12:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-08-16 23:12:37 +0000 |
commit | 926a19e10893d03c8ceb0efff01f5fe827fbfa32 (patch) | |
tree | 0040b47ea0006b2d87030a22c87020bfe7d9e5f6 /docs/VERSIONS | |
parent | 160b3284dd3cdad106ad9aebf5fed7e9ff7b142b (diff) | |
download | mesa-926a19e10893d03c8ceb0efff01f5fe827fbfa32.tar.gz |
updates for 6.3.2
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index cd1757f263a..d84222f3181 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1352,7 +1352,11 @@ Mesa Version History - fixed a few Darwin compilation problems -6.3.1 July XX, 2005 +6.3.1 + This was an intermediate release for X.org which wasn't otherwise released. + + +6.3.2 August 19, 2005 New: - The distribution now includes the DRI drivers and GLX code Changes: @@ -1362,4 +1366,8 @@ Mesa Version History extensions string - negative relative addressing in vertex programs was broken - update/fix SPARC assembly code for vertex transformation - + - fixed memory leak when freeing GLX drawables/renderbuffers + - fixed display list memory leak + - the GL_PIXEL_MAP_I_TO_I table is now floating point, not integer + - wglGetProcAddress() didn't handle wgl-functions + - fixed glxext.h cross-compile issue (Colin Harrison) |