diff options
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 9f448773ed7..f4c8d9ffafe 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) |