17ec681f3SmrgMesa 8.0.4 Release Notes / July 10, 2012 27ec681f3Smrg======================================== 37ec681f3Smrg 47ec681f3SmrgMesa 8.0.4 is a bug fix release which fixes bugs found since the 8.0.2 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 8.0.4 implements the OpenGL 3.0 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 3.0. 107ec681f3Smrg 117ec681f3SmrgSee the :doc:`Compiling/Installing page <../install>` for 127ec681f3Smrgprerequisites for DRI hardware acceleration. 137ec681f3Smrg 147ec681f3SmrgMD5 checksums 157ec681f3Smrg------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 02b96082d2f1ad72e7385f4022afafb9 MesaLib-8.0.4.tar.gz 207ec681f3Smrg d546f988adfdf986cff45b1efa2d8a46 MesaLib-8.0.4.tar.bz2 217ec681f3Smrg 1f0fdabe6e8019d4de6c16e20e74d163 MesaLib-8.0.4.zip 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgNone. 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3SmrgThis list is likely incomplete. 327ec681f3Smrg 337ec681f3Smrg- `Bug 45967 <https://bugs.freedesktop.org/show_bug.cgi?id=45967>`__ - 347ec681f3Smrg piglit getteximage-invalid-format-for-packed-type regression 357ec681f3Smrg- `Bug 47742 <https://bugs.freedesktop.org/show_bug.cgi?id=47742>`__ - 367ec681f3Smrg [softpipe] piglit fbo-generatemipmap-array regression 377ec681f3Smrg- `Bug 48141 <https://bugs.freedesktop.org/show_bug.cgi?id=48141>`__ - 387ec681f3Smrg [vmwgfx] 397ec681f3Smrg src/gallium/auxiliary/util/u_inlines.h:256:pipe_buffer_map_range: 407ec681f3Smrg Assertion \`offset + length <= buffer->width0' failed. 417ec681f3Smrg- `Bug 48472 <https://bugs.freedesktop.org/show_bug.cgi?id=48472>`__ - 427ec681f3Smrg GPU Lockup while running demo (rzr - the scene is dead) in wine 437ec681f3Smrg- `Bug 50033 <https://bugs.freedesktop.org/show_bug.cgi?id=50033>`__ - 447ec681f3Smrg src/mesa/state_tracker/st_cb_fbo.c:379:st_render_texture: Assertion 457ec681f3Smrg \`strb->rtt_level <= strb->texture->last_level' failed. 467ec681f3Smrg- `Bug 50621 <https://bugs.freedesktop.org/show_bug.cgi?id=50621>`__ - 477ec681f3Smrg Mesa fails its test suite with a buffer overflow. 487ec681f3Smrg- `Bug 50298 <https://bugs.freedesktop.org/show_bug.cgi?id=50298>`__ - 497ec681f3Smrg [ILK IVB bisected]Ogles2conform GL/sin/sin_float_vert_xvary.test 507ec681f3Smrg regressed 517ec681f3Smrg- `Bug 51574 <https://bugs.freedesktop.org/show_bug.cgi?id=51574>`__ - 527ec681f3Smrg ir_loop_jump constructor assigns member variable to itself 537ec681f3Smrg 547ec681f3SmrgChanges 557ec681f3Smrg------- 567ec681f3Smrg 577ec681f3SmrgThe full set of changes can be viewed by using the following GIT 587ec681f3Smrgcommand: 597ec681f3Smrg 607ec681f3Smrg:: 617ec681f3Smrg 627ec681f3Smrg git log mesa-8.0.3..mesa-8.0.4 637ec681f3Smrg 647ec681f3SmrgAndreas Betz (1): 657ec681f3Smrg 667ec681f3Smrg- vega: fix 565 color unpacking bug 677ec681f3Smrg 687ec681f3SmrgAntoine Labour (2): 697ec681f3Smrg 707ec681f3Smrg- meta: Cleanup the resources we allocate. 717ec681f3Smrg- mesa: Free uniforms correclty. 727ec681f3Smrg 737ec681f3SmrgBrian Paul (22): 747ec681f3Smrg 757ec681f3Smrg- docs: add link to 8.0.3 release notes 767ec681f3Smrg- mesa: fix Z32_FLOAT -> uint conversion functions 777ec681f3Smrg- draw: fix primitive restart bug by using the index buffer offset 787ec681f3Smrg- st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) color output 797ec681f3Smrg- svga: fix synchronization bug between sampler views and surfaces 807ec681f3Smrg- mesa: new \_mesa_error_check_format_and_type() function 817ec681f3Smrg- mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case 827ec681f3Smrg- mesa: fix missing return value in getteximage_error_check() 837ec681f3Smrg- st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium drivers 847ec681f3Smrg- svga: add 0.5 in float->int conversion of sample min/max lod 857ec681f3Smrg- svga: fix min/max lod clamping 867ec681f3Smrg- svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0 877ec681f3Smrg- st/mesa: add fallback pipe formats for (compressed) R, RG formats 887ec681f3Smrg- st/mesa: copy num_immediates field when copying the immediates array 897ec681f3Smrg- svga: move svga_texture() casts/calls in svga_surface_copy() 907ec681f3Smrg- svga: reset vertex buffer offset in svga_release_user_upl_buffers() 917ec681f3Smrg- st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created 927ec681f3Smrg renderbuffers 937ec681f3Smrg- st/mesa: use private pipe_sampler_view in decompress_with_blit() 947ec681f3Smrg- st/mesa: add null pointer check in st_texture_image_map() 957ec681f3Smrg- st/mesa: fix mipmap image size computation w.r.t. texture arrays 967ec681f3Smrg- draw: fix missing immediates bug in polygon stipple code 977ec681f3Smrg- st/mesa: fix max_offset computation for base vertex 987ec681f3Smrg 997ec681f3SmrgChristoph Bumiller (1): 1007ec681f3Smrg 1017ec681f3Smrg- nv50: handle NEG,ABS modifiers for short RCP encoding 1027ec681f3Smrg 1037ec681f3SmrgDylan Noblesmith (1): 1047ec681f3Smrg 1057ec681f3Smrg- mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0 1067ec681f3Smrg 1077ec681f3SmrgEric Anholt (1): 1087ec681f3Smrg 1097ec681f3Smrg- i965/vs: Fix texelFetchOffset() 1107ec681f3Smrg 1117ec681f3SmrgIan Romanick (5): 1127ec681f3Smrg 1137ec681f3Smrg- docs: Add 8.0.3 release md5sums 1147ec681f3Smrg- glx/tests: Fix off-by-one error in allocating extension string buffer 1157ec681f3Smrg- glsl: Remove spurious printf messages 1167ec681f3Smrg- glsl: Fix pi/2 constant in acos built-in function 1177ec681f3Smrg- mesa: Bump version number to 8.0.4 1187ec681f3Smrg 1197ec681f3SmrgJosé Fonseca (2): 1207ec681f3Smrg 1217ec681f3Smrg- mesa: Avoid void acinclude.m4 Android.common.mk Android.mk autogen.sh 1227ec681f3Smrg bin common.py configs configure.ac docs doxygen include Makefile 1237ec681f3Smrg scons SConstruct src tests arithmetic. 1247ec681f3Smrg- draw: Ensure that prepare is always run after LLVM garbagge 1257ec681f3Smrg collection. 1267ec681f3Smrg 1277ec681f3SmrgKenneth Graunke (15): 1287ec681f3Smrg 1297ec681f3Smrg- mesa: Check for a negative "size" parameter in glCopyBufferSubData(). 1307ec681f3Smrg- i965: Fix brw_swap_cmod() for LE/GE comparisons. 1317ec681f3Smrg- glsl: Remove unused ir_loop_jump::loop pointer. 1327ec681f3Smrg- ralloc: Fix ralloc_parent() of memory allocated out of the NULL 1337ec681f3Smrg context. 1347ec681f3Smrg- mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT). 1357ec681f3Smrg- glsl/builtins: Fix textureGrad() for Array samplers. 1367ec681f3Smrg- mesa: Unbind ARB_copy_buffer and transform feedback buffers on 1377ec681f3Smrg delete. 1387ec681f3Smrg- mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0. 1397ec681f3Smrg- mesa: Unbind ARB_transform_feedback2 binding points on Delete too. 1407ec681f3Smrg- meta: Fix GL_RENDERBUFFER binding in decompress_texture_image(). 1417ec681f3Smrg- i965/fs: Fix texelFetchOffset() on pre-Gen7. 1427ec681f3Smrg- i965/vs: Fix texelFetchOffset() on pre-Gen7. 1437ec681f3Smrg- i965/fs: Fix user-defined FS outputs with less than four components. 1447ec681f3Smrg- glsl: Hook up loop_variable_state destructor to plug a memory leak. 1457ec681f3Smrg- glsl: Don't trust loop analysis in the presence of function calls. 1467ec681f3Smrg 1477ec681f3SmrgKurt Roeckx (1): 1487ec681f3Smrg 1497ec681f3Smrg- i830: Fix crash for GL_STENCIL_TEST in i830Enable() 1507ec681f3Smrg 1517ec681f3SmrgLukas Rössler (1): 1527ec681f3Smrg 1537ec681f3Smrg- glu: fix two Clang warnings 1547ec681f3Smrg 1557ec681f3SmrgMarek Olšák (2): 1567ec681f3Smrg 1577ec681f3Smrg- mesa: allow exposing GL3 without EXT_texture_integer 1587ec681f3Smrg- st/mesa: don't do srgb->linear conversion in decompress_with_blit 1597ec681f3Smrg 1607ec681f3SmrgPaul Seidler (1): 1617ec681f3Smrg 1627ec681f3Smrg- tests: include mesa headers 1637ec681f3Smrg 1647ec681f3SmrgStéphane Marchesin (3): 1657ec681f3Smrg 1667ec681f3Smrg- glx: Handle a null reply in QueryVersion. 1677ec681f3Smrg- i915g: Don't invert signalled/unsignalled fences 1687ec681f3Smrg- i915g: Don't avoid flushing when we have a pending fence. 1697ec681f3Smrg 1707ec681f3SmrgThomas Gstädtner (1): 1717ec681f3Smrg 1727ec681f3Smrg- gallium/targets: pass ldflags parameter to MKLIB 1737ec681f3Smrg 1747ec681f3SmrgVadim Girlin (2): 1757ec681f3Smrg 1767ec681f3Smrg- st/mesa: set stObj->lastLevel in guess_and_alloc_texture 1777ec681f3Smrg- r600g: check gpr count limit 1787ec681f3Smrg 1797ec681f3SmrgVinson Lee (1): 1807ec681f3Smrg 1817ec681f3Smrg- st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor 1827ec681f3Smrg constructor. 183