diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-07 23:13:54 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-07 23:13:54 +0000 |
commit | 8b59b522970ad55b6b659ece85edebfdda0ba480 (patch) | |
tree | 89e4452db6ce9aeb04fe1bfdd9f509088370ed50 | |
parent | 58cfa0fd903979bd0c5127262683cdd8aa48e133 (diff) |
added latest 3.5.1 bug fixes
-rw-r--r-- | docs/VERSIONS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index b3d8539404..9465a8258a 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.64 2001/08/07 16:02:48 brianp Exp $ +$Id: VERSIONS,v 1.65 2001/08/07 23:13:54 brianp Exp $ Mesa Version History @@ -882,3 +882,6 @@ Mesa Version History - fixed a number of 16-bit color channel bugs - fixed a few minor memory leaks - GLX context sharing was broken in 3.5 + - fixed state-update bugs in glPopClientAttrib() + - fixed glDrawRangeElements() bug + - fixed a glPush/PopAttrib() bug related to texture binding |