Module: Mesa Branch: mesa_7_2_branch Commit: ecab8131c28f9f13d976dfef6c75fca6f40f1ad2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecab8131c28f9f13d976dfef6c75fca6f40f1ad2
Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Oct 8 09:35:42 2008 -0600 mesa: fix vertex color bug --- docs/relnotes-7.2.1.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.2.1.html b/docs/relnotes-7.2.1.html index 090cef2..020900a 100644 --- a/docs/relnotes-7.2.1.html +++ b/docs/relnotes-7.2.1.html @@ -44,6 +44,7 @@ tbd <li>glGetIntegerv(GL_DEPTH_CLEAR_VALUE) returned wrong value <li>Fixed Linux static library builds <li>Fixed out of bounds memory writes to depth textures (bug 17800). +<li>Fixed rare vertex color bug in software renderer </ul> <h2>Changes</h2> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
