From 281f26a1dfda732687680a36857960f74608df5b Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 25 Oct 2012 09:59:33 +0200 Subject: fontconfig mesa pixman git update fonconfig: 73ab254336100c5971e3a1e14b73222efd0e9822 mesa: 86cd77d0a9ac940c2c06eebc5e9ef840d176712a pixman: 9df645dfb04b5a790faabe1e9a84fc37287d91b0 --- mesalib/docs/GL3.txt | 2 +- mesalib/docs/index.html | 8 ++ mesalib/docs/relnotes-8.0.5.html | 264 +++++++++++++++++++++++++++++++++++++++ mesalib/docs/relnotes.html | 1 + 4 files changed, 274 insertions(+), 1 deletion(-) create mode 100644 mesalib/docs/relnotes-8.0.5.html (limited to 'mesalib/docs') diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index 876165fe9..4efe4bfeb 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -120,7 +120,7 @@ GLSL 4.2 not started GL_ARB_texture_compression_bptc not started GL_ARB_compressed_texture_pixel_storage not started GL_ARB_shader_atomic_counters not started -GL_ARB_texture_storage DONE (r300, r600, swrast) +GL_ARB_texture_storage DONE (r300, r600, swrast, gallium) GL_ARB_transform_feedback_instanced DONE GL_ARB_base_instance DONE (nv50, nvc0, r600, radeonsi) GL_ARB_shader_image_load_store not started diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index ac4ff8d9e..ba0b21044 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,14 @@

News

+

October 24, 2012

+ +

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

+ +

October 8, 2012

diff --git a/mesalib/docs/relnotes-8.0.5.html b/mesalib/docs/relnotes-8.0.5.html new file mode 100644 index 000000000..eb7595bb3 --- /dev/null +++ b/mesalib/docs/relnotes-8.0.5.html @@ -0,0 +1,264 @@ + + + + + Mesa Release Notes + + + + +

+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 8.0.5 Release Notes / October 24, 2012

+ +

+Mesa 8.0.5 is a bug fix release which fixes bugs found since the 8.0.4 release. +

+

+Mesa 8.0.5 implements the OpenGL 3.0 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 3.0. +

+

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

+ + +

MD5 checksums

+
+cda5d101f43b8784fa60bdeaca4056f2  MesaLib-8.0.5.tar.gz
+01305591073a76b65267f69f27d635a3  MesaLib-8.0.5.tar.bz2
+97f11c00cac8fb98aa0131990086dc8e  MesaLib-8.0.5.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-8.0.4..mesa-8.0.5
+
+ +

Alex Deucher (3):

+ + +

Andreas Boll (4):

+ + +

Brian Paul (18):

+ + +

Chad Versace (3):

+ + +

Chris Forbes (1):

+ + +

Christoph Bumiller (1):

+ + +

Eric Anholt (9):

+ + +

Ian Romanick (8):

+ + +

Jonas Maebe (1):

+ + +

Jordan Justen (1):

+ + +

José Fonseca (1):

+ + +

Kenneth Graunke (8):

+ + +

Maarten Lankhorst (1):

+ + +

Marek Olšák (6):

+ + +

Michel Dänzer (2):

+ + +

Niels Ole Salscheider (1):

+ + +

Paul Berry (5):

+ + +

Stéphane Marchesin (1):

+ + +

Tapani Pälli (2):

+ + +

Vadim Girlin (1):

+ + +
+ + diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 62b7b33ee..ab8a70671 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -23,6 +23,7 @@ The release notes summarize what's new or changed in each Mesa release.