summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-02-16 15:10:24 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-02-16 15:10:24 +0000
commit60713563d9dccb9723946733600f01a901188ee8 (patch)
treecb162a6e8b82cc47a4e0c7e3bdb2c65abb294680
parent7358fd18151e3b78d155e36b76632b9c69ccb30a (diff)
added floating parsing bug fix
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 3dc43ac7c3..4f2a8fe9d4 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1322,3 +1322,4 @@ Mesa Version History
- querying GL_POST_CONVOLUTION_ALPHA_BIAS_EXT returned wrong value
- fixed a couple per-pixel fog bugs (Soju Matsumoto)
- glGetBooleanv(GL_FRAGMENT_PROGRAM_BINDING_NV) was broken
+ - fixed float parsing bug in ARB frag/vert programs (bug 2520)