diff options
author | Brian Paul <[email protected]> | 2001-05-23 23:55:52 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-23 23:55:52 +0000 |
commit | 874ae7249522261a6274856acfed1c994c0b7029 (patch) | |
tree | f2069a54c667f28c17653fe5b15bb622a7cf1bf6 /docs | |
parent | f6e0e92beb1cc374a8623390975278f243af881a (diff) |
added color table clamp bugfix
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 31cd15c2dd3..affba0041a9 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.55 2001/05/23 14:44:12 brianp Exp $ +$Id: VERSIONS,v 1.56 2001/05/23 23:55:52 brianp Exp $ Mesa Version History @@ -860,5 +860,6 @@ Mesa Version History - fbiRev and tmuRev were unitialized when using Glide3 - fixed a few color index mode conformance failures; all pass now - now appling antialiasing coverage to alpha after texturing + - colors weren't getting clamped to [0,1] before color table lookup Changes: - SGI's Sample Implementation (SI) 1.3 GLU library replaces Mesa GLU |