diff options
author | Brian <[email protected]> | 2007-07-08 10:04:14 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-08 10:04:14 -0600 |
commit | c1938a60f7a9bf0773b86fb2f9a2677221f96557 (patch) | |
tree | 10eb11562ed6ea3661c11e1c86bf293617aa9b1a /docs | |
parent | d65110f352d804a33737f442bc1f681a1b0c6675 (diff) |
Fix zero-size texture checking in _mesa_test_proxy_teximage(), bug 11309
Diffstat (limited to 'docs')
-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 44493402668..e62497fc7c0 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -40,6 +40,7 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0. <li>GLSL bug fix: .strq and .rgba writemasks didn't always work <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) </ul> |