summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-07-14 16:30:56 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-07-14 16:30:56 +0000
commit274fc30d31803a1c73d7d05e041e71e6b683229e (patch)
treee2280a648910086c5f69445694cc7a5a2440cb04
parentac3958ea1bf8f7b1648f9c1b2ffbe93ffd40b602 (diff)
added latest 3.5.1 bug fixes
-rw-r--r--docs/VERSIONS5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 9abcd1d43b..f60788967c 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.61 2001/06/26 01:33:15 brianp Exp $
+$Id: VERSIONS,v 1.62 2001/07/14 16:30:56 brianp Exp $
Mesa Version History
@@ -874,3 +874,6 @@ Mesa Version History
- GL_IBM_rasterpos_clip extension
Bug fixes:
- GLX_PBUFFER_WIDTH/HEIGHT were missing from glx.h
+ - GL_COLOR_MATRIX changes weren't recognized by teximage functions
+ - glCopyPixels with scale and bias was broken
+ - glRasterPos with lighting could segfault