diff options
author | Brian Paul <[email protected]> | 2002-11-12 19:32:09 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-11-12 19:32:09 +0000 |
commit | 1e9d43f56c03dd719a71327197013e4426e8fbe9 (patch) | |
tree | d8ec97d430474742f1d46af02e43d2a146d65f3d /docs | |
parent | 7069a7e3d670a27573aa158fe53c9e906f40fe19 (diff) |
latest 5.0 bug fixes
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 ab289cdb788..2334d048178 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.116 2002/11/09 21:29:08 brianp Exp $ +$Id: VERSIONS,v 1.117 2002/11/12 19:32:09 brianp Exp $ Mesa Version History @@ -1078,3 +1078,5 @@ Mesa Version History - glGet*(GL_ACTIVE_STENCIL_FACE_EXT) was broken - Pentium 4 Mobile was mistakenly identified as having 3DNow! - fixed one-bit error in point/line fragment Z calculation + - fixed potential segfault in fakeglx code + - fixed color overflow problem in DOT3 texture env mode |