diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.7.1.html | 1 | ||||
-rw-r--r-- | docs/relnotes-7.8.html | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html index b20c8a7724..959efd9e57 100644 --- a/docs/relnotes-7.7.1.html +++ b/docs/relnotes-7.7.1.html @@ -43,6 +43,7 @@ tbd <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. +<li>Fixed Windows build. </ul> diff --git a/docs/relnotes-7.8.html b/docs/relnotes-7.8.html index 6511d613d6..7510139ccd 100644 --- a/docs/relnotes-7.8.html +++ b/docs/relnotes-7.8.html @@ -38,12 +38,14 @@ tbd <li>GL_EXT_draw_buffers2 extension (swrast and i965 driver only) <li>Much improved support for <a href="egl.html">EGL in Mesa</a> <li>New state trackers for <a href="opengles.html">OpenGL ES 1.1 and 2.0</a> +<li>Dedicated documentation for Gallium </ul> <h2>Bug fixes</h2> <ul> -<li>TBD +<li>Massive improvements to the Gallium driver for R300-R500 Radeons; this + driver is now moderately stable but not terribly performant. </ul> |