summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2003-01-09 14:57:43 +0000
committerBrian Paul <[email protected]>2003-01-09 14:57:43 +0000
commitad6514aac0d809fe1ab9dc63d4a78a148d2295ba (patch)
treed0571a6ddceb47655d1be051d0dedcf13841e889 /docs
parentde0c25a48179c7b585711250e9aa279174e0cbac (diff)
added SSE bug fix
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index bb8b8646ad1..35ccee67af1 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