fix GLSL uniform/attrib bugs (13753)

This commit is contained in:
Brian 2008-01-01 09:59:42 -07:00
parent cd354eb10f
commit e20c1d987f

View file

@ -34,6 +34,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
<li>Fix two-sided lighting bugs/crashes (bug 13368)
<li>GLSL gl_FrontFacing didn't work properly
<li>glGetActiveUniform returned incorrect sizes (bug 13751)
<li>Fix several bugs relating to uniforms and attributes in GLSL API (Bruce Merry, bug 13753)
</ul>