summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-08-14 15:21:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-08-14 15:21:17 +0000
commit946765a95f32f362794c2f89264d2e8c5295bc65 (patch)
treedcdad9e4ba04ba20f354b036529e841d883d0ab6 /docs/VERSIONS
parentb784b8f21f790ee9214a4e46b9b3bb349fb130b4 (diff)
BeOS updates, memory leak fix, updated release notes
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 9f448773ed..f4c8d9ffaf 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1250,6 +1250,7 @@ Mesa Version History
- support for AUX buffers in software GLX driver
- updated glext.h to version 24 and glxext.h to version 6
- new MESA_GLX_FORCE_ALPHA and MESA_GLX_DEPTH_BITS env vars
+ - updated BeOS support (Philippe Houdoin)
Changes:
- fragment fog interpolation is perspective corrected now
- new glTexImage code, much cleaner, may be a bit faster
@@ -1272,3 +1273,4 @@ Mesa Version History
- glBeginQueryARB and glEndQueryARB didn't work inside display lists
- vertex program state references were broken
- fixed triangle color interpolation bug on AIX (Shane Blackett)
+ - fixed a number of minor memory leaks (bug #1002030)