Module: Mesa Branch: mesa_7_4_branch Commit: 7f30aba920952fb1bff05488f9a1afa72e46e58d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f30aba920952fb1bff05488f9a1afa72e46e58d
Author: Brian Paul <[email protected]> Date: Wed Apr 1 07:39:43 2009 -0600 docs: fix bug 20986 --- docs/relnotes-7.4.1.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.4.1.html b/docs/relnotes-7.4.1.html index 41e1634..24efd52 100644 --- a/docs/relnotes-7.4.1.html +++ b/docs/relnotes-7.4.1.html @@ -39,6 +39,8 @@ tbd <ul> <li>Fixed a two-sided lighting bug in fixed-function-to-GPU code generation <li>Fixed some Darwin issues (Jeremy Huddleston) +<li>Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable + was broken, bug 20986 </ul> <h2>Changes</h2> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
