diff options
author | Brian Paul <brianp@vmware.com> | 2010-01-07 14:55:27 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-07 14:55:27 -0700 |
commit | 085886df7095d9852d1f84f83517ef3f1f10f0a4 (patch) | |
tree | cfe7dfdff620a0ec2d9dd3358176c94dc4fb0aff | |
parent | 5f6194ed2d87542d72ee9b03010b40e2f878a154 (diff) |
docs: document Gallium SSE codegen for XPD bug fix
-rw-r--r-- | docs/relnotes-7.7.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html index ce9c68f1..b20c8a77 100644 --- a/docs/relnotes-7.7.1.html +++ b/docs/relnotes-7.7.1.html @@ -42,6 +42,7 @@ tbd <li>Fixed broken blending to multiple color buffers in swrast driver. <li>Allocate constants more tightly in GL_ARB_vertex/fragment parser. <li>Fixed mipmap generation bug caused by invalid viewport state. +<li>Gallium SSE codegen for XPD didn't always work. </ul> |