From 03d2bc1774e3612edca4be48c5aeafaafa2a52b1 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 4 Dec 2007 14:06:26 -0700 Subject: [PATCH] fix gl_FrontFacing --- docs/relnotes-7.0.3.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html index 640013fedfa..173833daec4 100644 --- a/docs/relnotes-7.0.3.html +++ b/docs/relnotes-7.0.3.html @@ -32,6 +32,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
  • Fix crash upon GLSL variable array indexes (not yet supported)
  • Two-sided stencil test didn't work in software rendering
  • Fix two-sided lighting bugs/crashes (bug 13368) +
  • GLSL gl_FrontFacing didn't work properly