diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-10 14:15:07 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-10 14:15:07 -0600 |
commit | 4d9bbabb8360a3de5b8659946c7c903356fd176c (patch) | |
tree | b9a98bbc42e9b94d28e169ffe5872ff4f4979d92 | |
parent | 3f4d776199562f94edb99045e0dad3e26dfddac0 (diff) |
docs: document Gallium glDrawPixels(GL_STENCIL_INDEX) fix
-rw-r--r-- | docs/relnotes-7.5.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index a96b3f0d38..32100142c0 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -44,6 +44,7 @@ tbd <h2>Bug fixes</h2> <ul> <li>Assorted bug fixes for i965/i945 drivers +<li>Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure. </ul> |