diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-07-27 14:49:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-07-27 14:49:08 +0000 |
commit | 2f65b316ffec94e65fcc6497cdb8d46e19d85946 (patch) | |
tree | 4bc802b954d78b57404044521ac0e559397e069a | |
parent | 8a8d4740683197aa47f5b62bc23cdd0cd268fe3c (diff) |
added latest 3.5.1 bug fixes
-rw-r--r-- | docs/VERSIONS | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index f60788967c..72e61f39f6 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.62 2001/07/14 16:30:56 brianp Exp $ +$Id: VERSIONS,v 1.63 2001/07/27 14:49:08 brianp Exp $ Mesa Version History @@ -873,7 +873,11 @@ Mesa Version History New: - GL_IBM_rasterpos_clip extension Bug fixes: - - GLX_PBUFFER_WIDTH/HEIGHT were missing from glx.h + - added some missing GLX 1.3 tokens to include/GL/glx.h - GL_COLOR_MATRIX changes weren't recognized by teximage functions - glCopyPixels with scale and bias was broken - glRasterPos with lighting could segfault + - glDeleteTextures could leave a dangling pointer + - Proxy textures for cube maps didn't work + - fixed a number of 16-bit color channel bugs + - fixed a few minor memory leaks |