From e20c1d987f939e50ba03b29052a0cd6b661d9be6 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 1 Jan 2008 09:59:42 -0700 Subject: [PATCH] fix GLSL uniform/attrib bugs (13753) --- 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 59090dac2e6..280c4007e90 100644 --- a/docs/relnotes-7.0.3.html +++ b/docs/relnotes-7.0.3.html @@ -34,6 +34,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
  • Fix two-sided lighting bugs/crashes (bug 13368)
  • GLSL gl_FrontFacing didn't work properly
  • glGetActiveUniform returned incorrect sizes (bug 13751) +
  • Fix several bugs relating to uniforms and attributes in GLSL API (Bruce Merry, bug 13753)