diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-02-16 15:10:24 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-02-16 15:10:24 +0000 |
commit | 60713563d9dccb9723946733600f01a901188ee8 (patch) | |
tree | cb162a6e8b82cc47a4e0c7e3bdb2c65abb294680 | |
parent | 7358fd18151e3b78d155e36b76632b9c69ccb30a (diff) |
added floating parsing bug fix
-rw-r--r-- | docs/VERSIONS | 1 |
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) |