summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-09-10 01:07:05 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-09-10 01:07:05 +0000
commit5c6ede20603491af9fd1ccac92cbf8a3737698fc (patch)
treef337c590cd878f27f7b756fa698c04ce0cb8ec61 /docs/VERSIONS
parent7f76b8ffd141f3cee89b3f751e0a6985b88fa049 (diff)
fix matrix classification and program parsing error state bugs
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 4c914896bfc..66a30cd75c3 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1283,3 +1283,6 @@ Mesa Version History
Bug fixes:
- OpenGL version 1.5 doesn't need GL_ARB_texture_non_power_of_two
- fixed a few compilation issues on IRIX
+ - fixed a matrix classification bug (reported by Wes Bethel)
+ - we weren't reseting the vertex/fragment program error state
+ before parsing (Dave Reveman)