summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-04 14:06:26 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-04 14:07:15 -0700
commit03d2bc1774e3612edca4be48c5aeafaafa2a52b1 (patch)
tree3980c11495006d12bb86da159262092116841bfb
parent385bddbde04ca3ec2a159e8c8a50d9009da25b63 (diff)
fix gl_FrontFacing
-rw-r--r--docs/relnotes-7.0.3.html1
1 files changed, 1 insertions, 0 deletions
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.
<li>Fix crash upon GLSL variable array indexes (not yet supported)
<li>Two-sided stencil test didn't work in software rendering
<li>Fix two-sided lighting bugs/crashes (bug 13368)
+<li>GLSL gl_FrontFacing didn't work properly
</ul>