diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-29 19:05:04 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-29 19:05:04 -0600 |
commit | b77469871a57240b33b61f12cde0da078470237b (patch) | |
tree | add8be6ee6301f814e574bf544d6143e11e95475 /docs | |
parent | 322bc403bc7aacb58c39527f5f7a324e0c63c73d (diff) |
docs: document GLSL sqrt(0) fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.6.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.6.1.html b/docs/relnotes-7.6.1.html index e024fb5b8e..3271f47989 100644 --- a/docs/relnotes-7.6.1.html +++ b/docs/relnotes-7.6.1.html @@ -39,6 +39,7 @@ tbd <ul> <li>Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug 24217 <li>glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211) +<li>GLSL sqrt(0) returned unpredictable results </ul> </body> |