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 9.0.2 Release Notes / January 22th, 2013</h1> 11 12 <p> 13 Mesa 9.0.2 is a bug fix release which fixes bugs found since the 9.0.1 release. 14 </p> 15 <p> 16 Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by 17 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 18 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 19 Some drivers don't support all the features required in OpenGL 3.1. OpenGL 20 3.1 is <strong>only</strong> available if requested at context creation 21 because GL_ARB_compatibility is not supported. 22 </p> 23 24 <h2>MD5 checksums</h2> 25 <pre> 26 5ae216ca9fecfa349f14ecb83aa3f124 MesaLib-9.0.2.tar.gz 27 dc45d1192203e418163e0017640e1cfc MesaLib-9.0.2.tar.bz2 28 93d40ec77d656dd04b561ba203ffbb91 MesaLib-9.0.2.zip 29 </pre> 30 31 <h2>New features</h2> 32 <p>None.</p> 33 34 <h2>Bug fixes</h2> 35 36 <p>This list is likely incomplete.</p> 37 38 <ul> 39 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=22576">Bug 22576</a> - [KMS] mesa demo spectex broken on rv280</li> 40 41 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=26809">Bug 26809</a> - KMS/R200: Bad shading in NWN since Mesa rewrite</li> 42 43 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - [bisected regression] Oglc fbo(negative.invalidParams3) Segmentation fault</li> 44 45 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54402">Bug 54402</a> - st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index < VERT_RESULT_MAX' failed</li> 46 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55175">Bug 55175</a> - Memoryleak with glPopAttrib only on Intel GM45</li> 48 49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56442">Bug 56442</a> - glcpp accepts junk after #else/#elif/#endif tokens</li> 50 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56706">Bug 56706</a> - EGL sets error to EGL_SUCCESS when DRI driver fails to create context</li> 52 53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57622">Bug 57622</a> - Webgl conformance shader-with-non-reserved-words crash.</li> 54 55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57842">Bug 57842</a> - r200: Culling is broken when rendering to an FBO</li> 56 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57984">Bug 57984</a> - r300g: blend sfactor=GL_DST_COLOR fails with FBOs</li> 58 59 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58545">Bug 58545</a> - [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:75:analyse_src: Assertion `src->Index < (sizeof(ctx->imm)/sizeof((ctx->imm)[0]))' failed.</li> 60 61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59383">Bug 59383</a> - src/glsl/tests/Makefile.am missing $(top_srcdir)/include</li> 62 63 <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> --> 64 </ul> 65 66 67 <h2>Changes</h2> 68 <p>The full set of changes can be viewed by using the following GIT command:</p> 69 70 <pre> 71 git log mesa-9.0.1..mesa-9.0.2 72 </pre> 73 74 <p>Abdiel Janulgue (1):</p> 75 <ul> 76 <li>mesa: Fix a crash in update_texture_state() for external texture type</li> 77 </ul> 78 79 <p>Adam Jackson (4):</p> 80 <ul> 81 <li>glcpp: Fix visibility CFLAGS in automake</li> 82 <li>glcpp: Typo fix.</li> 83 <li>galahad, noop: Fix visibility CFLAGS in automake</li> 84 <li>r300g: Fix visibility CFLAGS in automake</li> 85 </ul> 86 87 <p>Alex Deucher (2):</p> 88 <ul> 89 <li>radeonsi: add some new SI pci ids</li> 90 <li>radeonsi: add a new SI pci id</li> 91 </ul> 92 93 <p>Ander Conselvan de Oliveira (2):</p> 94 <ul> 95 <li>egl/wayland: Don't invalidate drawable on swap buffers</li> 96 <li>egl/wayland: Dispatch the event queue before get_buffers</li> 97 <li>egl/wayland: Destroy the pending buffer callback with the egl surface</li> 98 </ul> 99 100 <p>Andreas Boll (9):</p> 101 <ul> 102 <li>docs: fix release date of 9.0.1</li> 103 <li>docs: add news item for 9.0.1 release</li> 104 <li>Add .dirstamp to toplevel .gitignore</li> 105 <li>build: use git ls-files for adding all Makefile.in into the release tarball</li> 106 <li>build: Fix GLES linkage without libglapi</li> 107 <li>Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0"</li> 108 <li>mesa: update .cherry-ignore list</li> 109 <li>mesa: Bump version to 9.0.2</li> 110 <li>docs: Add 9.0.2 release notes</li> 111 </ul> 112 113 <p>Anuj Phogat (2):</p> 114 <ul> 115 <li>mesa: Generate invalid operation in glGenerateMipMap for integer textures</li> 116 <li>meta: Remove redundant code in _mesa_meta_GenerateMipmap</li> 117 </ul> 118 119 <p>Ben Skeggs (3):</p> 120 <ul> 121 <li>nvc0: fix missing permanent bo reference on poly cache</li> 122 <li>nvc0: point vertex runout at a valid address</li> 123 <li>nv50: point vertex runout at a valid address</li> 124 </ul> 125 126 <p>Brian Paul (5):</p> 127 <ul> 128 <li>svga: don't use uninitialized framebuffer state</li> 129 <li>st/mesa: replace REALLOC() with realloc()</li> 130 <li>st/mesa: free TGSI tokens with ureg_free_tokens()</li> 131 <li>util: added pipe_surface_release() function</li> 132 <li>gallivm: support more immediates in lp_build_tgsi_info()</li> 133 </ul> 134 135 <p>Bryan Cain (1):</p> 136 <ul> 137 <li>glsl_to_tgsi: set correct register type for array and structure elements</li> 138 </ul> 139 140 <p>Chad Versace (2):</p> 141 <ul> 142 <li>i965: Validate requested GLES context version in brwCreateContext</li> 143 <li>egl/dri2: Set error code when dri2CreateContextAttribs fails</li> 144 </ul> 145 146 <p>Chris Fester (1):</p> 147 <ul> 148 <li>util: null-out the node's prev/next pointers in list_del()</li> 149 </ul> 150 151 <p>Christoph Bumiller (5):</p> 152 <ul> 153 <li>nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D</li> 154 <li>nvc0: add missing call to map edge flag in push_vbo</li> 155 <li>nv50/ir: wrap assertion using typeid in #ifndef NDEBUG</li> 156 <li>nouveau: fix undefined behaviour when testing sample_count</li> 157 <li>nv50/ir: restore use of long immediate encodings</li> 158 </ul> 159 160 <p>Dave Airlie (5):</p> 161 <ul> 162 <li>r600g: fix lod bias/explicit lod with cube maps.</li> 163 <li>glsl_to_tgsi: fix dst register for texturing fetches.</li> 164 <li>glsl: fix cut-n-paste error in error handling. (v2)</li> 165 <li>glsl: initialise killed_all field.</li> 166 <li>glsl: fix uninitialised variable from constructor</li> 167 </ul> 168 169 <p>Eric Anholt (4):</p> 170 <ul> 171 <li>mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().</li> 172 <li>mesa: Fix core GL genned-name handling for glBeginQuery().</li> 173 <li>mesa: Fix segfault on reading from a missing color read buffer.</li> 174 <li>i965/gen4: Fix memory leak each time compile_gs_prog() is called.</li> 175 </ul> 176 177 <p>Ian Romanick (2):</p> 178 <ul> 179 <li>docs: Add 9.0.1 release md5sums</li> 180 <li>glsl: Don't add structure fields to the symbol table</li> 181 </ul> 182 183 <p>Johannes Obermayr (4):</p> 184 <ul> 185 <li>clover: Install CL headers.</li> 186 <li>gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.</li> 187 <li>clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new introduced libclc.pc.</li> 188 <li>tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).</li> 189 </ul> 190 191 <p>Jonas dahl (1):</p> 192 <ul> 193 <li>wayland: Don't cancel a roundtrip when any event is received</li> 194 </ul> 195 196 <p>Jos Fonseca (1):</p> 197 <ul> 198 <li>llvmpipe: Obey back writemask.</li> 199 </ul> 200 201 <p>Kenneth Graunke (8):</p> 202 <ul> 203 <li>i965/vs: Fix unit mismatch in scratch base_offset parameter.</li> 204 <li>i965/vs: Implement register spilling.</li> 205 <li>mesa: Don't flatten IF statements by default.</li> 206 <li>glcpp: Don't use infinite lookhead for #define differentiation.</li> 207 <li>i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.</li> 208 <li>i965/vs: Preserve the type when copy propagating into an instruction.</li> 209 <li>mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.</li> 210 <li>i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.</li> 211 </ul> 212 213 <p>Kristian Hgsberg (1):</p> 214 <ul> 215 <li>egl/wayland: Add invalidate back in eglSwapBuffers()</li> 216 </ul> 217 218 <p>Maarten Lankhorst (2):</p> 219 <ul> 220 <li>makefiles: use configured name for -ldrm* where possible</li> 221 <li>automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too</li> 222 </ul> 223 224 <p>Marek Olk (17):</p> 225 <ul> 226 <li>st/mesa: fix integer texture border color for some formats (v2)</li> 227 <li>r300g: fix texture border color for sRGB formats</li> 228 <li>mesa: bump MAX_VARYING to 32</li> 229 <li>draw: fix assertion failure in draw_emit_vertex_attr</li> 230 <li>vbo: fix glVertexAttribI* functions</li> 231 <li>mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2</li> 232 <li>mesa: fix error checking of TexStorage(levels) for array and rect textures</li> 233 <li>st/mesa: fix guessing the base level size</li> 234 <li>st/mesa: fix computation of last_level during texture creation</li> 235 <li>st/mesa: fix computation of last_level in GenerateMipmap</li> 236 <li>r600g: fix streamout on RS780 and RS880</li> 237 <li>r600g: advertise 32 streamout vec4 outputs</li> 238 <li>r600g: fix broken streamout if streamout_begin caused a context flush</li> 239 <li>mesa: fix BlitFramebuffer between linear and sRGB formats</li> 240 <li>r600g: try to fix streamout for the cases where BURST_COUNT > 0</li> 241 <li>r600g: always use a tiled resource as the destination of MSAA resolve</li> 242 <li>mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2</li> 243 </ul> 244 245 <p>Mario Kleiner (1):</p> 246 <ul> 247 <li>mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0</li> 248 </ul> 249 250 <p>Matt Turner (1):</p> 251 <ul> 252 <li>glcpp: Reject garbage after #else and #endif tokens</li> 253 </ul> 254 255 <p>Stefan Dsinger (1):</p> 256 <ul> 257 <li>r300: Don't disable destination read if the src blend factor needs it</li> 258 </ul> 259 260 <p>Tapani Plli (1):</p> 261 <ul> 262 <li>android: generate matching remap_helper to dispatch table</li> 263 </ul> 264 265 <p>Tom Stellard (1):</p> 266 <ul> 267 <li>r600g: Use LOOP_START_DX10 for loops</li> 268 </ul> 269 270 <p>Vinson Lee (1):</p> 271 <ul> 272 <li>i915: Fix wrong sizeof argument in i915_update_tex_unit.</li> 273 </ul> 274 275 <p>smoki (2):</p> 276 <ul> 277 <li>r200: fix broken tcl lighting</li> 278 <li>radeon/r200: Fix tcl culling</li> 279 </ul> 280 281 </body> 282 </html> 283