1Mesa 9.1.4 Release Notes / July 1st, 2013 2========================================= 3 4Mesa 9.1.4 is a bug fix release which fixes bugs found since the 9.1.3 5release. 6 7Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 113.1. OpenGL 3.1 is **only** available if requested at context creation 12because GL_ARB_compatibility is not supported. 13 14MD5 checksums 15------------- 16 17:: 18 19 a2c4e25d0e27918bc67f61bae04d0cb8 MesaLib-9.1.4.tar.bz2 20 8c7e9ce5b05cb2223f0587396dd9dc08 MesaLib-9.1.4.tar.gz 21 020459c5793d4279bdcb2daa1f7dd9f6 MesaLib-9.1.4.zip 22 23New features 24------------ 25 26None. 27 28Bug fixes 29--------- 30 31This list is likely incomplete. 32 33- `Bug 37871 <https://bugs.freedesktop.org/show_bug.cgi?id=37871>`__ - 34 [bisected i965] Bus error (core dumped) on oglc texdecaltile 35- `Bug 42182 <https://bugs.freedesktop.org/show_bug.cgi?id=42182>`__ - 36 egl/opengles1/tri_x11 renders wrong 37- `Bug 44958 <https://bugs.freedesktop.org/show_bug.cgi?id=44958>`__ - 38 [SNB IVB HSW] mesa demo test texleak bus error 39- `Bug 53494 <https://bugs.freedesktop.org/show_bug.cgi?id=53494>`__ - 40 [snb] crash in texsubimage to a large atlas in clutter 41- `Bug 60518 <https://bugs.freedesktop.org/show_bug.cgi?id=60518>`__ - 42 glDrawElements segfault when compiled into display list 43- `Bug 61821 <https://bugs.freedesktop.org/show_bug.cgi?id=61821>`__ - 44 src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: 45 xmlpool/options.h 46- `Bug 63520 <https://bugs.freedesktop.org/show_bug.cgi?id=63520>`__ - 47 r300g regression (RV380): Strange rendering of light sources in 48 Penumbra (bisected) 49- `Bug 63701 <https://bugs.freedesktop.org/show_bug.cgi?id=63701>`__ - 50 [HSW] support new haswell graphics [8086:0a2e] 51- `Bug 64727 <https://bugs.freedesktop.org/show_bug.cgi?id=64727>`__ - 52 [gm45, bisected] some piglit glsl 1.10 built-in-functions tests crash 53- `Bug 64745 <https://bugs.freedesktop.org/show_bug.cgi?id=64745>`__ - 54 [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374 55- `Bug 64934 <https://bugs.freedesktop.org/show_bug.cgi?id=64934>`__ - 56 [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363 57- `Bug 65173 <https://bugs.freedesktop.org/show_bug.cgi?id=65173>`__ - 58 segfault in \_mesa_get_format_datatype and \_mesa_get_color_read_type 59 when state dumping with glretrace 60 61Changes 62------- 63 64The full set of changes can be viewed by using the following GIT 65command: 66 67:: 68 69 git log mesa-9.1.3..mesa-9.1.4 70 71Alan Coopersmith (2): 72 73- integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2] 74- integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2] 75 76Alex Deucher (3): 77 78- radeonsi: add support for hainan chips 79- radeonsi: add Hainan pci ids 80- winsys/radeon: add env var to disable VM on Cayman/Trinity 81 82pp 83 84Andreas Boll (1): 85 86- glapi: Add some missing static_dispatch="false" annotations to 87 es_EXT.xml 88 89Anuj Phogat (1): 90 91- intel: Add a null pointer check before dereferencing the pointer 92 93Armin K (1): 94 95- gallivm: Fix build with LLVM 3.3 96 97Brian Paul (9): 98 99- mesa: fix the compressed TexSubImage size checking code 100- st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index 101 buffer 102- mesa: fix error checking of DXT sRGB formats in 103 \_mesa_base_tex_format() 104- st/glx/xlib: check for null ctx pointer in glXIsDirect() 105- xlib: check for null ctx pointer in glXIsDirect() 106- st/glx: add null ctx check in glXDestroyContext() 107- xlib: add null ctx check in glXDestroyContext() 108- meta: move vertex array enables for mipmap generation 109- mesa: handle missing read buffer in 110 \_mesa_get_color_read_format/type() 111 112Bryan Cain (1): 113 114- nv50: initialize kick_notify callback in nv50_create 115 116Chad Versace (3): 117 118- egl/android: Fix error condition for EGL_ANDROID_image_native_buffer 119- i965: Fix glColorPointer(GL_FIXED) 120- intel: Return early if miptree allocation fails 121 122Chia-I Wu (1): 123 124- u_vbuf: fix index buffer leak 125 126Chris Forbes (8): 127 128- mesa: add accessor for effective stencil ref 129- intel: Use accessor for stencil reference values 130- nouveau: Use accessor for stencil reference values 131- radeon: Use accessor for stencil reference values 132- st: Use accessor for stencil reference values 133- swrast: Use accessor for stencil reference values 134- mesa: Stop clamping stencil reference value at specification time 135- mesa: Use accessor for stencil reference values in glGet 136 137Chí-Thanh Christopher Nguyễn (1): 138 139- targets/dri-i915: Force c++ linker in all cases 140 141Daniel Martin (1): 142 143- Fix build of swrast only without libdrm 144 145Dave Airlie (1): 146 147- i965: fix problem with constant out of bounds access (v3) 148 149Eric Anholt (10): 150 151- mesa: Make core Mesa allocate the texture renderbuffer wrapper. 152- mesa: Make gl_renderbuffers backed by EGL images use 153 FinishRenderTexture. 154- i965/fs: Bake regs_written into the IR instead of recomputing it 155 later. 156- i965/vs: Fix implied_mrf_writes() for integer division pre-gen6. 157- intel: Add support for writing to our linear-temporary-CPU-map case. 158- intel: Do temporary CPU maps of textures that are too big to GTT map. 159- intel: Avoid making tiled miptrees we won't be able to blit. 160- intel: Fix MRT handling of glBitmap(). 161- intel: Fix format handling of blit glBitmap() 162- i965: Shut up the last release build warning. 163 164Fabian Bieler (2): 165 166- mesa/st: Don't copy propagate from swizzles. 167- mesa/program: Don't copy propagate from swizzles. 168 169Frank Henigman (1): 170 171- intel: initialize fs_visitor::params_remap in constructor 172 173Ian Romanick (2): 174 175- docs: Add 9.1.3 release md5sums 176- mesa: Bump version to 9.1.4 177 178José Fonseca (1): 179 180- scons: Fix implicit python dependency discovery on Windows. 181 182Kenneth Graunke (17): 183 184- mesa: Add i965 varying index patches to .cherry-ignore. 185- i965: Turn brw->urb.vs_size and gs_size into local variables. 186- i965: Use a variable for the push constant size in kB. 187- i965: Update URB partitioning code for Haswell's GT3 variant. 188- i965: Add chipset limits for the Haswell GT3 variant. 189- i965: Enable the Bay Trail platform. 190- mesa: Add a reverted commit to cherry-ignore. 191- vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays(). 192- mesa: Add a helper function for determining the restart index. 193- vbo: Use the new primitive restart index helper function. 194- i965: Use the correct restart index for fixed index mode on Haswell. 195- mesa: Cherry-ignore a patch that got picked but squashed. 196- i965: Fix can_cut_index_handle_restart_index() for byte/short types. 197- st/mesa: Go back to using ctx->Array.RestartIndex, not 198 \_RestartIndex. 199- mesa: Ignore fixed-index primitive restart in ArrayElement(). 200- mesa: Delete the ctx->Array._RestartIndex derived state. 201- glsl: Bail on parsing if the #version directive is bogus. 202 203Lauri Kasanen (1): 204 205- r600g: Correctly initialize the shader key, v2 206 207Maarten Lankhorst (4): 208 209- nvc0: fix up video buffer alignment requirements 210- nvc0: kill assert in ppp code 211- nvc0: set rsvd_kick correctly 212- nvc0: allow frame dropping in h264 213 214Marek Olšák (7): 215 216- radeonsi: increase array size for shader inputs and outputs 217- vbo: fix possible use-after-free segfault after a VAO is deleted 218- glsl: fix the value of gl_MaxFragmentUniformVectors 219- st/mesa: initialize all program constants and UBO limits 220- st/mesa: initialize Const.MaxColorAttachments 221- st/mesa: fix a couple of issues in st_bind_ubos 222- mesa: declare UniformBufferBindings as an array with a static size 223 224Matt Turner (3): 225 226- configure.ac: Remove redundant checks of enable_dri. 227- configure.ac: Build dricommon for DRI gallium drivers 228- i965: NULL check depth_mt to quiet static analysis. 229 230Michel Dänzer (3): 231 232- radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE 233- radeonsi: Fix user clip planes 234- mesa: Note that two radeonsi fixes cannot be backported after all 235 236Mike Stroyan (1): 237 238- configure.ac: Build dricommon for gallium swrast 239 240Naohiro Aota (1): 241 242- xmlpool/build: Make sure to set mo properly 243 244Paul Berry (2): 245 246- glsl: Fix error checking on "flat" keyword to match GLSL ES 3.00, 247 GLSL 1.50. 248- i965/gen7.5: Allow HW primitive restart for all primitive types. 249 250Paulo Zanoni (1): 251 252- i965: make GT3 machines work as GT3 instead of GT2 253 254Rodrigo Vivi (2): 255 256- i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check. 257- i965: Adding more reserved PCI IDs for Haswell. 258 259Roland Scheidegger (1): 260 261- gallivm: fix out-of-bounds access with mirror_clamp_to_edge address 262 mode 263 264Stéphane Marchesin (2): 265 266- st/xlib: Fix upside down coordinates for CopySubBuffer 267- st/xlib: Flush the front buffer before doing CopySubBuffer 268 269Sven Joachim (1): 270 271- mesa: Fix ieee fp on Alpha 272 273Tapani Pälli (1): 274 275- mesa: fix type comparison errors in sub-texture error checking code 276 277Tom Stellard (2): 278 279- gallivm: Fix build with LLVM >= r180063 280- r300g/compiler: Prevent regalloc from swizzling texture operands v2 281 282Vinson Lee (1): 283 284- radeon: Initialize variables in radeon_llvm_context_init. 285