From 888f4380cf6f2d285b2ebdab0795be9336236e35 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 22 Jan 2008 08:41:22 -0700 Subject: [PATCH] fix GLX vertex array bug 14197 --- 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 52b54efad29..daf11431b56 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.
  • 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 +
  • Fixed GLX indirect vertex array rendering bug (14197)