1848b8605Smrg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2848b8605Smrg<html lang="en"> 3848b8605Smrg<head> 4848b8605Smrg <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5848b8605Smrg <title>Mesa Release Notes</title> 6848b8605Smrg <link rel="stylesheet" type="text/css" href="../mesa.css"> 7848b8605Smrg</head> 8848b8605Smrg<body> 9848b8605Smrg 10848b8605Smrg<div class="header"> 11848b8605Smrg <h1>The Mesa 3D Graphics Library</h1> 12848b8605Smrg</div> 13848b8605Smrg 14848b8605Smrg<iframe src="../contents.html"></iframe> 15848b8605Smrg<div class="content"> 16848b8605Smrg 17848b8605Smrg<h1>Mesa 7.10.3 Release Notes / June 13, 2011</h1> 18848b8605Smrg 19848b8605Smrg<p> 20848b8605SmrgMesa 7.10.3 is a bug fix release which fixes bugs found since the 7.10.2 release. 21848b8605Smrg</p> 22848b8605Smrg<p> 23848b8605SmrgMesa 7.10.3 implements the OpenGL 2.1 API, but the version reported by 24848b8605SmrgglGetString(GL_VERSION) depends on the particular driver being used. 25848b8605SmrgSome drivers don't support all the features required in OpenGL 2.1. 26848b8605Smrg</p> 27848b8605Smrg<p> 28848b8605SmrgSee the <a href="../install.html">Compiling/Installing page</a> for prerequisites 29848b8605Smrgfor DRI hardware acceleration. 30848b8605Smrg</p> 31848b8605Smrg 32848b8605Smrg 33848b8605Smrg<h2>MD5 checksums</h2> 34848b8605Smrg<pre> 35848b8605Smrgd77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz 36848b8605Smrg8c38fe8266be8e1ed1d84076ba5a703b MesaLib-7.10.3.tar.bz2 37848b8605Smrg614d063ecd170940d9ae7b355d365d59 MesaLib-7.10.3.zip 38848b8605Smrg8768fd562ede7ed763d92b2d22232d7a MesaGLUT-7.10.3.tar.gz 39848b8605Smrg1496415b89da9549f0f3b34d9622e2e2 MesaGLUT-7.10.3.tar.bz2 40848b8605Smrg1f29d0e7398fd3bf9f36f5db02941198 MesaGLUT-7.10.3.zip 41848b8605Smrg</pre> 42848b8605Smrg 43848b8605Smrg 44848b8605Smrg<h2>New features</h2> 45848b8605Smrg<p>None.</p> 46848b8605Smrg 47848b8605Smrg 48848b8605Smrg<h2>Bug fixes</h2> 49848b8605Smrg<p>This list is likely incomplete.</p> 50848b8605Smrg<ul> 51848b8605Smrg 52848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29162">Bug 29162</a> - mesa/darwin is severly broken</li> 53848b8605Smrg 54848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31590">Bug 31590</a> - Black space between colors on mole hill example</li> 55848b8605Smrg 56848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32395">Bug 32395</a> - [glsl] Incorrect code generation for shadow2DProj() with bias</li> 57848b8605Smrg 58848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32564">Bug 32564</a> - [llvmpipe] prog: Unknown command line argument '-disable-mmx'. Try: 'prog -help' with llvm-2.9svn</li> 59848b8605Smrg 60848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32835">Bug 32835</a> - [glsl] recursive #define results in infinite stack recursion</li> 61848b8605Smrg 62848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33303">Bug 33303</a> - [glsl] ir_constant_expression.cpp:72: virtual ir_constant* ir_expression::constant_expression_value(): Assertion `op[0]->type->base_type == op[1]->type->base_type' failed.</li> 63848b8605Smrg 64848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33314">Bug 33314</a> - [glsl] ir_constant_expression.cpp:122: virtual ir_constant* ir_expression::constant_expression_value(): Assertion `op[0]->type->base_type == GLSL_TYPE_BOOL' failed.</li> 65848b8605Smrg 66848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33512">Bug 33512</a> - [SNB] case ogles2conform/GL/gl_FragCoord/gl_FragCoord_xy_frag.test and gl_FragCoord_w_frag.test fail</li> 67848b8605Smrg 68848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34280">Bug 34280</a> - r200 mesa-7.10 font distortion</li> 69848b8605Smrg 70848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34321">Bug 34321</a> - The ARB_fragment_program subset of ARB_draw_buffers not implemented</li> 71848b8605Smrg 72848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35603">Bug 35603</a> - GLSL compiler freezes compiling shaders</li> 73848b8605Smrg 74848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36173">Bug 36173</a> - struct renderbuffer's 'format' field never set when using FBO</li> 75848b8605Smrg 76848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36238">Bug 36238</a> - Mesa release files don't contain scons control files</li> 77848b8605Smrg 78848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36410">Bug 36410</a> - [SNB] Rendering errors in 3DMMES subtest taiji</li> 79848b8605Smrg 80848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36527">Bug 36527</a> - [wine] Wolfenstein: Failed to translate rgb instruction.</li> 81848b8605Smrg 82848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36651">Bug 36651</a> - mesa requires bison and flex to build but configure does not check for them</li> 83848b8605Smrg 84848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36738">Bug 36738</a> - Openarena crash with r300g, swrastg + llvm > 2.8</li> 85848b8605Smrg 86848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37648">Bug 37648</a> - Logic error in mesa/main/teximage.c:texsubimage</li> 87848b8605Smrg 88848b8605Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37739">Bug 37739</a> - Color clear of FBO without color buffer crashes</li> 89848b8605Smrg 90848b8605Smrg<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> --> 91848b8605Smrg</ul> 92848b8605Smrg 93848b8605Smrg 94848b8605Smrg<h2>Changes</h2> 95848b8605Smrg<p>The full set of changes can be viewed by using the following GIT command:</p> 96848b8605Smrg 97848b8605Smrg<pre> 98848b8605Smrg git log mesa-7.10.2..mesa-7.10.3 99848b8605Smrg</pre> 100848b8605Smrg 101848b8605Smrg<p>Alan Hourihane (1):</p> 102848b8605Smrg<ul> 103848b8605Smrg <li>Check for out of memory when creating fence</li> 104848b8605Smrg</ul> 105848b8605Smrg 106848b8605Smrg<p>Alex Buell (1):</p> 107848b8605Smrg<ul> 108848b8605Smrg <li>configure: bump LIBDRM_REQUIRED to 2.4.24</li> 109848b8605Smrg</ul> 110848b8605Smrg 111848b8605Smrg<p>Alex Deucher (2):</p> 112848b8605Smrg<ul> 113848b8605Smrg <li>r600c: add new pci ids</li> 114848b8605Smrg <li>r600g: add new pci ids</li> 115848b8605Smrg</ul> 116848b8605Smrg 117848b8605Smrg<p>Brian Paul (19):</p> 118848b8605Smrg<ul> 119848b8605Smrg <li>docs: add link to 7.10.2 release notes</li> 120848b8605Smrg <li>scons: remove dangling reference to state_trackers/python/SConscript</li> 121848b8605Smrg <li>Makefile: add missing Scons files</li> 122848b8605Smrg <li>llvmpipe: document issue with LLVM 2.8 and earlier with AVX</li> 123848b8605Smrg <li>docs: replace llvmpipe/README with docs/llvmpipe.html</li> 124848b8605Smrg <li>glsl: add static qualifier to silence warning</li> 125848b8605Smrg <li>glsl: add cast to silence signed/unsigned comparison warning</li> 126848b8605Smrg <li>mesa: s/height/depth/ in texsubimage()</li> 127848b8605Smrg <li>mesa: fix void pointer arithmetic warnings</li> 128848b8605Smrg <li>mesa: add some missing GLAPIENTRY keywords</li> 129848b8605Smrg <li>mesa: check that flex/bison are installed</li> 130848b8605Smrg <li>st/mesa: fix incorrect texture level/face/slice accesses</li> 131848b8605Smrg <li>draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)</li> 132848b8605Smrg <li>vbo: check array indexes to prevent negative indexing</li> 133848b8605Smrg <li>vbo: remove node->count > 0 test in vbo_save_playback_vertex_list()</li> 134848b8605Smrg <li>st/mesa: fix software accum buffer format bug</li> 135848b8605Smrg <li>mesa: add include/c99/inttypes.h include/c99/stdbool.h include/c99/stdint.h files to tarballs</li> 136848b8605Smrg <li>docs: 7.10.3 release notes skeleton file, links</li> 137848b8605Smrg <li>mesa: bump version to 7.10.3</li> 138848b8605Smrg</ul> 139848b8605Smrg 140848b8605Smrg<p>Carl Worth (2):</p> 141848b8605Smrg<ul> 142848b8605Smrg <li>glcpp: Simplify calling convention of parser's active_list functions</li> 143848b8605Smrg <li>glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).</li> 144848b8605Smrg</ul> 145848b8605Smrg 146848b8605Smrg<p>Dave Airlie (1):</p> 147848b8605Smrg<ul> 148848b8605Smrg <li>st/mesa: fix compressed mipmap generation.</li> 149848b8605Smrg</ul> 150848b8605Smrg 151848b8605Smrg<p>Eric Anholt (19):</p> 152848b8605Smrg<ul> 153848b8605Smrg <li>i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.</li> 154848b8605Smrg <li>glsl: Avoid cascading errors when looking for a scalar boolean and failing.</li> 155848b8605Smrg <li>glsl: Semantically check the RHS of `&&' even when short-circuiting.</li> 156848b8605Smrg <li>glsl: Semantically check the RHS of `||' even when short-circuiting.</li> 157848b8605Smrg <li>glsl: When we've emitted a semantic error for ==, return a bool constant.</li> 158848b8605Smrg <li>glsl: Perform type checking on "^^" operands.</li> 159848b8605Smrg <li>intel: Use _mesa_base_tex_format for FBO texture attachments.</li> 160848b8605Smrg <li>swrast: Don't assert against glReadPixels of GL_RED and GL_RG.</li> 161848b8605Smrg <li>mesa: Add a gl_renderbuffer.RowStride field like textures have.</li> 162848b8605Smrg <li>mesa: Add a function to set up the default renderbuffer accessors.</li> 163848b8605Smrg <li>intel: Use Mesa core's renderbuffer accessors for depth.</li> 164848b8605Smrg <li>mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*</li> 165848b8605Smrg <li>mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*</li> 166848b8605Smrg <li>mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.</li> 167848b8605Smrg <li>swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.</li> 168848b8605Smrg <li>intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.</li> 169848b8605Smrg <li>Revert "intel: Add spans code for the ARB_texture_rg support."</li> 170848b8605Smrg <li>mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.</li> 171848b8605Smrg <li>mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.</li> 172848b8605Smrg</ul> 173848b8605Smrg 174848b8605Smrg<p>Hans de Goede (1):</p> 175848b8605Smrg<ul> 176848b8605Smrg <li>texstore: fix regression stricter check for memcpy path for unorm88 and unorm1616</li> 177848b8605Smrg</ul> 178848b8605Smrg 179848b8605Smrg<p>Henri Verbeet (3):</p> 180848b8605Smrg<ul> 181848b8605Smrg <li>mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.</li> 182848b8605Smrg <li>glx: Destroy dri2Hash on DRI2 display destruction.</li> 183848b8605Smrg <li>glx: Only remove the glx_display from the list after it's destroyed.</li> 184848b8605Smrg</ul> 185848b8605Smrg 186848b8605Smrg<p>Ian Romanick (9):</p> 187848b8605Smrg<ul> 188848b8605Smrg <li>docs: Add 7.10.2 md5sums</li> 189848b8605Smrg <li>glsl: Fix off-by-one error setting max_array_access for non-constant indexing</li> 190848b8605Smrg <li>ir_to_mesa: Handle shadow compare w/projection and LOD bias correctly</li> 191848b8605Smrg <li>intel: Fix ROUND_DOWN_TO macro</li> 192848b8605Smrg <li>glsl: Regenerate compiler and glcpp files from cherry picks</li> 193848b8605Smrg <li>i965: Remove hint_gs_always and resulting dead code</li> 194848b8605Smrg <li>mesa: Don't try to clear a NULL renderbuffer</li> 195848b8605Smrg <li>mesa: Ignore blits to/from missing buffers</li> 196848b8605Smrg <li>docs: Add list of bugs fixed in 7.10.3 release</li> 197848b8605Smrg</ul> 198848b8605Smrg 199848b8605Smrg<p>Jeremy Huddleston (18):</p> 200848b8605Smrg<ul> 201848b8605Smrg <li>apple: Update GL specs</li> 202848b8605Smrg <li>apple: Rename glcontextmodes.[ch] to glxconfig.[ch]</li> 203848b8605Smrg <li>apple: Rename __GLcontextModes to struct glx_config</li> 204848b8605Smrg <li>apple: Rename GLXcontext</li> 205848b8605Smrg <li>apple: Re-add driContext and do_destroy</li> 206848b8605Smrg <li>apple: Rename _gl_context_modes_find_visual to glx_config_find_visual</li> 207848b8605Smrg <li>apple: Rename GLXcontext</li> 208848b8605Smrg <li>apple: Change from XExtDisplayInfo to struct glx_display</li> 209848b8605Smrg <li>apple: ifdef out come glapi-foo on darwin</li> 210848b8605Smrg <li>glx: Dead code removal</li> 211848b8605Smrg <li>apple: Build darwin using applegl rather than indirect</li> 212848b8605Smrg <li>apple: Fix build failures in applegl_glx.c</li> 213848b8605Smrg <li>darwin: Define GALLIUM_DRIVERS_DIRS in darwin config</li> 214848b8605Smrg <li>apple: Package applegl source into MesaLib tarball</li> 215848b8605Smrg <li>darwin: Set VG_LIB_{NAME,GLOB} to fix make install</li> 216848b8605Smrg <li>darwin: Don't link against libGL when building libOSMesa</li> 217848b8605Smrg <li>darwin: Fix VG_LIB_GLOB to also match the unversioned symlink</li> 218848b8605Smrg <li>osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.</li> 219848b8605Smrg</ul> 220848b8605Smrg 221848b8605Smrg<p>José Fonseca (13):</p> 222848b8605Smrg<ul> 223848b8605Smrg <li>llvmpipe: Update readme.</li> 224848b8605Smrg <li>mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.</li> 225848b8605Smrg <li>mesa: Fix GetVertexAttrib* inside display lists.</li> 226848b8605Smrg <li>draw: Fix draw_variant_output::format's type.</li> 227848b8605Smrg <li>gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.</li> 228848b8605Smrg <li>gallivm: Fix for dynamically linked LLVM 2.8 library.</li> 229848b8605Smrg <li>st/wgl: Adjust the pbuffer invisible window size.</li> 230848b8605Smrg <li>st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().</li> 231848b8605Smrg <li>st/wgl: Prevent spurious framebuffer sizes when the window is minimized.</li> 232848b8605Smrg <li>st/wgl: Cope with zero width/height windows.</li> 233848b8605Smrg <li>st/wgl: Allow to create pbuffers bigger than the desktop.</li> 234848b8605Smrg <li>st/wgl: Remove buggy assertion.</li> 235848b8605Smrg <li>wgl: Don't hold on to user supplied HDC.</li> 236848b8605Smrg</ul> 237848b8605Smrg 238848b8605Smrg<p>Kenneth Graunke (10):</p> 239848b8605Smrg<ul> 240848b8605Smrg <li>i965/fs: Switch W and 1/W in Sandybridge interpolation setup.</li> 241848b8605Smrg <li>i965: Refactor Sandybridge implied move handling.</li> 242848b8605Smrg <li>i965: Resolve implied moves in brw_dp_READ_4_vs_relative.</li> 243848b8605Smrg <li>intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.</li> 244848b8605Smrg <li>i965: Allocate the whole URB to the VS and fix calculations for Gen6.</li> 245848b8605Smrg <li>intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.</li> 246848b8605Smrg <li>glsl: Fix memory error when creating the supported version string.</li> 247848b8605Smrg <li>glsl: Regenerate autogenerated file builtin_function.cpp.</li> 248848b8605Smrg <li>i965: Rename various gen6 #defines to match the documentation.</li> 249848b8605Smrg <li>i965: Never enable the GS on Gen6.</li> 250848b8605Smrg</ul> 251848b8605Smrg 252848b8605Smrg<p>Kostas Georgiou (1):</p> 253848b8605Smrg<ul> 254848b8605Smrg <li>r600c/g: Add pci id for FirePro 2270</li> 255848b8605Smrg</ul> 256848b8605Smrg 257848b8605Smrg<p>Marek Olšák (18):</p> 258848b8605Smrg<ul> 259848b8605Smrg <li>tgsi/ureg: bump the limit of immediates</li> 260848b8605Smrg <li>st/mesa: fix changing internal format via RenderbufferStorage</li> 261848b8605Smrg <li>st/mesa: GenerateMipmap should not be killed by conditional rendering</li> 262848b8605Smrg <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li> 263848b8605Smrg <li>st/mesa: BlitFramebuffer should not be killed by conditional rendering</li> 264848b8605Smrg <li>st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering</li> 265848b8605Smrg <li>st/mesa: conditional rendering should not kill texture decompression via blit</li> 266848b8605Smrg <li>mesa: forbid UseProgram to be called inside Begin/End</li> 267848b8605Smrg <li>mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/End</li> 268848b8605Smrg <li>mesa: queries of non-existent FBO attachments should return INVALID_OPERATION</li> 269848b8605Smrg <li>r300g: fix draw_vbo splitting on r3xx-r4xx</li> 270848b8605Smrg <li>r300g: fix texturing with non-3D textures and wrap R mode set to sample border</li> 271848b8605Smrg <li>r300g: fix occlusion queries when depth test is disabled or zbuffer is missing</li> 272848b8605Smrg <li>r300g: clear can be killed by render condition</li> 273848b8605Smrg <li>st/mesa: remove asserts in st_texture_image_copy</li> 274848b8605Smrg <li>mesa: fix up assertion in _mesa_source_buffer_exists</li> 275848b8605Smrg <li>mesa: invalidate framebuffer if internal format of renderbuffer is changed</li> 276848b8605Smrg <li>mesa: return after invalidating renderbuffer</li> 277848b8605Smrg</ul> 278848b8605Smrg 279848b8605Smrg<p>Matt Turner (1):</p> 280848b8605Smrg<ul> 281848b8605Smrg <li>r300/compiler: align memory allocations to 8-bytes</li> 282848b8605Smrg</ul> 283848b8605Smrg 284848b8605Smrg<p>Tom Stellard (3):</p> 285848b8605Smrg<ul> 286848b8605Smrg <li>r300/compiler: Fix incorrect presubtract conversion</li> 287848b8605Smrg <li>r300/compiler: Fix dataflow analysis bug with ELSE blocks</li> 288848b8605Smrg <li>r300/compiler: Limit instructions to 3 source selects</li> 289848b8605Smrg</ul> 290848b8605Smrg 291848b8605Smrg<p>Vinson Lee (1):</p> 292848b8605Smrg<ul> 293848b8605Smrg <li>gallivm: Disable MMX-disabling code on llvm-2.9.</li> 294848b8605Smrg</ul> 295848b8605Smrg 296848b8605Smrg<p>Zou Nan hai (1):</p> 297848b8605Smrg<ul> 298848b8605Smrg <li>i965: Align interleaved URB write length to 2</li> 299848b8605Smrg</ul> 300848b8605Smrg 301848b8605Smrg<p>pepp (1):</p> 302848b8605Smrg<ul> 303848b8605Smrg <li>st/mesa: assign renderbuffer's format field when allocating storage</li> 304848b8605Smrg</ul> 305848b8605Smrg 306848b8605Smrg</div> 307848b8605Smrg</body> 308848b8605Smrg</html> 309