summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-28 09:11:05 -0600
committerBrian Paul <brianp@vmware.com>2009-04-28 09:11:05 -0600
commitfd95e8ee33b7577465f14b54c593944d5684246a (patch)
treecb306b5b88f232f3406e830f8f614e7be6d58516 /docs
parentd2b8c41b7a70c1f5d6597101ac7acd36052d89b6 (diff)
docs: fix swrast texrect bug 21461
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes-7.4.2.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes-7.4.2.html b/docs/relnotes-7.4.2.html
index 97e6e601ce..3827debbc3 100644
--- a/docs/relnotes-7.4.2.html
+++ b/docs/relnotes-7.4.2.html
@@ -33,6 +33,8 @@ tbd
<h2>Bug fixes</h2>
<ul>
<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)
</ul>