From a69bdbbbdd38fcc23c564ff31028d0f583977323 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 3 Feb 2009 15:40:16 -0700 Subject: [PATCH] docs: fixed Windows build error, added MESA_GLX_FORCE_DIRECT env var --- docs/relnotes-7.4.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes-7.4.html b/docs/relnotes-7.4.html index c5607099778..0099b8bb8cc 100644 --- a/docs/relnotes-7.4.html +++ b/docs/relnotes-7.4.html @@ -32,6 +32,7 @@ tbd

New features

@@ -41,6 +42,7 @@ tbd
  • Fixed bad reference counting for 1D/2D texture arrays
  • Fixed VBO + glPush/PopClientAttrib() bug #19835
  • Assorted i965 driver bug fixes +
  • Fixed a Windows compilation failure in s_triangle.c

    Changes