diff options
author | Brian <[email protected]> | 2008-01-01 09:59:42 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-01 09:59:51 -0700 |
commit | e20c1d987f939e50ba03b29052a0cd6b661d9be6 (patch) | |
tree | e9dc09782a0198ce94abe0f6cf731cc543ef62ef /docs | |
parent | cd354eb10fa1eef14b274cc76c5af6d9b9f6897c (diff) |
fix GLSL uniform/attrib bugs (13753)
Diffstat (limited to 'docs')
-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 59090dac2e6..280c4007e90 100644 --- a/docs/relnotes-7.0.3.html +++ b/docs/relnotes-7.0.3.html @@ -34,6 +34,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2. <li>Fix two-sided lighting bugs/crashes (bug 13368) <li>GLSL gl_FrontFacing didn't work properly <li>glGetActiveUniform returned incorrect sizes (bug 13751) +<li>Fix several bugs relating to uniforms and attributes in GLSL API (Bruce Merry, bug 13753) </ul> |