1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html lang="en"> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Mesa Release Notes</title> 6 <link rel="stylesheet" type="text/css" href="mesa.css"> 7 </head> 8 <body> 9 10 <h1>Mesa 7.10.3 Release Notes / June 13, 2011</h1> 11 12 <p> 13 Mesa 7.10.3 is a bug fix release which fixes bugs found since the 7.10.2 release. 14 </p> 15 <p> 16 Mesa 7.10.3 implements the OpenGL 2.1 API, but the version reported by 17 glGetString(GL_VERSION) depends on the particular driver being used. 18 Some drivers don't support all the features required in OpenGL 2.1. 19 </p> 20 <p> 21 See the <a href="install.html">Compiling/Installing page</a> for prerequisites 22 for DRI hardware acceleration. 23 </p> 24 25 26 <h2>MD5 checksums</h2> 27 <pre> 28 d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz 29 8c38fe8266be8e1ed1d84076ba5a703b MesaLib-7.10.3.tar.bz2 30 614d063ecd170940d9ae7b355d365d59 MesaLib-7.10.3.zip 31 8768fd562ede7ed763d92b2d22232d7a MesaGLUT-7.10.3.tar.gz 32 1496415b89da9549f0f3b34d9622e2e2 MesaGLUT-7.10.3.tar.bz2 33 1f29d0e7398fd3bf9f36f5db02941198 MesaGLUT-7.10.3.zip 34 </pre> 35 36 37 <h2>New features</h2> 38 <p>None.</p> 39 40 41 <h2>Bug fixes</h2> 42 <p>This list is likely incomplete.</p> 43 <ul> 44 45 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29162">Bug 29162</a> - mesa/darwin is severly broken</li> 46 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31590">Bug 31590</a> - Black space between colors on mole hill example</li> 48 49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32395">Bug 32395</a> - [glsl] Incorrect code generation for shadow2DProj() with bias</li> 50 51 <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> 52 53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32835">Bug 32835</a> - [glsl] recursive #define results in infinite stack recursion</li> 54 55 <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> 56 57 <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> 58 59 <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> 60 61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34280">Bug 34280</a> - r200 mesa-7.10 font distortion</li> 62 63 <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> 64 65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35603">Bug 35603</a> - GLSL compiler freezes compiling shaders</li> 66 67 <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> 68 69 <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> 70 71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36410">Bug 36410</a> - [SNB] Rendering errors in 3DMMES subtest taiji</li> 72 73 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36527">Bug 36527</a> - [wine] Wolfenstein: Failed to translate rgb instruction.</li> 74 75 <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> 76 77 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36738">Bug 36738</a> - Openarena crash with r300g, swrastg + llvm > 2.8</li> 78 79 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37648">Bug 37648</a> - Logic error in mesa/main/teximage.c:texsubimage</li> 80 81 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37739">Bug 37739</a> - Color clear of FBO without color buffer crashes</li> 82 83 <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> --> 84 </ul> 85 86 87 <h2>Changes</h2> 88 <p>The full set of changes can be viewed by using the following GIT command:</p> 89 90 <pre> 91 git log mesa-7.10.2..mesa-7.10.3 92 </pre> 93 94 <p>Alan Hourihane (1):</p> 95 <ul> 96 <li>Check for out of memory when creating fence</li> 97 </ul> 98 99 <p>Alex Buell (1):</p> 100 <ul> 101 <li>configure: bump LIBDRM_REQUIRED to 2.4.24</li> 102 </ul> 103 104 <p>Alex Deucher (2):</p> 105 <ul> 106 <li>r600c: add new pci ids</li> 107 <li>r600g: add new pci ids</li> 108 </ul> 109 110 <p>Brian Paul (19):</p> 111 <ul> 112 <li>docs: add link to 7.10.2 release notes</li> 113 <li>scons: remove dangling reference to state_trackers/python/SConscript</li> 114 <li>Makefile: add missing Scons files</li> 115 <li>llvmpipe: document issue with LLVM 2.8 and earlier with AVX</li> 116 <li>docs: replace llvmpipe/README with docs/llvmpipe.html</li> 117 <li>glsl: add static qualifier to silence warning</li> 118 <li>glsl: add cast to silence signed/unsigned comparison warning</li> 119 <li>mesa: s/height/depth/ in texsubimage()</li> 120 <li>mesa: fix void pointer arithmetic warnings</li> 121 <li>mesa: add some missing GLAPIENTRY keywords</li> 122 <li>mesa: check that flex/bison are installed</li> 123 <li>st/mesa: fix incorrect texture level/face/slice accesses</li> 124 <li>draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)</li> 125 <li>vbo: check array indexes to prevent negative indexing</li> 126 <li>vbo: remove node->count > 0 test in vbo_save_playback_vertex_list()</li> 127 <li>st/mesa: fix software accum buffer format bug</li> 128 <li>mesa: add include/c99/inttypes.h include/c99/stdbool.h include/c99/stdint.h files to tarballs</li> 129 <li>docs: 7.10.3 release notes skeleton file, links</li> 130 <li>mesa: bump version to 7.10.3</li> 131 </ul> 132 133 <p>Carl Worth (2):</p> 134 <ul> 135 <li>glcpp: Simplify calling convention of parser's active_list functions</li> 136 <li>glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).</li> 137 </ul> 138 139 <p>Dave Airlie (1):</p> 140 <ul> 141 <li>st/mesa: fix compressed mipmap generation.</li> 142 </ul> 143 144 <p>Eric Anholt (19):</p> 145 <ul> 146 <li>i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.</li> 147 <li>glsl: Avoid cascading errors when looking for a scalar boolean and failing.</li> 148 <li>glsl: Semantically check the RHS of `&&' even when short-circuiting.</li> 149 <li>glsl: Semantically check the RHS of `||' even when short-circuiting.</li> 150 <li>glsl: When we've emitted a semantic error for ==, return a bool constant.</li> 151 <li>glsl: Perform type checking on "^^" operands.</li> 152 <li>intel: Use _mesa_base_tex_format for FBO texture attachments.</li> 153 <li>swrast: Don't assert against glReadPixels of GL_RED and GL_RG.</li> 154 <li>mesa: Add a gl_renderbuffer.RowStride field like textures have.</li> 155 <li>mesa: Add a function to set up the default renderbuffer accessors.</li> 156 <li>intel: Use Mesa core's renderbuffer accessors for depth.</li> 157 <li>mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*</li> 158 <li>mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*</li> 159 <li>mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.</li> 160 <li>swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.</li> 161 <li>intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.</li> 162 <li>Revert "intel: Add spans code for the ARB_texture_rg support."</li> 163 <li>mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.</li> 164 <li>mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.</li> 165 </ul> 166 167 <p>Hans de Goede (1):</p> 168 <ul> 169 <li>texstore: fix regression stricter check for memcpy path for unorm88 and unorm1616</li> 170 </ul> 171 172 <p>Henri Verbeet (3):</p> 173 <ul> 174 <li>mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.</li> 175 <li>glx: Destroy dri2Hash on DRI2 display destruction.</li> 176 <li>glx: Only remove the glx_display from the list after it's destroyed.</li> 177 </ul> 178 179 <p>Ian Romanick (9):</p> 180 <ul> 181 <li>docs: Add 7.10.2 md5sums</li> 182 <li>glsl: Fix off-by-one error setting max_array_access for non-constant indexing</li> 183 <li>ir_to_mesa: Handle shadow compare w/projection and LOD bias correctly</li> 184 <li>intel: Fix ROUND_DOWN_TO macro</li> 185 <li>glsl: Regenerate compiler and glcpp files from cherry picks</li> 186 <li>i965: Remove hint_gs_always and resulting dead code</li> 187 <li>mesa: Don't try to clear a NULL renderbuffer</li> 188 <li>mesa: Ignore blits to/from missing buffers</li> 189 <li>docs: Add list of bugs fixed in 7.10.3 release</li> 190 </ul> 191 192 <p>Jeremy Huddleston (18):</p> 193 <ul> 194 <li>apple: Update GL specs</li> 195 <li>apple: Rename glcontextmodes.[ch] to glxconfig.[ch]</li> 196 <li>apple: Rename __GLcontextModes to struct glx_config</li> 197 <li>apple: Rename GLXcontext</li> 198 <li>apple: Re-add driContext and do_destroy</li> 199 <li>apple: Rename _gl_context_modes_find_visual to glx_config_find_visual</li> 200 <li>apple: Rename GLXcontext</li> 201 <li>apple: Change from XExtDisplayInfo to struct glx_display</li> 202 <li>apple: ifdef out come glapi-foo on darwin</li> 203 <li>glx: Dead code removal</li> 204 <li>apple: Build darwin using applegl rather than indirect</li> 205 <li>apple: Fix build failures in applegl_glx.c</li> 206 <li>darwin: Define GALLIUM_DRIVERS_DIRS in darwin config</li> 207 <li>apple: Package applegl source into MesaLib tarball</li> 208 <li>darwin: Set VG_LIB_{NAME,GLOB} to fix make install</li> 209 <li>darwin: Don't link against libGL when building libOSMesa</li> 210 <li>darwin: Fix VG_LIB_GLOB to also match the unversioned symlink</li> 211 <li>osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.</li> 212 </ul> 213 214 <p>Jos Fonseca (13):</p> 215 <ul> 216 <li>llvmpipe: Update readme.</li> 217 <li>mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.</li> 218 <li>mesa: Fix GetVertexAttrib* inside display lists.</li> 219 <li>draw: Fix draw_variant_output::format's type.</li> 220 <li>gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.</li> 221 <li>gallivm: Fix for dynamically linked LLVM 2.8 library.</li> 222 <li>st/wgl: Adjust the pbuffer invisible window size.</li> 223 <li>st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().</li> 224 <li>st/wgl: Prevent spurious framebuffer sizes when the window is minimized.</li> 225 <li>st/wgl: Cope with zero width/height windows.</li> 226 <li>st/wgl: Allow to create pbuffers bigger than the desktop.</li> 227 <li>st/wgl: Remove buggy assertion.</li> 228 <li>wgl: Don't hold on to user supplied HDC.</li> 229 </ul> 230 231 <p>Kenneth Graunke (10):</p> 232 <ul> 233 <li>i965/fs: Switch W and 1/W in Sandybridge interpolation setup.</li> 234 <li>i965: Refactor Sandybridge implied move handling.</li> 235 <li>i965: Resolve implied moves in brw_dp_READ_4_vs_relative.</li> 236 <li>intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.</li> 237 <li>i965: Allocate the whole URB to the VS and fix calculations for Gen6.</li> 238 <li>intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.</li> 239 <li>glsl: Fix memory error when creating the supported version string.</li> 240 <li>glsl: Regenerate autogenerated file builtin_function.cpp.</li> 241 <li>i965: Rename various gen6 #defines to match the documentation.</li> 242 <li>i965: Never enable the GS on Gen6.</li> 243 </ul> 244 245 <p>Kostas Georgiou (1):</p> 246 <ul> 247 <li>r600c/g: Add pci id for FirePro 2270</li> 248 </ul> 249 250 <p>Marek Olk (18):</p> 251 <ul> 252 <li>tgsi/ureg: bump the limit of immediates</li> 253 <li>st/mesa: fix changing internal format via RenderbufferStorage</li> 254 <li>st/mesa: GenerateMipmap should not be killed by conditional rendering</li> 255 <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li> 256 <li>st/mesa: BlitFramebuffer should not be killed by conditional rendering</li> 257 <li>st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering</li> 258 <li>st/mesa: conditional rendering should not kill texture decompression via blit</li> 259 <li>mesa: forbid UseProgram to be called inside Begin/End</li> 260 <li>mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/End</li> 261 <li>mesa: queries of non-existent FBO attachments should return INVALID_OPERATION</li> 262 <li>r300g: fix draw_vbo splitting on r3xx-r4xx</li> 263 <li>r300g: fix texturing with non-3D textures and wrap R mode set to sample border</li> 264 <li>r300g: fix occlusion queries when depth test is disabled or zbuffer is missing</li> 265 <li>r300g: clear can be killed by render condition</li> 266 <li>st/mesa: remove asserts in st_texture_image_copy</li> 267 <li>mesa: fix up assertion in _mesa_source_buffer_exists</li> 268 <li>mesa: invalidate framebuffer if internal format of renderbuffer is changed</li> 269 <li>mesa: return after invalidating renderbuffer</li> 270 </ul> 271 272 <p>Matt Turner (1):</p> 273 <ul> 274 <li>r300/compiler: align memory allocations to 8-bytes</li> 275 </ul> 276 277 <p>Tom Stellard (3):</p> 278 <ul> 279 <li>r300/compiler: Fix incorrect presubtract conversion</li> 280 <li>r300/compiler: Fix dataflow analysis bug with ELSE blocks</li> 281 <li>r300/compiler: Limit instructions to 3 source selects</li> 282 </ul> 283 284 <p>Vinson Lee (1):</p> 285 <ul> 286 <li>gallivm: Disable MMX-disabling code on llvm-2.9.</li> 287 </ul> 288 289 <p>Zou Nan hai (1):</p> 290 <ul> 291 <li>i965: Align interleaved URB write length to 2</li> 292 </ul> 293 294 <p>pepp (1):</p> 295 <ul> 296 <li>st/mesa: assign renderbuffer's format field when allocating storage</li> 297 </ul> 298 299 </body> 300 </html> 301