Module: Mesa Branch: gallium-mesa-7.4 Commit: 908a3e58bfc36a997897d036045d7212f49ad445 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=908a3e58bfc36a997897d036045d7212f49ad445
Author: Brian Paul <[email protected]> Date: Tue Feb 3 15:40:16 2009 -0700 docs: fixed Windows build error, added MESA_GLX_FORCE_DIRECT env var --- docs/relnotes-7.4.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.4.html b/docs/relnotes-7.4.html index c560709..0099b8b 100644 --- a/docs/relnotes-7.4.html +++ b/docs/relnotes-7.4.html @@ -32,6 +32,7 @@ tbd <h2>New features</h2> <ul> +<li>Added MESA_GLX_FORCE_DIRECT env var for Xlib/software driver </ul> @@ -41,6 +42,7 @@ tbd <li>Fixed bad reference counting for 1D/2D texture arrays <li>Fixed VBO + glPush/PopClientAttrib() bug #19835 <li>Assorted i965 driver bug fixes +<li>Fixed a Windows compilation failure in s_triangle.c </ul> <h2>Changes</h2> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
