diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-27 16:50:44 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-27 16:50:44 -0600 |
commit | 0d7bed9f8973547b675c35c0083996e946d7cecb (patch) | |
tree | bccc2acb0007abe0852781f6da2b5701a0da5c61 | |
parent | 8f4d66c5f893b49eb3973aa3b31a856314c045c7 (diff) |
docs: fix selection/feedback culling bug
-rw-r--r-- | docs/relnotes-7.5.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.5.1.html b/docs/relnotes-7.5.1.html index 1a327577ba..df06302624 100644 --- a/docs/relnotes-7.5.1.html +++ b/docs/relnotes-7.5.1.html @@ -53,6 +53,7 @@ tbd <li>Empty glBegin/glEnd() pair could cause divide by zero (bug 23489) <li>Fixed Gallium glBitmap() Z position bug <li>Setting arrays of sampler uniforms did not work +<li>Selection/Feedback mode didn't handle polygon culling correctly (bug 16866) </ul> |