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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dd9e23d6204e6ec36468d4ae99e630c782c1cc9;p=mesa.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 ce9c68f10e2..b20c8a7724f 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.