diff options
author | Brian Paul <brianp@vmware.com> | 2009-04-28 09:11:05 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-04-28 09:11:05 -0600 |
commit | fd95e8ee33b7577465f14b54c593944d5684246a (patch) | |
tree | cb306b5b88f232f3406e830f8f614e7be6d58516 /docs | |
parent | d2b8c41b7a70c1f5d6597101ac7acd36052d89b6 (diff) |
docs: fix swrast texrect bug 21461
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.4.2.html | 2 |
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> |