diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html index c81ac9f15c9..52033cf1e39 100644 --- a/docs/relnotes-7.11.html +++ b/docs/relnotes-7.11.html @@ -10,7 +10,7 @@ -

Mesa 7.11 Release Notes / (release date TBD)

+

Mesa 7.11 Release Notes / July 31, 2011

Mesa 7.11 is a new development release. @@ -30,7 +30,12 @@ for DRI hardware acceleration.

MD5 checksums

-tbd
+fa2c7068503133fb2453244cda11cb2a  MesaLib-7.11.tar.gz
+ff03aca82d0560009a076a87c888cf13  MesaLib-7.11.tar.bz2
+ede1ac0976f6f05df586093fc17d63ed  MesaLib-7.11.zip
+b4fb81a47c5caedaefad49af7702c23d  MesaGLUT-7.11.tar.gz
+77a9a0bbd7f8bca882aa5709b88cb071  MesaGLUT-7.11.tar.bz2
+c19ef0c6eb61188c96ed4ccedd70717c  MesaGLUT-7.11.zip
 
@@ -64,11 +69,263 @@ tbd
  • GL_ATI_texture_float (gallium, i965)
  • GL_NV_conditional_render (i965)
  • GL_NV_texture_barrier (gallium drivers) +
  • Enable 16-wide fragment shader execution in i965 driver. This should improve performance in many applications. +
  • Initial alpha-level support for Intel "Ivybridge" chipsets in the i965 driver.

    Bug fixes

    + +

    This list is likely incomplete. This list only includes bug fixes not +included in the previous release (7.10.3). Many of these are regressions that +did not exist in the 7.10 release series at all.

    + @@ -81,6 +338,11 @@ Building with SCons is an alternative. driver that implemented it. +

    The full set of changes can be viewed by using the following GIT command:

    + +
    +  git log mesa-7.10..mesa-7.11
    +