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.
+
+
+Bug 3165 - texImage.IsCompressed and texImage.CompressedSize issues
+
+Bug 23525 - Software rendering on QEMU guests badly broken
+
+Bug 28125 - DRI2 prevents indirect glx
+
+Bug 34628 - [ilk] skybox errors in quake4
+
+Bug 36371 - r200: piglit readPixSanity failure
+
+Bug 36669 - EmitNoMainReturn set to 1 doesn't make the GLSL compiler lower all the RET opcodes
+
+Bug 36939 - multitexturing is messed up in quake wars (regression)
+
+Bug 37907 - [swrast] SIGSEGV swrast/s_depth.c:569
+
+Bug 38163 - Gnome Shell Display Bug
+
+Bug 38625 - ast_to_hir.cpp:1761: const glsl_type* process_array_type(YYLTYPE*, const glsl_type*, ast_node*, _mesa_glsl_parse_state*): Assertion `dummy_instructions.is_empty()' failed.
+
+Bug 38729 - [softpipe] sp_quad_depth_test.c:215:convert_quad_stencil: Assertion `0' failed.
+
+Bug 38863 - [IVB]GPU hang when running 3D games like openarena
+
+Bug 39193 - [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap
+
+Bug 39651 - [glsl] Assertion failure when implicitly converting out parameters
+
+Bug 39991 - [regression]GL_PALETTE8_RGBA8_OES format of glCompressedTexImage2D will cause err GL_INVALID_ENUM with GLES1.x
+
+Bug 40022 - [i915] out-of-bounds write src/mesa/drivers/dri/i915/i915_fragprog.c:321
+
+Bug 40062 - in etqw the strogg radar is black (regression)
+
+Bug 40324 - [SNB] gpu hang in mesa 7.11
+
+Bug 40533 - i915: piglit glean/readPixSanity: DRI2SwapBuffers: BadDrawable (invalid Pixmap or Window parameter)
+
+Bug 41096 - [sandybridge-m-gt2+] GPU lockup render.IPEHR: 0x7a000002
+
+Bug 41969 - The Mesa meta save/restore code doesn't always save the active program
+
+Bug 42175 - RV730: Display errors in glxgears & WebGL
+
+Bug 42268 - [bisected] oglc pbo(negative.invalidOffsetValue) aborts on 7.11 branch
+
+
+
+
+
+
+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):
+
+ drisw: Remove cargo culting that breaks GLX 1.3 ctors
+ glx: Don't enable INTEL_swap_event unconditionally
+
+
+Alex Deucher (1):
+
+ r600g: fix up vs export handling
+
+
+Ben Widawsky (1):
+
+
+Brian Paul (15):
+
+ docs: add 7.11 md5 sums
+ docs: news item for 7.11 release
+ st/mesa: Convert size assertions to conditionals in st_texture_image_copy.
+ softpipe: add missing stencil format case in convert_quad_stencil()
+ mesa: fix texstore addressing bugs for depth/stencil formats
+ mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queries
+ swrast: don't try to do depth testing if there's no depth buffer
+ meta: fix/add checks for GL_EXT_framebuffer_sRGB
+ mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
+ meta: fix broken sRGB mipmap generation
+ mesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_flags()
+ mesa: fix error handling for dlist image unpacking
+ 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):
+
+ i830: Add missing vtable entry for i830 from the hiz work.
+
+
+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):
+
+ 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):
+
+ glsl: empty declarations should be valid
+ intel: rename intel_extensions_es2.c to intel_extensions_es.c
+ intel: fix GLESv1 support
+
+
+Chris Wilson (1):
+
+ i915: out-of-bounds write in calc_live_regs()
+
+
+Christopher James Halse Rogers (1):
+
+ glx/dri2: Paper over errors in DRI2Connect when indirect
+
+
+David Reveman (1):
+
+ i915g: Fix off-by-one in scissors.
+
+
+Eric Anholt (16):
+
+ mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.
+ mesa: Fix glGetUniform() type conversions.
+ mesa: Add support for Begin/EndConditionalRender in display lists.
+ mesa: Throw an error instead of asserting for condrender with query == 0.
+ mesa: Throw an error when starting conditional render on an active query.
+ mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.
+ glsl: Allow ir_assignment() constructor to not specify condition.
+ glsl: Clarify error message about whole-array assignment in GLSL 1.10.
+ glsl: When assigning to a whole array, mark the array as accessed.
+ glsl: When assiging from a whole array, mark it as used.
+ i965/fs: Respect ARB_color_buffer_float clamping.
+ i965: Add missing _NEW_POLYGON flag to polygon stipple upload.
+ i965: Fix polygon stipple offset state flagging.
+ 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):
+
+ 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.
+ mesa: Check the texture against all units in unbind_texobj_from_texunits().
+ 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):
+
+ 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
+ mesa: Make _mesa_get_compressed_formats match the texture compression specs
+ linker: Make linker_error set LinkStatus to false
+ linker: Make linker_{error,warning} generally available
+ mesa: Ensure that gl_shader_program::InfoLog is never NULL
+ ir_to_mesa: Use Add linker_error instead of fail_link
+ ir_to_mesa: Emit warnings instead of errors for IR that can't be lowered
+ i915: Fail without crashing if a Mesa IR program uses too many registers
+ i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacks
+ mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_format
+ mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_base_tex_format
+ mesa: Refactor expected texture size check in cpal_get_info
+ mesa: Add _mesa_cpal_compressed_format_type
+ 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):
+
+ apple: Silence some debug spew
+ apple: Use the correct (OpenGL.framework) glViewport and glScissor during init
+ apple: Implement applegl_unbind_context
+
+
+José Fonseca (1):
+
+ docs: Update llvmpipe docs.
+
+
+Kenneth Graunke (12):
+
+ glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
+ mesa: In validate_program(), initialize errMsg for safety.
+ i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.
+ i965: Use proper texture alignment units for cubemaps on Gen5+.
+ i965: Fix incorrect maximum PS thread count shift on Ivybridge.
+ i965: Emit depth stalls and flushes before changing depth state on Gen6+.
+ i965/fs: Allow SIMD16 with control flow on Ivybridge.
+ i965: Allow SIMD16 color writes on Ivybridge.
+ i965: Fix inconsistent indentation in brw_eu_emit.c.
+ 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):
+
+ glx: Don't flush twice if we fallback to dri2CopySubBuffer
+
+
+Marc Pignat (1):
+
+ drisw: Fix 24bpp software rendering, take 2
+
+
+Marcin Baczyński (2):
+
+ configure: fix gcc version check
+ configure: allow C{,XX}FLAGS override
+
+
+Marcin Slusarz (3):
+
+ nouveau: fix nouveau_fence leak
+ nouveau: fix crash during fence emission
+ nouveau: fix fence hang
+
+
+Marek Olšák (19):
+
+ vbo: do not call _mesa_max_buffer_index in debug builds
+ winsys/radeon: fix space checking
+ r300/compiler: fix a warning that a variable may be uninitialized
+ r300/compiler: remove an unused-but-set variable and simplify the code
+ u_vbuf_mgr: cleanup original vs real vertex buffer arrays
+ u_vbuf_mgr: don't take per-instance attribs into acc. when computing max index
+ u_vbuf_mgr: fix max_index computation for large src_offset
+ u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
+ u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED
+ u_vbuf_mgr: rework user buffer uploads
+ u_vbuf_mgr: fix uploading with a non-zero index bias
+ configure.ac: fix xlib-based softpipe build
+ r600g: add index_bias to index buffer bounds
+ r300g: fix rendering with a non-zero index bias in draw_elements_immediate
+ Revert "r300g: fix rendering with a non-zero index bias in draw_elements_immediate"
+ pb_bufmgr_cache: flush cache when create_buffer fails and try again
+ 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):
+
+ 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):
+
+ meta: Fix saving the active program
+
+
+Paul Berry (18):
+
+ glsl: Lower unconditional return statements.
+ glsl: Refactor logic for determining whether to lower return statements.
+ glsl: lower unconditional returns and continues in loops.
+ glsl: Use foreach_list in lower_jumps.cpp
+ glsl: In lower_jumps.cpp, lower both branches of a conditional.
+ glsl: Lower break instructions when necessary at the end of a loop.
+ glsl: improve the accuracy of the radians() builtin function
+ glsl: improve the accuracy of the atan(x,y) builtin function.
+ Revert "glsl: Skip processing the first function's body in do_dead_functions()."
+ glsl: Emit function signatures at toplevel, even for built-ins.
+ glsl: Constant-fold built-in functions before outputting IR
+ glsl: Check array size is const before asserting that no IR was generated.
+ glsl: Perform implicit type conversions on function call out parameters.
+ glsl: Fix type error when lowering integer divisions
+ glsl: Rework oversize array check for gl_TexCoord.
+ 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):
+
+ r300/compiler: simplify code in peephole_add_presub_add
+
+
+Tom Fogal (1):
+
+ Only use gcc visibility support with gcc4+.
+
+
+Tom Stellard (1):
+
+ r300/compiler: Fix regalloc for values with multiple writers
+
+
+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):
+
+ i965: fix the constant interp bitmask for flat mode
+ mesa: fix error handling for glEvalMesh1/2D
+ mesa: fix error handling for some glGet* functions
+ mesa: fix error handling for glTexEnv
+ mesa: fix error handling for glIsEnabled
+ mesa: fix error handling for glPixelZoom
+ mesa: fix error handling for glSelectBuffer
+ mesa: fix error handling for glMapBufferRange
+ mesa: fix error handling for glMaterial*
+ intel: fix the wrong code to detect null texture.
+ mesa: add a function to do the image data copy stuff for save_CompressedTex(Sub)Image
+ i965: setup address rounding enable bits
+ mesa: generate error if pbo offset is not aligned with the size of specified type
+ mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB
+ 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
+
+
+
+
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.
+
+Bug 25871 - nearest neighbour samples wrong texel (precision/rounding problem)
+
+Bug 29162 - mesa/darwin is severly broken
+
+Bug 30080 - [i915] piglit nodepth-test fails
+
+Bug 30217 - Possible sources of memory leaks reported by valgrind
+
+Bug 30266 - Regression, segfault in libdrm_intel when calling glBitmap
+
+Bug 31561 - [i915] intel_regions.c:289: intel_region_release: Assertion `region->map_refcount == 0' failed.
+
+Bug 31744 - [GLSL] overriding built-in function impacts another shader
+
+Bug 32308 - [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_init.c:319:gallivm_register_garbage_collector_callback: Assertion `NumCallbacks < 32' failed.
+
+Bug 32309 - [softpipe] SIGSEGV sp_state_derived.c:204
+
+Bug 32459 - [softpipe] glean depthStencil regression
+
+Bug 32460 - [softpipe] piglit texwrap 1D regression
+
+Bug 32534 - [arrandale/sandybridge] Mesa swallowing GEM ioctl failures
+
+Bug 32560 - To fix: 64-bit-portabilty-issue state_tracker/st_program.c:427
+
+Bug 32634 - [r300g, bisected] Massive corruption in Unigine Sanctuary
+
+Bug 32768 - VBO rendering using glDrawArrays causes program termination and "cs IB too big" message
+
+Bug 32804 - [swrast] glean pixelFormats regression
+
+Bug 32814 - Build error in osmesa.c due to change in _mesa_update_framebuffer_visual() signature
+
+Bug 32859 - Mesa doesn't compile under NetBSD
+
+Bug 32912 - [bisected, r300g] Unigine Sanctuary: r300_emit.c:902:r300_emit_vertex_arrays: Assertion `&buf->b.b' failed with RADEON_HYPERZ=1
+
+Bug 32945 - [RADEON:KMS:R300G] HiZ: Weird behavior with 3 pipes
+
+Bug 33046 - [bisected]glean/pixelFormats and 3 oglc cases segfault
+
+Bug 33185 - [RADEON:KMS:R300G] X crashes when kwin effects are turned on
+
+Bug 33215 - [llvmpipe] piglit fbo-drawbuffers2-blend regression
+
+Bug 33247 - [swrast] tnl/t_draw.c:471: _tnl_draw_prims: Assertion `prim[i].num_instances > 0' failed
+
+Bug 33284 - [llvmpipe] piglit fbo-drawbuffers-fragcolor fails
+
+Bug 33306 - [glsl] GLSL integer division by zero crashes GLSL compiler
+
+Bug 33353 - [softpipe] piglit fbo-srgb looks incorrect
+
+Bug 33360 - inclusion of $(TALLOC_LIBS) in src/mesa/drivers/osmesa/Makefile causes a build failure
+
+Bug 33374 - [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)
+
+Bug 33508 - [glsl] GLSL compiler modulus by zero crash
+
+Bug 33555 - [softpipe] tgsi/tgsi_sse2.c:1527:emit_tex: Assertion `0' failed.
+
+Bug 33885 - [glsl] GLSL compiler allows recursion
+
+Bug 33823 - [glsl] ralloc.c:78: get_header: Assertion `info->canary == 0x5A1106' failed.
+
+Bug 33934 - 3D blitting is orders of magnitude slower than equivalent 2D blitting.
+
+Bug 33946 - Crash: Mesa checks for invalid pointer, then uses it anyway.
+
+Bug 34008 - r600g: piglit failure (regression)
+
+Bug 34009 - Automatic Mipmap Generation produces very blurry image.
+Bug 34042 - Surfaceless eglMakeCurrent() fails if the supplied EGLContext is not a dummy context
+
+Bug 34049 - r600g: assertion failure (regression)
+
+Bug 34119 - [glsl] piglit glsl-texcoord-array regression
+
+Bug 34323 - [i915 GLSL gles2] gl_FragCoord.w not correct
+
+Bug 34346 - src/glsl relies on $PWD which can be unset
+
+Bug 34378 - st/mesa: 2a904fd6a0cb80eec6dec2bae07fd8778b04caf3 breaks sauerbraten
+
+Bug 34419 - Kwin crashes screensaver exits
+
+Bug 34463 - state_tracker/st_texture.c:370:st_texture_image_copy: Assertion `u_minify(src->width0, srcLevel) == width' failed.
+
+Bug 34468 - src/glsl/Makefile fix
+
+Bug 34541 - [ilk, wine] massive render corruption after recent patchset
+
+Bug 34589 - [pineview bisected]many cases regression
+
+Bug 34595 - [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe) regressed
+
+Bug 34597 - [bisected piketon]oglc blend-constcolor and 7 draw-buffers2 subcases regressed
+
+Bug 34603 - [bisected piketon]oglc vbo subcase basic.bufferdata regressed
+
+Bug 34604 - [bisected piketon]piglit fbo/fbo-depth-sample-compare regressed
+
+Bug 34646 - [bisected piketon]ogles2conform GL2Tests/GL/gl_FragCoord/gl_FragCoord_w_frag.test
+
+Bug 34656 - i965: Crash when running WebGL Conformance Test in firefox-4 nightly build
+
+Bug 34691 - [GLSL] matrix array member assignment with a complex subscript fails
+
+Bug 34906 - [Pineview] Some WebGL conformance tests will crash firefox
+
+Bug 34968 - Bad fps in Lightsmark benchmark
+
+Bug 35025 - [Patch] Serious compiler warnings
+
+Bug 35312 - r600g: Automatic mipmap generation doesn't work properly
+
+Bug 35373 - [[GM45] OpenGL] GL_EXT_texture_sRGB_decode broken
+
+Bug 35434 - [RADEON:KMS:R600G] etqw: broken ground textures
+
+Bug 35441 - [PATCH] Mesa does not find nouveau include files with --enable-shared-dricore
+
+Bug 35614 - [SNB] random hang on piglit case shaders/glsl-max-varyings
+
+Bug 35820 - [bisected SNB] System hangs when Gnome with compiz start up
+
+Bug 35822 - [bisected pineview] many cases related to depth and stencil failed
+
+Bug 35849 - when sampling textures from both fragment and vertex shaders the vertex texture has the incorrect texture bound
+
+Bug 35852 - [bisected pineview] oglc case pxconv-read failed
+
+Bug 35961 - src/gallium/auxiliary/util/u_draw.c:77:util_draw_max_index: Assertion `buffer_size - format_size <= buffer_size' failed.
+
+Bug 36032 - piglit fdo9833 regression
+
+Bug 36033 - main/shaderapi.c:1044: validate_samplers: Assertion `(sizeof(targetName)/sizeof(*(targetName))) == NUM_TEXTURE_TARGETS' failed.
+
+Bug 36086 - [wine] Segfault r300_resource_copy_region with some wine apps and RADEON_HYPERZ
+
+Bug 36182 - Game Trine from http://www.humblebundle.com/ needs ATI_draw_buffers
+
+Bug 36268 - [r300g, bisected] minor flickering in Unigine Sanctuary
+
+Bug 36282 - 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi
+
+Bug 36333 - can't build demos if mesa build with --enable-selinux
+
+Bug 36473 - [bisected] piglit bugs/fdo23670-depth_test failed
+
+Bug 36572 - [bisected]oglc case texenv segfaults
+
+Bug 36609 - 45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g
+
+Bug 36648 - [bisected SNB]piglit fbo/fbo-alphatest-nocolor failed
+
+Bug 36649 - [bisected SNB]oglc draw-buffers2 failed with 16-wide
+
+Bug 36753 - Some textures now rendered as completely black after register allocator rewrite.
+
+Bug 36821 - [bisected SNB]oglc api-texcoord causes GPU hang
+
+Bug 36914 - r600g: add rv670 flushing workaround. Causes games and some mesa demos to segfault.
+
+Bug 36917 - Rendering glitches in ETQW
+
+Bug 36939 - multitexturing is messed up in quake wars (regression)
+
+Bug 36987 - Intel GMA 4500 ARB_shader_texture_lod support
+
+Bug 37028 - Amnesia/HPL2 Demo: Strange graphical bugs on r600g
+
+Bug 37150 - sRGB textures are too bright in Starcraft 2
+
+Bug 37154 - main/texstore.c:4187: _mesa_texstore_rgb9_e5: Assertion `baseInternalFormat == 0x1907' failed.
+
+Bug 37157 - [bisected] KDE KWin crashes on start with delayed BO mapping
+
+Bug 37168 - Regression: Severe memory leak when running Second Life
+
+Bug 37366 - [i965 bisected ILK] Fragment shader discard tests occasionally fail
+
+Bug 37383 - incorrect GLSL optimization
+
+Bug 37476 - [wine] Devil May Cry 4: TXD tgsi opcode unsupported / translation from TGSI failed / missing vertex shader
+
+Bug 37743 - [bisected i965]oglc GLSLlinker subcase negative.varying.beyondMaxVaryingFloats aborted
+
+Bug 37766 - Crash in dri2InvalidateBuffers when resizing Java window with OpenGL pipeline enabled
+
+Bug 37839 - main/teximage.c:2393: _mesa_choose_texture_format: Assertion `f != MESA_FORMAT_NONE' failed.
+
+Bug 37934 - Corruption with topogun trace
+
+Bug 38015 - Some extensions enabled even when not supported by the underlying driver
+
+Bug 38134 - [bisected i965]piglit fbo/fbo-blit-d24s8 crashed
+
+Bug 38145 - r600g/evergreen: Incorrect rendering of some effects in doom3
+
+Bug 38440 - ETQW: Model in team select rendering too bright
+
+Bug 38566 - [regression] ETQW crashes with 21972c85ea734dbfcf69629c6b0b940efb42d4ba
+
+Bug 38584 - MESA_GLSL=dump causes SEGV in ir_print_visitor::unique_name
+
+Bug 38599 - THe value of WGL_PBUFFER_HEIGHT_ARB is returned as width in wglQueryPbufferARB
+
+Bug 38602 - [bisected] Wrong display after "prefer native texture formats when possible" commit
+
+Bug 38624 - program/ir_to_mesa.cpp:1440: virtual void ir_to_mesa_visitor::visit(ir_dereference_variable*): Assertion `var->location != -1' failed.
+
+Bug 38626 - vbo: Don't discount stride breaks piglit on softpipe/r600g
+
+Bug 38649 - piglit fbo-copyteximage regression
+
+Bug 38762 - [IVB bisected]3D demos like glxgears abort
+
+Bug 38771 - [[GM45] DRI] GPU hangs with current Mesa GIT when running certain OpenGL applications
+
+Bug 38842 - Various valid GLX attributes are rejected by MESA glxChooseFBConfig
+
+Bug 38971 - [bisected]oglc glsl-autointconv subcase negative.function.ambiguousMatch failed
+
+Bug 38987 - sampler allowed as non-uniform / non-function parameters
+
+Bug 39024 - [Pineview webgl] many webgl conformance cases crash the browser
+
+Bug 39083 - [regression, bisected, r600g] Wrong rendering of Bubbles3D screensaver
+
+Bug 39119 - setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
+
+Bug 39209 - [bisected] Wrong display after "prefer native texture formats when possible" commit - part2
+
+Bug 39219 - libgl conflict with xbmc causes lock up on xbmc exit
+
+Bug 39257 - [bisected SNB]Mesa demos engine causes GPU hang
+
+Bug 39487 - [i965] brw_wm_surface_state.c:495: brw_update_renderbuffer_surface: Assertion `brw->>has_surface_tile_offset || (tile_x == 0 && tile_y == 0)' failed.
+
+Bug 39515 - FTBFS: libEGL depends on libgbm, but libEGL builds first
+
+Bug 39572 - Cogs: GPU hang
+
@@ -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