diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-22 08:03:24 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-22 08:03:24 -0600 |
commit | ba3e41621c16ba7371204280bea8a38782037524 (patch) | |
tree | 3b6419ca5d5d20ac1a84c45720da8575c6a412bc | |
parent | fc3e095ae3275767a27b3e1b0d0c2964dc35eabf (diff) |
mesa: document glTexImage + convolution fix
-rw-r--r-- | docs/relnotes-7.2.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.2.1.html b/docs/relnotes-7.2.1.html index dcce247f7e..e8b5eb774b 100644 --- a/docs/relnotes-7.2.1.html +++ b/docs/relnotes-7.2.1.html @@ -46,6 +46,7 @@ tbd <li>Fixed out of bounds memory writes to depth textures (bug 17800). <li>Fixed rare vertex color bug in software renderer <li>glGetObjectParameter() sometimes generated wrong error codes (bug 17861) +<li>Fixed potential glTexImage(GL_DEPTH_COMPONENT) + convolution bugs </ul> <h2>Changes</h2> |