17ec681f3SmrgMesa 7.11.1 Release Notes / November 17, 2011
27ec681f3Smrg=============================================
37ec681f3Smrg
47ec681f3SmrgMesa 7.11.1 is a bug fix release which fixes bugs found since the 7.11
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 7.11 implements the OpenGL 2.1 API, but the version reported by
87ec681f3SmrgglGetString(GL_VERSION) depends on the particular driver being used.
97ec681f3SmrgSome drivers don't support all the features required in OpenGL 2.1.
107ec681f3Smrg
117ec681f3SmrgSee the :doc:`Compiling/Installing page <../install>` for
127ec681f3Smrgprerequisites for DRI hardware acceleration.
137ec681f3Smrg
147ec681f3SmrgMD5 checksums
157ec681f3Smrg-------------
167ec681f3Smrg
177ec681f3Smrg::
187ec681f3Smrg
197ec681f3Smrg   ac0181a4076770fb657c1169af43aa09  MesaLib-7.11.1.tar.gz
207ec681f3Smrg   a77307102cee844ff6544ffa8fafeac1  MesaLib-7.11.1.tar.bz2
217ec681f3Smrg   dfcb11516c1730f3981b55a65a835623  MesaLib-7.11.1.zip
227ec681f3Smrg   2cb2b9ecb4fb7d1a6be69346ee886952  MesaGLUT-7.11.1.tar.gz
237ec681f3Smrg   3f54e314290d4dacbab089839197080b  MesaGLUT-7.11.1.tar.bz2
247ec681f3Smrg   5d66c7ee8c5cc2f27e1ffb037ad4172c  MesaGLUT-7.11.1.zip
257ec681f3Smrg
267ec681f3SmrgNew features
277ec681f3Smrg------------
287ec681f3Smrg
297ec681f3SmrgNone.
307ec681f3Smrg
317ec681f3SmrgBug fixes
327ec681f3Smrg---------
337ec681f3Smrg
347ec681f3SmrgThis list is likely incomplete.
357ec681f3Smrg
367ec681f3Smrg-  `Bug 3165 <https://bugs.freedesktop.org/show_bug.cgi?id=3165>`__ -
377ec681f3Smrg   texImage.IsCompressed and texImage.CompressedSize issues
387ec681f3Smrg-  `Bug 23525 <https://bugs.freedesktop.org/show_bug.cgi?id=23525>`__ -
397ec681f3Smrg   Software rendering on QEMU guests badly broken
407ec681f3Smrg-  `Bug 28125 <https://bugs.freedesktop.org/show_bug.cgi?id=28125>`__ -
417ec681f3Smrg   DRI2 prevents indirect glx
427ec681f3Smrg-  `Bug 34628 <https://bugs.freedesktop.org/show_bug.cgi?id=34628>`__ -
437ec681f3Smrg   [ilk] skybox errors in quake4
447ec681f3Smrg-  `Bug 36371 <https://bugs.freedesktop.org/show_bug.cgi?id=36371>`__ -
457ec681f3Smrg   r200: piglit readPixSanity failure
467ec681f3Smrg-  `Bug 36669 <https://bugs.freedesktop.org/show_bug.cgi?id=36669>`__ -
477ec681f3Smrg   EmitNoMainReturn set to 1 doesn't make the GLSL compiler lower all
487ec681f3Smrg   the RET opcodes
497ec681f3Smrg-  `Bug 36939 <https://bugs.freedesktop.org/show_bug.cgi?id=36939>`__ -
507ec681f3Smrg   multitexturing is messed up in quake wars (regression)
517ec681f3Smrg-  `Bug 37907 <https://bugs.freedesktop.org/show_bug.cgi?id=37907>`__ -
527ec681f3Smrg   [swrast] SIGSEGV swrast/s_depth.c:569
537ec681f3Smrg-  `Bug 38163 <https://bugs.freedesktop.org/show_bug.cgi?id=38163>`__ -
547ec681f3Smrg   Gnome Shell Display Bug
557ec681f3Smrg-  `Bug 38625 <https://bugs.freedesktop.org/show_bug.cgi?id=38625>`__ -
567ec681f3Smrg   ast_to_hir.cpp:1761: const glsl_type\* process_array_type(YYLTYPE*,
577ec681f3Smrg   const glsl_type*, ast_node*, \_mesa_glsl_parse_state*): Assertion
587ec681f3Smrg   \`dummy_instructions.is_empty()' failed.
597ec681f3Smrg-  `Bug 38729 <https://bugs.freedesktop.org/show_bug.cgi?id=38729>`__ -
607ec681f3Smrg   [softpipe] sp_quad_depth_test.c:215:convert_quad_stencil: Assertion
617ec681f3Smrg   \`0' failed.
627ec681f3Smrg-  `Bug 38863 <https://bugs.freedesktop.org/show_bug.cgi?id=38863>`__ -
637ec681f3Smrg   [IVB]GPU hang when running 3D games like openarena
647ec681f3Smrg-  `Bug 39193 <https://bugs.freedesktop.org/show_bug.cgi?id=39193>`__ -
657ec681f3Smrg   [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium
667ec681f3Smrg   when checking status on a framebuffer bound to a texture that's bound
677ec681f3Smrg   to a pixmap
687ec681f3Smrg-  `Bug 39651 <https://bugs.freedesktop.org/show_bug.cgi?id=39651>`__ -
697ec681f3Smrg   [glsl] Assertion failure when implicitly converting out parameters
707ec681f3Smrg-  `Bug 39991 <https://bugs.freedesktop.org/show_bug.cgi?id=39991>`__ -
717ec681f3Smrg   [regression]GL_PALETTE8_RGBA8_OES format of glCompressedTexImage2D
727ec681f3Smrg   will cause err GL_INVALID_ENUM with GLES1.x
737ec681f3Smrg-  `Bug 40022 <https://bugs.freedesktop.org/show_bug.cgi?id=40022>`__ -
747ec681f3Smrg   [i915] out-of-bounds write
757ec681f3Smrg   src/mesa/drivers/dri/i915/i915_fragprog.c:321
767ec681f3Smrg-  `Bug 40062 <https://bugs.freedesktop.org/show_bug.cgi?id=40062>`__ -
777ec681f3Smrg   in etqw the strogg radar is black (regression)
787ec681f3Smrg-  `Bug 40324 <https://bugs.freedesktop.org/show_bug.cgi?id=40324>`__ -
797ec681f3Smrg   [SNB] gpu hang in mesa 7.11
807ec681f3Smrg-  `Bug 40533 <https://bugs.freedesktop.org/show_bug.cgi?id=40533>`__ -
817ec681f3Smrg   i915: piglit glean/readPixSanity: DRI2SwapBuffers: BadDrawable
827ec681f3Smrg   (invalid Pixmap or Window parameter)
837ec681f3Smrg-  `Bug 41096 <https://bugs.freedesktop.org/show_bug.cgi?id=41096>`__ -
847ec681f3Smrg   [sandybridge-m-gt2+] GPU lockup render.IPEHR: 0x7a000002
857ec681f3Smrg-  `Bug 41969 <https://bugs.freedesktop.org/show_bug.cgi?id=41969>`__ -
867ec681f3Smrg   The Mesa meta save/restore code doesn't always save the active
877ec681f3Smrg   program
887ec681f3Smrg-  `Bug 42175 <https://bugs.freedesktop.org/show_bug.cgi?id=42175>`__ -
897ec681f3Smrg   RV730: Display errors in glxgears & WebGL
907ec681f3Smrg-  `Bug 42268 <https://bugs.freedesktop.org/show_bug.cgi?id=42268>`__ -
917ec681f3Smrg   [bisected] oglc pbo(negative.invalidOffsetValue) aborts on 7.11
927ec681f3Smrg   branch
937ec681f3Smrg
947ec681f3SmrgChanges
957ec681f3Smrg-------
967ec681f3Smrg
977ec681f3SmrgThe full set of changes can be viewed by using the following GIT
987ec681f3Smrgcommand:
997ec681f3Smrg
1007ec681f3Smrg::
1017ec681f3Smrg
1027ec681f3Smrg     git log mesa-7.11..mesa-7.11.1
1037ec681f3Smrg
1047ec681f3SmrgAdam Jackson (2):
1057ec681f3Smrg
1067ec681f3Smrg-  drisw: Remove cargo culting that breaks GLX 1.3 ctors
1077ec681f3Smrg-  glx: Don't enable INTEL_swap_event unconditionally
1087ec681f3Smrg
1097ec681f3SmrgAlex Deucher (1):
1107ec681f3Smrg
1117ec681f3Smrg-  r600g: fix up vs export handling
1127ec681f3Smrg
1137ec681f3SmrgBen Widawsky (1):
1147ec681f3Smrg
1157ec681f3Smrg-  intel: GetBuffer fix
1167ec681f3Smrg
1177ec681f3SmrgBrian Paul (15):
1187ec681f3Smrg
1197ec681f3Smrg-  docs: add 7.11 md5 sums
1207ec681f3Smrg-  docs: news item for 7.11 release
1217ec681f3Smrg-  st/mesa: Convert size assertions to conditionals in
1227ec681f3Smrg   st_texture_image_copy.
1237ec681f3Smrg-  softpipe: add missing stencil format case in convert_quad_stencil()
1247ec681f3Smrg-  mesa: fix texstore addressing bugs for depth/stencil formats
1257ec681f3Smrg-  mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queries
1267ec681f3Smrg-  swrast: don't try to do depth testing if there's no depth buffer
1277ec681f3Smrg-  meta: fix/add checks for GL_EXT_framebuffer_sRGB
1287ec681f3Smrg-  mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
1297ec681f3Smrg-  meta: fix broken sRGB mipmap generation
1307ec681f3Smrg-  mesa: add \_NEW_CURRENT_ATTRIB in \_mesa_program_state_flags()
1317ec681f3Smrg-  mesa: fix error handling for dlist image unpacking
1327ec681f3Smrg-  mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between
1337ec681f3Smrg   Begin/End
1347ec681f3Smrg-  mesa: fix incorrect error code in \_mesa_FramebufferTexture1D/3DEXT()
1357ec681f3Smrg-  mesa: fix format/type check in unpack_image() for bitmaps
1367ec681f3Smrg
1377ec681f3SmrgCarl Simonson (1):
1387ec681f3Smrg
1397ec681f3Smrg-  i830: Add missing vtable entry for i830 from the hiz work.
1407ec681f3Smrg
1417ec681f3SmrgCarl Worth (5):
1427ec681f3Smrg
1437ec681f3Smrg-  glcpp: Fix two (or more) successive applications of token pasting
1447ec681f3Smrg-  glcpp: Test a non-function-like macro using the token paste operator
1457ec681f3Smrg-  glcpp: Implement token pasting for non-function-like macros
1467ec681f3Smrg-  glcpp: Raise error if defining any macro containing two consecutive
1477ec681f3Smrg   underscores
1487ec681f3Smrg-  glcpp: Add a test for #elif with an undefined macro.
1497ec681f3Smrg
1507ec681f3SmrgChad Versace (5):
1517ec681f3Smrg
1527ec681f3Smrg-  glsl: Add method glsl_type::can_implicitly_convert_to()
1537ec681f3Smrg-  glsl: Fix implicit conversions in non-constructor function calls
1547ec681f3Smrg-  glsl: Remove ir_function.cpp:type_compare()
1557ec681f3Smrg-  glsl: Fix conversions in array constructors
1567ec681f3Smrg-  x86-64: Fix compile error with clang
1577ec681f3Smrg
1587ec681f3SmrgChia-I Wu (3):
1597ec681f3Smrg
1607ec681f3Smrg-  glsl: empty declarations should be valid
1617ec681f3Smrg-  intel: rename intel_extensions_es2.c to intel_extensions_es.c
1627ec681f3Smrg-  intel: fix GLESv1 support
1637ec681f3Smrg
1647ec681f3SmrgChris Wilson (1):
1657ec681f3Smrg
1667ec681f3Smrg-  i915: out-of-bounds write in calc_live_regs()
1677ec681f3Smrg
1687ec681f3SmrgChristopher James Halse Rogers (1):
1697ec681f3Smrg
1707ec681f3Smrg-  glx/dri2: Paper over errors in DRI2Connect when indirect
1717ec681f3Smrg
1727ec681f3SmrgDavid Reveman (1):
1737ec681f3Smrg
1747ec681f3Smrg-  i915g: Fix off-by-one in scissors.
1757ec681f3Smrg
1767ec681f3SmrgEric Anholt (16):
1777ec681f3Smrg
1787ec681f3Smrg-  mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an
1797ec681f3Smrg   error.
1807ec681f3Smrg-  mesa: Fix glGetUniform() type conversions.
1817ec681f3Smrg-  mesa: Add support for Begin/EndConditionalRender in display lists.
1827ec681f3Smrg-  mesa: Throw an error instead of asserting for condrender with query
1837ec681f3Smrg   == 0.
1847ec681f3Smrg-  mesa: Throw an error when starting conditional render on an active
1857ec681f3Smrg   query.
1867ec681f3Smrg-  mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an
1877ec681f3Smrg   error.
1887ec681f3Smrg-  glsl: Allow ir_assignment() constructor to not specify condition.
1897ec681f3Smrg-  glsl: Clarify error message about whole-array assignment in GLSL
1907ec681f3Smrg   1.10.
1917ec681f3Smrg-  glsl: When assigning to a whole array, mark the array as accessed.
1927ec681f3Smrg-  glsl: When assiging from a whole array, mark it as used.
1937ec681f3Smrg-  i965/fs: Respect ARB_color_buffer_float clamping.
1947ec681f3Smrg-  i965: Add missing \_NEW_POLYGON flag to polygon stipple upload.
1957ec681f3Smrg-  i965: Fix polygon stipple offset state flagging.
1967ec681f3Smrg-  intel: Mark MESA_FORMAT_X8_Z24 as always supported.
1977ec681f3Smrg-  mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)
1987ec681f3Smrg-  glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.
1997ec681f3Smrg
2007ec681f3SmrgHenri Verbeet (6):
2017ec681f3Smrg
2027ec681f3Smrg-  mesa: Also set the remaining draw buffers to GL_NONE when updating
2037ec681f3Smrg   just the first buffer in \_mesa_drawbuffers().
2047ec681f3Smrg-  r600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.
2057ec681f3Smrg-  mesa: Check the texture against all units in
2067ec681f3Smrg   unbind_texobj_from_texunits().
2077ec681f3Smrg-  mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.
2087ec681f3Smrg-  mesa: Use the Elements macro for the sampler index assert in
2097ec681f3Smrg   validate_samplers().
2107ec681f3Smrg-  mesa: Fix a couple of TexEnv unit limits.
2117ec681f3Smrg
2127ec681f3SmrgIan Romanick (17):
2137ec681f3Smrg
2147ec681f3Smrg-  mesa: Add utility function to get base format from a GL compressed
2157ec681f3Smrg   format
2167ec681f3Smrg-  mesa: Return the correct internal fmt when a generic compressed fmt
2177ec681f3Smrg   was used
2187ec681f3Smrg-  mesa: Make \_mesa_get_compressed_formats match the texture
2197ec681f3Smrg   compression specs
2207ec681f3Smrg-  linker: Make linker_error set LinkStatus to false
2217ec681f3Smrg-  linker: Make linker_{error,warning} generally available
2227ec681f3Smrg-  mesa: Ensure that gl_shader_program::InfoLog is never NULL
2237ec681f3Smrg-  ir_to_mesa: Use Add linker_error instead of fail_link
2247ec681f3Smrg-  ir_to_mesa: Emit warnings instead of errors for IR that can't be
2257ec681f3Smrg   lowered
2267ec681f3Smrg-  i915: Fail without crashing if a Mesa IR program uses too many
2277ec681f3Smrg   registers
2287ec681f3Smrg-  i915: Only emit program errors when INTEL_DEBUG=wm or
2297ec681f3Smrg   INTEL_DEBUG=fallbacks
2307ec681f3Smrg-  mesa: Add GL_OES_compressed_paletted_texture formats to
2317ec681f3Smrg   \_mesa_is_compressed_format
2327ec681f3Smrg-  mesa: Add GL_OES_compressed_paletted_texture formats to
2337ec681f3Smrg   \_mesa_base_tex_format
2347ec681f3Smrg-  mesa: Refactor expected texture size check in cpal_get_info
2357ec681f3Smrg-  mesa: Add \_mesa_cpal_compressed_format_type
2367ec681f3Smrg-  mesa: Refactor compressed texture error checks to work with paletted
2377ec681f3Smrg   textures
2387ec681f3Smrg-  mesa: Remove redundant compressed paletted texture error checks
2397ec681f3Smrg-  mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x
2407ec681f3Smrg
2417ec681f3SmrgJeremy Huddleston (3):
2427ec681f3Smrg
2437ec681f3Smrg-  apple: Silence some debug spew
2447ec681f3Smrg-  apple: Use the correct (OpenGL.framework) glViewport and glScissor
2457ec681f3Smrg   during init
2467ec681f3Smrg-  apple: Implement applegl_unbind_context
2477ec681f3Smrg
2487ec681f3SmrgJosé Fonseca (1):
2497ec681f3Smrg
2507ec681f3Smrg-  docs: Update llvmpipe docs.
2517ec681f3Smrg
2527ec681f3SmrgKenneth Graunke (12):
2537ec681f3Smrg
2547ec681f3Smrg-  glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
2557ec681f3Smrg-  mesa: In validate_program(), initialize errMsg for safety.
2567ec681f3Smrg-  i965/gen5+: Fix incorrect miptree layout for non-power-of-two
2577ec681f3Smrg   cubemaps.
2587ec681f3Smrg-  i965: Use proper texture alignment units for cubemaps on Gen5+.
2597ec681f3Smrg-  i965: Fix incorrect maximum PS thread count shift on Ivybridge.
2607ec681f3Smrg-  i965: Emit depth stalls and flushes before changing depth state on
2617ec681f3Smrg   Gen6+.
2627ec681f3Smrg-  i965/fs: Allow SIMD16 with control flow on Ivybridge.
2637ec681f3Smrg-  i965: Allow SIMD16 color writes on Ivybridge.
2647ec681f3Smrg-  i965: Fix inconsistent indentation in brw_eu_emit.c.
2657ec681f3Smrg-  intel: Depth format fixes
2667ec681f3Smrg-  i965: Apply post-sync non-zero workaround to homebrew workaround.
2677ec681f3Smrg-  mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
2687ec681f3Smrg
2697ec681f3SmrgKristian Høgsberg (1):
2707ec681f3Smrg
2717ec681f3Smrg-  glx: Don't flush twice if we fallback to dri2CopySubBuffer
2727ec681f3Smrg
2737ec681f3SmrgMarc Pignat (1):
2747ec681f3Smrg
2757ec681f3Smrg-  drisw: Fix 24bpp software rendering, take 2
2767ec681f3Smrg
2777ec681f3SmrgMarcin Baczyński (2):
2787ec681f3Smrg
2797ec681f3Smrg-  configure: fix gcc version check
2807ec681f3Smrg-  configure: allow C{,XX}FLAGS override
2817ec681f3Smrg
2827ec681f3SmrgMarcin Slusarz (3):
2837ec681f3Smrg
2847ec681f3Smrg-  nouveau: fix nouveau_fence leak
2857ec681f3Smrg-  nouveau: fix crash during fence emission
2867ec681f3Smrg-  nouveau: fix fence hang
2877ec681f3Smrg
2887ec681f3SmrgMarek Olšák (19):
2897ec681f3Smrg
2907ec681f3Smrg-  vbo: do not call \_mesa_max_buffer_index in debug builds
2917ec681f3Smrg-  winsys/radeon: fix space checking
2927ec681f3Smrg-  r300/compiler: fix a warning that a variable may be uninitialized
2937ec681f3Smrg-  r300/compiler: remove an unused-but-set variable and simplify the
2947ec681f3Smrg   code
2957ec681f3Smrg-  u_vbuf_mgr: cleanup original vs real vertex buffer arrays
2967ec681f3Smrg-  u_vbuf_mgr: don't take per-instance attribs into acc. when computing
2977ec681f3Smrg   max index
2987ec681f3Smrg-  u_vbuf_mgr: fix max_index computation for large src_offset
2997ec681f3Smrg-  u_vbuf_mgr: s/u_vbuf_mgr\_/u_vbuf\_
3007ec681f3Smrg-  u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED
3017ec681f3Smrg-  u_vbuf_mgr: rework user buffer uploads
3027ec681f3Smrg-  u_vbuf_mgr: fix uploading with a non-zero index bias
3037ec681f3Smrg-  configure.ac: fix xlib-based softpipe build
3047ec681f3Smrg-  r600g: add index_bias to index buffer bounds
3057ec681f3Smrg-  r300g: fix rendering with a non-zero index bias in
3067ec681f3Smrg   draw_elements_immediate
3077ec681f3Smrg-  Revert "r300g: fix rendering with a non-zero index bias in
3087ec681f3Smrg   draw_elements_immediate"
3097ec681f3Smrg-  pb_bufmgr_cache: flush cache when create_buffer fails and try again
3107ec681f3Smrg-  r300g: don't return NULL in resource_from_handle if the resource is
3117ec681f3Smrg   too small
3127ec681f3Smrg-  r600g: set correct tiling flags in depth info
3137ec681f3Smrg-  r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vbo
3147ec681f3Smrg
3157ec681f3SmrgMichel Dänzer (4):
3167ec681f3Smrg
3177ec681f3Smrg-  st/mesa: Finalize texture on render-to-texture.
3187ec681f3Smrg-  glx/dri2: Don't call X server for SwapBuffers when there's no back
3197ec681f3Smrg   buffer.
3207ec681f3Smrg-  gallium/util: Add macros for converting from little endian to CPU
3217ec681f3Smrg   byte order.
3227ec681f3Smrg-  r300g: Fix queries on big endian hosts.
3237ec681f3Smrg
3247ec681f3SmrgNeil Roberts (1):
3257ec681f3Smrg
3267ec681f3Smrg-  meta: Fix saving the active program
3277ec681f3Smrg
3287ec681f3SmrgPaul Berry (18):
3297ec681f3Smrg
3307ec681f3Smrg-  glsl: Lower unconditional return statements.
3317ec681f3Smrg-  glsl: Refactor logic for determining whether to lower return
3327ec681f3Smrg   statements.
3337ec681f3Smrg-  glsl: lower unconditional returns and continues in loops.
3347ec681f3Smrg-  glsl: Use foreach_list in lower_jumps.cpp
3357ec681f3Smrg-  glsl: In lower_jumps.cpp, lower both branches of a conditional.
3367ec681f3Smrg-  glsl: Lower break instructions when necessary at the end of a loop.
3377ec681f3Smrg-  glsl: improve the accuracy of the radians() builtin function
3387ec681f3Smrg-  glsl: improve the accuracy of the atan(x,y) builtin function.
3397ec681f3Smrg-  Revert "glsl: Skip processing the first function's body in
3407ec681f3Smrg   do_dead_functions()."
3417ec681f3Smrg-  glsl: Emit function signatures at toplevel, even for built-ins.
3427ec681f3Smrg-  glsl: Constant-fold built-in functions before outputting IR
3437ec681f3Smrg-  glsl: Check array size is const before asserting that no IR was
3447ec681f3Smrg   generated.
3457ec681f3Smrg-  glsl: Perform implicit type conversions on function call out
3467ec681f3Smrg   parameters.
3477ec681f3Smrg-  glsl: Fix type error when lowering integer divisions
3487ec681f3Smrg-  glsl: Rework oversize array check for gl_TexCoord.
3497ec681f3Smrg-  glsl: Remove field array_lvalue from ir_variable.
3507ec681f3Smrg-  glsl hierarchical visitor: Do not overwrite base_ir for parameter
3517ec681f3Smrg   lists.
3527ec681f3Smrg-  glsl: improve the accuracy of the asin() builtin function.
3537ec681f3Smrg
3547ec681f3SmrgTobias Droste (1):
3557ec681f3Smrg
3567ec681f3Smrg-  r300/compiler: simplify code in peephole_add_presub_add
3577ec681f3Smrg
3587ec681f3SmrgTom Fogal (1):
3597ec681f3Smrg
3607ec681f3Smrg-  Only use gcc visibility support with gcc4+.
3617ec681f3Smrg
3627ec681f3SmrgTom Stellard (1):
3637ec681f3Smrg
3647ec681f3Smrg-  r300/compiler: Fix regalloc for values with multiple writers
3657ec681f3Smrg
3667ec681f3SmrgVadim Girlin (5):
3677ec681f3Smrg
3687ec681f3Smrg-  st/mesa: flush bitmap cache on query and conditional render
3697ec681f3Smrg   boundaries
3707ec681f3Smrg-  r600g: use backend mask for occlusion queries
3717ec681f3Smrg-  r600g: take into account force_add_cf in pops
3727ec681f3Smrg-  r600g: fix check_and_set_bank_swizzle
3737ec681f3Smrg-  r600g: fix replace_gpr_with_pv_ps
3747ec681f3Smrg
3757ec681f3SmrgYuanhan Liu (17):
3767ec681f3Smrg
3777ec681f3Smrg-  i965: fix the constant interp bitmask for flat mode
3787ec681f3Smrg-  mesa: fix error handling for glEvalMesh1/2D
3797ec681f3Smrg-  mesa: fix error handling for some glGet\* functions
3807ec681f3Smrg-  mesa: fix error handling for glTexEnv
3817ec681f3Smrg-  mesa: fix error handling for glIsEnabled
3827ec681f3Smrg-  mesa: fix error handling for glPixelZoom
3837ec681f3Smrg-  mesa: fix error handling for glSelectBuffer
3847ec681f3Smrg-  mesa: fix error handling for glMapBufferRange
3857ec681f3Smrg-  mesa: fix error handling for glMaterial\*
3867ec681f3Smrg-  intel: fix the wrong code to detect null texture.
3877ec681f3Smrg-  mesa: add a function to do the image data copy stuff for
3887ec681f3Smrg   save_CompressedTex(Sub)Image
3897ec681f3Smrg-  i965: setup address rounding enable bits
3907ec681f3Smrg-  mesa: generate error if pbo offset is not aligned with the size of
3917ec681f3Smrg   specified type
3927ec681f3Smrg-  mesa: fix inverted pbo test error at \_mesa_GetnCompressedTexImageARB
3937ec681f3Smrg-  mesa: handle the pbo case for save_Bitmap
3947ec681f3Smrg-  mesa: handle PBO access error in display list mode
3957ec681f3Smrg-  intel: don't call unmap pbo if pbo is not mapped
396