Date: Fri, 18 Nov 2011 08:02:19 +0100
Subject: xkeyboard-config mesa git update 18 nov 2011
---
mesalib/docs/relnotes-7.11.1.html | 391 ++++++++++++++++++++++++++++++++++++++
1 file changed, 391 insertions(+)
create mode 100644 mesalib/docs/relnotes-7.11.1.html
(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
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
+