From 1d325f411302fb329f0045f1288fc7cba03b17ce Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 18 Nov 2011 08:02:19 +0100 Subject: xkeyboard-config mesa git update 18 nov 2011 --- mesalib/docs/news.html | 14 ++ mesalib/docs/relnotes-7.11.1.html | 391 ++++++++++++++++++++++++++++++++++++++ mesalib/docs/relnotes-7.11.html | 266 +++++++++++++++++++++++++- 3 files changed, 669 insertions(+), 2 deletions(-) create mode 100644 mesalib/docs/relnotes-7.11.1.html (limited to 'mesalib/docs') diff --git a/mesalib/docs/news.html b/mesalib/docs/news.html index eea6cd609..e328301a8 100644 --- a/mesalib/docs/news.html +++ b/mesalib/docs/news.html @@ -11,6 +11,20 @@

News

+

November 17, 2011

+ +

+Mesa 7.11.1 is released. This is a bug +fix release. +

+ +

July 31, 2011

+ +

+Mesa 7.11 (final) is released. This is a new +development release. +

+

June 13, 2011

diff --git a/mesalib/docs/relnotes-7.11.1.html b/mesalib/docs/relnotes-7.11.1.html new file mode 100644 index 000000000..3941baaf4 --- /dev/null +++ b/mesalib/docs/relnotes-7.11.1.html @@ -0,0 +1,391 @@ + + + +Mesa Release Notes + + + + + + + + +

Mesa 7.11.1 Release Notes / November 17, 2011

+ +

+Mesa 7.11.1 is a bug fix release which fixes bugs found since the 7.11 release. +

+

+Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by +glGetString(GL_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 2.1. +

+

+See the Compiling/Installing page for prerequisites +for DRI hardware acceleration. +

+ + +

MD5 checksums

+
+ac0181a4076770fb657c1169af43aa09  MesaLib-7.11.1.tar.gz
+a77307102cee844ff6544ffa8fafeac1  MesaLib-7.11.1.tar.bz2
+dfcb11516c1730f3981b55a65a835623  MesaLib-7.11.1.zip
+2cb2b9ecb4fb7d1a6be69346ee886952  MesaGLUT-7.11.1.tar.gz
+3f54e314290d4dacbab089839197080b  MesaGLUT-7.11.1.tar.bz2
+5d66c7ee8c5cc2f27e1ffb037ad4172c  MesaGLUT-7.11.1.zip
+
+ +

New features

+

None.

+ +

Bug fixes

+ +

This list is likely incomplete.

+ + + + +

Changes

+

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

+ +
+  git log mesa-7.11..mesa-7.11.1
+
+ +

Adam Jackson (2): +

+ +

Alex Deucher (1): +

+ +

Ben Widawsky (1): +

+ +

Brian Paul (15): +

+ +

Carl Simonson (1): +

+ +

Carl Worth (5): +

+ +

Chad Versace (5): +

+ +

Chia-I Wu (3): +

+ +

Chris Wilson (1): +

+ +

Christopher James Halse Rogers (1): +

+ +

David Reveman (1): +

+ +

Eric Anholt (16): +

+ +

Henri Verbeet (6): +

+ +

Ian Romanick (17): +

+ +

Jeremy Huddleston (3): +

+ +

José Fonseca (1): +

+ +

Kenneth Graunke (12): +

+ +

Kristian Høgsberg (1): +

+ +

Marc Pignat (1): +

+ +

Marcin Baczyński (2): +

+ +

Marcin Slusarz (3): +

+ +

Marek Olšák (19): +

+ +

Michel Dänzer (4): +

+ +

Neil Roberts (1): +

+ +

Paul Berry (18): +

+ +

Tobias Droste (1): +

+ +

Tom Fogal (1): +

+ +

Tom Stellard (1): +

+ +

Vadim Girlin (5): +

+ +

Yuanhan Liu (17): +

+ + + diff --git a/mesalib/docs/relnotes-7.11.html b/mesalib/docs/relnotes-7.11.html index c81ac9f15..52033cf1e 100644 --- a/mesalib/docs/relnotes-7.11.html +++ b/mesalib/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
    +
    -- cgit v1.2.3