fix gl_FrontFacing

This commit is contained in:
Brian 2007-12-04 14:06:26 -07:00
parent 385bddbde0
commit 03d2bc1774

View file

@ -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>