summaryrefslogtreecommitdiffstats
path: root/docs/VERSIONS
diff options
context:
space:
mode:
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 4c9856c471c..d6e8513b4db 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.73.2.32 2002/09/06 03:01:10 brianp Exp $
+$Id: VERSIONS,v 1.73.2.33 2002/09/06 13:01:32 brianp Exp $
Mesa Version History
@@ -989,6 +989,7 @@ Mesa Version History
- updated glext.h header (version 17)
- updated DOS driver (Daniel Borca)
- added GL_IBM_texture_mirror_repeat
+ - glxinfo now takes -l option to print interesting OpenGL limits info
Bug fixes:
- fixed GL_LINEAR fog bug by adding clamping
- fixed FP exceptions found using Alpha CPU
@@ -997,5 +998,6 @@ Mesa Version History
- define GLAPIENTRY and GLAPI if undefined in glu.h
- wglGetProcAddress didn't handle all API functions
- when testing for OpenGL 1.2 vs 1.3, check for GL_ARB_texture_cube_map
+ - removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT from glGetInteger/Float/etc()
Changes:
- max texture units reduced to six to accomodate texture rectangles