From: Brian Paul Date: Thu, 7 Jan 2010 21:55:27 +0000 (-0700) Subject: docs: document Gallium SSE codegen for XPD bug fix X-Git-Tag: 062012170305~12852^2~1841^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dd9e23d6204e6ec36468d4ae99e630c782c1cc9;p=profile%2Fivi%2Fmesa.git docs: document Gallium SSE codegen for XPD bug fix --- diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html index ce9c68f..b20c8a7 100644 --- a/docs/relnotes-7.7.1.html +++ b/docs/relnotes-7.7.1.html @@ -42,6 +42,7 @@ tbd
  • Fixed broken blending to multiple color buffers in swrast driver.
  • Allocate constants more tightly in GL_ARB_vertex/fragment parser.
  • Fixed mipmap generation bug caused by invalid viewport state. +
  • Gallium SSE codegen for XPD didn't always work.