diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-13 16:37:18 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-13 16:37:18 -0600 |
commit | 849a9799d02914efc078d8772478054c82d4cb57 (patch) | |
tree | 833c7ddbafcd364a7fa45202ee84788ae48b2931 /docs | |
parent | e32ae4fe3350066335f0625745de7fafaea43568 (diff) |
fix bug 11588
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.0.1.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html index e62497fc7c..6ec44a7be0 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -41,6 +41,8 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0. <li>Stencil pixel map didn't always work for glDrawPixels (bug 11475) <li>Fixed polygon stipple bug in i915 driver <li>Binding a zero-sized texture didn't disable texturing (bug 11309) +<li>Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include +the terminating zero (bug 11588) </ul> |