diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-11-04 16:25:42 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-11-04 16:25:42 +0000 |
commit | df45a985ed20a425c508a2a38a97f17bedd71eb5 (patch) | |
tree | 4079e8a56ede4edfc370275c188735f73f6614fd /docs | |
parent | d2e39bb0509fac2c4e3424376ea5f71e73066042 (diff) |
glxinfo update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index a144160fd8..faf2183cd3 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.106 2002/11/01 23:46:53 brianp Exp $ +$Id: VERSIONS,v 1.107 2002/11/04 16:25:42 brianp Exp $ Mesa Version History @@ -1063,6 +1063,7 @@ Mesa Version History New: - OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4") - removed some overlooked debugging code + - glxinfo updated to support GLX_ARB_multisample Bug fixes: - GL_POINT and GL_LINE-mode polygons didn't obey cull state - fixed potential bug in _mesa_align_malloc/calloc() |