From 36237c651fab7aa9e65da9c33eb89a619827edff Mon Sep 17 00:00:00 2001
From: marha
Date: Tue, 19 Jun 2012 08:51:12 +0200
Subject: mesa git update 19 Juni 2012
---
mesalib/docs/relnotes-7.11.1.html | 137 +++++++++++++++++++-------------------
1 file changed, 67 insertions(+), 70 deletions(-)
(limited to 'mesalib/docs/relnotes-7.11.1.html')
diff --git a/mesalib/docs/relnotes-7.11.1.html b/mesalib/docs/relnotes-7.11.1.html
index 3941baaf4..f066b383e 100644
--- a/mesalib/docs/relnotes-7.11.1.html
+++ b/mesalib/docs/relnotes-7.11.1.html
@@ -1,16 +1,13 @@
-
-
+
+
-Mesa Release Notes
-
-
+
+ Mesa Release Notes
+
+
-
-
-
-
-Mesa 7.11.1 Release Notes / November 17, 2011
+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.
@@ -102,23 +99,23 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
git log mesa-7.11..mesa-7.11.1
-
Adam Jackson (2):
+
Adam Jackson (2):
drisw: Remove cargo culting that breaks GLX 1.3 ctors
glx: Don't enable INTEL_swap_event unconditionally
-
+
-Alex Deucher (1):
+
Alex Deucher (1):
r600g: fix up vs export handling
-
+
-Ben Widawsky (1):
+
Ben Widawsky (1):
+
-Brian Paul (15):
+
Brian Paul (15):
docs: add 7.11 md5 sums
docs: news item for 7.11 release
@@ -135,54 +132,54 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between Begin/End
mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()
mesa: fix format/type check in unpack_image() for bitmaps
-
+
-Carl Simonson (1):
+
Carl Simonson (1):
i830: Add missing vtable entry for i830 from the hiz work.
-
+
-Carl Worth (5):
+
Carl Worth (5):
glcpp: Fix two (or more) successive applications of token pasting
glcpp: Test a non-function-like macro using the token paste operator
glcpp: Implement token pasting for non-function-like macros
glcpp: Raise error if defining any macro containing two consecutive underscores
glcpp: Add a test for #elif with an undefined macro.
-
+
-Chad Versace (5):
+
Chad Versace (5):
glsl: Add method glsl_type::can_implicitly_convert_to()
glsl: Fix implicit conversions in non-constructor function calls
glsl: Remove ir_function.cpp:type_compare()
glsl: Fix conversions in array constructors
x86-64: Fix compile error with clang
-
+
-Chia-I Wu (3):
+
Chia-I Wu (3):
glsl: empty declarations should be valid
intel: rename intel_extensions_es2.c to intel_extensions_es.c
intel: fix GLESv1 support
-
+
-Chris Wilson (1):
+
Chris Wilson (1):
i915: out-of-bounds write in calc_live_regs()
-
+
-Christopher James Halse Rogers (1):
+
Christopher James Halse Rogers (1):
glx/dri2: Paper over errors in DRI2Connect when indirect
-
+
-David Reveman (1):
+
David Reveman (1):
i915g: Fix off-by-one in scissors.
-
+
-Eric Anholt (16):
+
Eric Anholt (16):
mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.
mesa: Fix glGetUniform() type conversions.
@@ -200,9 +197,9 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
intel: Mark MESA_FORMAT_X8_Z24 as always supported.
mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)
glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.
-
+
-Henri Verbeet (6):
+
Henri Verbeet (6):
mesa: Also set the remaining draw buffers to GL_NONE when updating just the first buffer in _mesa_drawbuffers().
r600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.
@@ -210,9 +207,9 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.
mesa: Use the Elements macro for the sampler index assert in validate_samplers().
mesa: Fix a couple of TexEnv unit limits.
-
+
-Ian Romanick (17):
+
Ian Romanick (17):
mesa: Add utility function to get base format from a GL compressed format
mesa: Return the correct internal fmt when a generic compressed fmt was used
@@ -231,21 +228,21 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
mesa: Refactor compressed texture error checks to work with paletted textures
mesa: Remove redundant compressed paletted texture error checks
mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x
-
+
-Jeremy Huddleston (3):
+
Jeremy Huddleston (3):
apple: Silence some debug spew
apple: Use the correct (OpenGL.framework) glViewport and glScissor during init
apple: Implement applegl_unbind_context
-
+
-José Fonseca (1):
+
José Fonseca (1):
docs: Update llvmpipe docs.
-
+
-Kenneth Graunke (12):
+
Kenneth Graunke (12):
glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
mesa: In validate_program(), initialize errMsg for safety.
@@ -259,32 +256,32 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
intel: Depth format fixes
i965: Apply post-sync non-zero workaround to homebrew workaround.
mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
-
+
-Kristian Høgsberg (1):
+
Kristian Høgsberg (1):
glx: Don't flush twice if we fallback to dri2CopySubBuffer
-
+
-Marc Pignat (1):
+
Marc Pignat (1):
drisw: Fix 24bpp software rendering, take 2
-
+
-Marcin Baczyński (2):
+
Marcin Baczyński (2):
configure: fix gcc version check
configure: allow C{,XX}FLAGS override
-
+
-Marcin Slusarz (3):
+
Marcin Slusarz (3):
nouveau: fix nouveau_fence leak
nouveau: fix crash during fence emission
nouveau: fix fence hang
-
+
-Marek Olšák (19):
+
Marek Olšák (19):
vbo: do not call _mesa_max_buffer_index in debug builds
winsys/radeon: fix space checking
@@ -305,22 +302,22 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
r300g: don't return NULL in resource_from_handle if the resource is too small
r600g: set correct tiling flags in depth info
r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vbo
-
+
-Michel Dänzer (4):
+
Michel Dänzer (4):
st/mesa: Finalize texture on render-to-texture.
glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.
gallium/util: Add macros for converting from little endian to CPU byte order.
r300g: Fix queries on big endian hosts.
-
+
-Neil Roberts (1):
+
Neil Roberts (1):
meta: Fix saving the active program
-
+
-Paul Berry (18):
+
Paul Berry (18):
glsl: Lower unconditional return statements.
glsl: Refactor logic for determining whether to lower return statements.
@@ -340,33 +337,33 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
glsl: Remove field array_lvalue from ir_variable.
glsl hierarchical visitor: Do not overwrite base_ir for parameter lists.
glsl: improve the accuracy of the asin() builtin function.
-
+
-Tobias Droste (1):
+
Tobias Droste (1):
r300/compiler: simplify code in peephole_add_presub_add
-
+
-Tom Fogal (1):
+
Tom Fogal (1):
Only use gcc visibility support with gcc4+.
-
+
-Tom Stellard (1):
+
Tom Stellard (1):
r300/compiler: Fix regalloc for values with multiple writers
-
+
-Vadim Girlin (5):
+
Vadim Girlin (5):
st/mesa: flush bitmap cache on query and conditional render boundaries
r600g: use backend mask for occlusion queries
r600g: take into account force_add_cf in pops
r600g: fix check_and_set_bank_swizzle
r600g: fix replace_gpr_with_pv_ps
-
+
-Yuanhan Liu (17):
+
Yuanhan Liu (17):
i965: fix the constant interp bitmask for flat mode
mesa: fix error handling for glEvalMesh1/2D
@@ -385,7 +382,7 @@ dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip
mesa: handle the pbo case for save_Bitmap
mesa: handle PBO access error in display list mode
intel: don't call unmap pbo if pbo is not mapped
-
+
--
cgit v1.2.3