From 17006ddd6b12a84754ee05f777b6664ad8ff03ab Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 5 Jan 2008 15:39:08 -0700 Subject: [PATCH] fix 3d proxy texture depth bug --- 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 280c4007e90..76c0efe5577 100644 --- a/docs/relnotes-7.0.3.html +++ b/docs/relnotes-7.0.3.html @@ -35,6 +35,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
  • 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) +
  • glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field