diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-28 23:12:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-28 23:12:37 +0000 |
commit | a0037ad8b38e25bdb16e64e4da6e5c75cc66a9cd (patch) | |
tree | a12a44bb73ac7bf8a35dfe9920cb227fa60b18b6 /docs | |
parent | a07e02fd0162d4b951dee7b0182510224b2e5cab (diff) |
added OSMESA_MAX_WIDTH/HEIGHT queries
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 7befd67d37..2b4ab62736 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.69 2001/08/28 22:53:44 brianp Exp $ +$Id: VERSIONS,v 1.70 2001/08/28 23:12:37 brianp Exp $ Mesa Version History @@ -875,6 +875,8 @@ Mesa Version History - GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp) - WindML UGL driver (Stephane Raimbault) - initial support for OpenGL 1.3 + - added OSMESA_MAX_WIDTH/HEIGHT queries + - attempted compiliation fixes for Solaris 5, 7 and 8 Bug fixes: - added some missing GLX 1.3 tokens to include/GL/glx.h - GL_COLOR_MATRIX changes weren't recognized by teximage functions |