Module: Mesa Branch: mesa_7_2_branch Commit: dff2f282bab2f3d647270496f3cda65546c68ec6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dff2f282bab2f3d647270496f3cda65546c68ec6
Author: Brian Paul <[EMAIL PROTECTED]> Date: Thu Oct 16 08:23:04 2008 -0600 mesa: fix glGetObjectParameter() error codes --- 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 020900a..dcce247 100644 --- a/docs/relnotes-7.2.1.html +++ b/docs/relnotes-7.2.1.html @@ -45,6 +45,7 @@ tbd <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 +<li>glGetObjectParameter() sometimes generated wrong error codes (bug 17861) </ul> <h2>Changes</h2> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
