projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f76b8f
)
fix matrix classification and program parsing error state bugs
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 10 Sep 2004 01:07:05 +0000
(
01:07
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 10 Sep 2004 01:07:05 +0000
(
01:07
+0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index 4c914896bfce4a582e2ea0126ec8b0b623c5290d..66a30cd75c332668124b8f797b63fb2aa4b3fb0f 100644
(file)
--- 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)