diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-26 15:33:39 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-26 15:33:39 -0600 |
commit | b2240f6ad4e498a73395b0406d18d2abc82c0ad4 (patch) | |
tree | 536d2380850ad42f4bc9ca6679041e7bfd7c5e99 | |
parent | 33814a55f89aa0f34692c22bd7139dc7c4653bd4 (diff) |
fix bug 11731
-rw-r--r-- | docs/relnotes-7.0.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html index 9c57dcca64..b13087f2c7 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -44,6 +44,7 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0. <li>Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include the terminating zero (bug 11588) <li>glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly +<li>Fixed a GLSL function call bug (#11731) </ul> |