diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-09 14:57:43 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-09 14:57:43 +0000 |
commit | ad6514aac0d809fe1ab9dc63d4a78a148d2295ba (patch) | |
tree | d0571a6ddceb47655d1be051d0dedcf13841e889 | |
parent | de0c25a48179c7b585711250e9aa279174e0cbac (diff) |
added SSE bug fix
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index bb8b8646ad..35ccee67af 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.118.2.7 2003/01/08 16:49:06 brianp Exp $ +$Id: VERSIONS,v 1.118.2.8 2003/01/09 14:57:43 brianp Exp $ Mesa Version History @@ -1093,6 +1093,7 @@ Mesa Version History - fixed error checking bug in glCopyTexSubImage2D (bug 659020) - glRotate(angle, -x, 0, 0) was incorrect (bug 659677) - fixed potential segfault in texture object validation (bug 659012) + - fixed some bogus code in _mesa_test_os_sse_exception_support (Linus) Changes: - use glPolygonOffset in gloss demo to avoid z-fighting artifacts - updated winpos and pointblast demos to use ARB extensions |