diff options
author | Brian Paul <brianp@vmware.com> | 2009-06-17 08:06:50 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-06-17 08:06:50 -0600 |
commit | 2b890c98184c3c21073c327e7dc36c3239169028 (patch) | |
tree | a8f3e99f8d71cfbaeedda0e04837d5a2a0132714 | |
parent | e0b13e15f1fb3b64297a9110fa5f867c7455681f (diff) |
docs: document GLX/glean makeCurrent fix
-rw-r--r-- | docs/relnotes-7.4.3.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.4.3.html b/docs/relnotes-7.4.3.html index 0d264e33d5..6ada3ff98c 100644 --- a/docs/relnotes-7.4.3.html +++ b/docs/relnotes-7.4.3.html @@ -42,6 +42,7 @@ for DRI hardware acceleration. <li>Fixed framebuffer mem leak in i945/i965 DRI drivers <li>Fixed texture coordinate repeat bug in swrast (bug 21872) <li>Fixed incorrect viewport clamping (lower bounds is zero, not one) +<li>GLX fix for glean's makeCurrent test case </ul> |