summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-05 20:53:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-05 20:53:42 +0000
commitc4b40cc40478ae1081426fd9d5cc98b4d68d145f (patch)
tree08eefd209bccd4dc54fb9bf013c71001e52698f2
parentaa3029bce1bc5bb59e91373d15035653f75d6818 (diff)
added GLUT and DOS updates
-rw-r--r--docs/VERSIONS4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 5fce3eb7681..eb311cbdfc8 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.109 2002/11/04 20:31:55 brianp Exp $
+$Id: VERSIONS,v 1.110 2002/11/05 20:53:42 brianp Exp $
Mesa Version History
@@ -1063,6 +1063,8 @@ Mesa Version History
- OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")
- removed some overlooked debugging code
- glxinfo updated to support GLX_ARB_multisample
+ - GLUT now support GLX_ARB_multisample
+ - updated DOS driver (Daniel Borca)
Bug fixes:
- GL_POINT and GL_LINE-mode polygons didn't obey cull state
- fixed potential bug in _mesa_align_malloc/calloc()