summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-11 09:49:46 -0600
committerBrian Paul <brianp@vmware.com>2009-06-17 11:30:02 -0600
commiteadd89dad757ba768ea2b7295c83ce8dceafb02f (patch)
tree7dac9cb9651bf831a2af7b74c2d85a8ffb848c2c
parent53b3e7ec25898fa34dd9c1ac449d5880b81c3f9f (diff)
docs: updated bug fix list for 7.4.2
-rw-r--r--docs/relnotes-7.4.2.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes-7.4.2.html b/docs/relnotes-7.4.2.html
index c380792974..49c4a1de8c 100644
--- a/docs/relnotes-7.4.2.html
+++ b/docs/relnotes-7.4.2.html
@@ -35,6 +35,10 @@ tbd
<li>Fixed segfault when rendering to front buffer with DRI 1.
<li>Fixed swrast texture rectangle bug when wrap mode = GL_CLAMP_TO_BORDER and
filter mode = GL_LINEAR. (bug 21461)
+<li>Fixed texture object mem leak during context destruction.
+<li>Fixed a state validation bug in glCopyTex[Sub]Image()
+<li>Fixed some i965 GLSL bugs.
+<li>Fixed an R300 driver texture object bad memory reference.
</ul>