From 0bef135026040688be97af98cc99cc82f93838e8 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 11 Jul 2012 11:56:57 +0200 Subject: mesa xserver pixman git update 11 Jul 2012 --- mesalib/docs/GL3.txt | 8 +- mesalib/docs/news.html | 8 ++ mesalib/docs/relnotes-8.0.4.html | 201 +++++++++++++++++++++++++++++++++++++++ mesalib/docs/relnotes-8.1.html | 1 + mesalib/docs/relnotes.html | 1 + 5 files changed, 216 insertions(+), 3 deletions(-) create mode 100644 mesalib/docs/relnotes-8.0.4.html (limited to 'mesalib/docs') diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index 36d24725d..8357289ea 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -42,8 +42,8 @@ GLX_ARB_create_context (GLX 1.4 is required) DONE GL 3.1: -GLSL 1.40 missing: UBOS, inverse(), - highp change +GLSL 1.40 needs UBOs (in progress) +Forward compatibile context support/deprecations not started Instanced drawing (GL_ARB_draw_instanced) DONE (i965, gallium, swrast) Buffer copying (GL_ARB_copy_buffer) DONE (i965, r300, r600, swrast) Primitive restart (GL_NV_primitive_restart) DONE (i965, r600) @@ -80,7 +80,7 @@ GL_ARB_sampler_objects DONE (i965, r300, r600) GL_ARB_shader_bit_encoding DONE GL_ARB_texture_rgb10_a2ui DONE (r600) GL_ARB_texture_swizzle DONE (same as EXT version) (i965, r300, r600, swrast) -GL_ARB_timer_query ~60% done (the EXT variant) +GL_ARB_timer_query DONE GL_ARB_instanced_arrays DONE (i965, r300, r600) GL_ARB_vertex_type_2_10_10_10_rev DONE (r600) @@ -91,6 +91,7 @@ GLSL 4.0 not started GL_ARB_texture_query_lod not started GL_ARB_draw_buffers_blend DONE (i965, r600, softpipe) GL_ARB_draw_indirect not started +GL_ARB_gpu_shader5 not started GL_ARB_gpu_shader_fp64 not started GL_ARB_sample_shading not started GL_ARB_shader_subroutine not started @@ -114,6 +115,7 @@ GL_ARB_viewport_array not started GL 4.2: + GLSL 4.2 not started GL_ARB_texture_compression_bptc not started GL_ARB_compressed_texture_pixel_storage not started diff --git a/mesalib/docs/news.html b/mesalib/docs/news.html index b6b82671c..541bde67b 100644 --- a/mesalib/docs/news.html +++ b/mesalib/docs/news.html @@ -9,6 +9,14 @@

News

+

July 10, 2012

+ +

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

+ +

May 18, 2012

diff --git a/mesalib/docs/relnotes-8.0.4.html b/mesalib/docs/relnotes-8.0.4.html new file mode 100644 index 000000000..529140af2 --- /dev/null +++ b/mesalib/docs/relnotes-8.0.4.html @@ -0,0 +1,201 @@ + + + + + Mesa Release Notes + + + + +

Mesa 8.0.4 Release Notes / July 10, 2012

+ +

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

+

+Mesa 8.0.4 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

+
+02b96082d2f1ad72e7385f4022afafb9  MesaLib-8.0.4.tar.gz
+d546f988adfdf986cff45b1efa2d8a46  MesaLib-8.0.4.tar.bz2
+1f0fdabe6e8019d4de6c16e20e74d163  MesaLib-8.0.4.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.3..mesa-8.0.4
+
+ +

Andreas Betz (1):

+ + +

Antoine Labour (2):

+ + +

Brian Paul (22):

+ + +

Christoph Bumiller (1):

+ + +

Dylan Noblesmith (1):

+ + +

Eric Anholt (1):

+ + +

Ian Romanick (5):

+ + +

José Fonseca (2):

+ + +

Kenneth Graunke (15):

+ + +

Kurt Roeckx (1):

+ + +

Lukas Rössler (1):

+ + +

Marek Olšák (2):

+ + +

Paul Seidler (1):

+ + +

Stéphane Marchesin (3):

+ + +

Thomas Gstädtner (1):

+ + +

Vadim Girlin (2):

+ + +

Vinson Lee (1):

+ + + + diff --git a/mesalib/docs/relnotes-8.1.html b/mesalib/docs/relnotes-8.1.html index 4901c3022..c6980b688 100644 --- a/mesalib/docs/relnotes-8.1.html +++ b/mesalib/docs/relnotes-8.1.html @@ -36,6 +36,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_blend_func_extended
  • GL_ARB_debug_output
  • GL_ARB_shader_bit_encoding
  • +
  • GL_ARB_timer_query
  • GL_EXT_unpack_subimage for ES 2.0
  • GL_EXT_read_format_bgra for ES 1.1 and 2.0
  • GL_EXT_texture_rg for ES 2.x
  • diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 608035f99..a6ff138ea 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -15,6 +15,7 @@ The release notes summarize what's new or changed in each Mesa release.