diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-03-31 14:59:46 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-03-31 15:00:18 -0600 |
commit | f55b831859fcd01810713205659b4045d194a99c (patch) | |
tree | a464a1612ef5401bcee0830a803bbd31faf5edc4 | |
parent | 217f7f7e5d253550ca028b9696a4155d801733cb (diff) |
fix ARB f/v program comment parsing bug
-rw-r--r-- | docs/relnotes-7.0.3.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html index 212467d6ff..0f365af10a 100644 --- a/docs/relnotes-7.0.3.html +++ b/docs/relnotes-7.0.3.html @@ -42,6 +42,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2. <li>state.texenv.color state var didn't work in GL_ARB_fragment_program (bug 14931) <li>glBitmap from a PBO didn't always work <li>glGetTexImage into a PBO didn't always work +<li>Comments at the end of ARB vertex/fragment programs crashed the parser </ul> <h2>Changes</h2> |