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 <div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12 </div> 13 14 <iframe src="../contents.html"></iframe> 15 <div class="content"> 16 17 <h1>Mesa 11.1.4 Release Notes / May 9, 2016</h1> 18 19 <p> 20 Mesa 11.1.4 is a bug fix release which fixes bugs found since the 11.1.3 release. 21 </p> 22 <p> 23 Mesa 11.1.4 implements the OpenGL 4.1 API, but the version reported by 24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26 Some drivers don't support all the features required in OpenGL 4.1. OpenGL 27 4.1 is <strong>only</strong> available if requested at context creation 28 because compatibility contexts are not supported. 29 </p> 30 31 32 <h2>SHA256 checksums</h2> 33 <pre> 34 034231fffb22621dadb8e4a968cb44752b8b68db7a2417568d63c275b3490cea mesa-11.1.4.tar.gz 35 0f781e9072655305f576efd4204d183bf99ac8cb8d9e0dd9fc2b4093230a0eba mesa-11.1.4.tar.xz 36 </pre> 37 38 39 <h2>New features</h2> 40 <p>None</p> 41 42 <h2>Bug fixes</h2> 43 44 <p>This list is likely incomplete.</p> 45 46 <ul> 47 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92850">Bug 92850</a> - Segfault loading War Thunder</li> 49 50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93962">Bug 93962</a> - [HSW, regression, bisected, CTS] ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts</li> 51 52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=94955">Bug 94955</a> - Uninitialized variables leads to random segfaults (valgrind log, apitrace attached)</li> 53 54 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=94994">Bug 94994</a> - OSMesaGetProcAdress always fails on mangled OSMesa</li> 55 56 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95026">Bug 95026</a> - Alien Isolation segfault after initial loading screen/video</li> 57 58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95133">Bug 95133</a> - X-COM Enemy Within crashes when entering tactical mission with Bonaire</li> 59 60 </ul> 61 62 63 <h2>Changes</h2> 64 65 <p>Brian Paul (1):</p> 66 <ul> 67 <li>gallium/util: initialize pipe_framebuffer_state to zeros</li> 68 </ul> 69 70 <p>Chad Versace (1):</p> 71 <ul> 72 <li>dri: Fix robust context creation via EGL attribute</li> 73 </ul> 74 75 <p>Egbert Eich (1):</p> 76 <ul> 77 <li>dri2: Check for dummyContext to see if the glx_context is valid</li> 78 </ul> 79 80 <p>Emil Velikov (5):</p> 81 <ul> 82 <li>docs: add sha256 checksums for 11.1.3</li> 83 <li>cherry-ignore: add non-applicable "fix of a fix"</li> 84 <li>cherry-ignore: ignore st_DrawAtlasBitmaps mem leak fix</li> 85 <li>cherry-ignore: add CodeEmitterGK110::emitATOM() fix</li> 86 <li>Update version to 11.1.4</li> 87 </ul> 88 89 <p>Eric Anholt (4):</p> 90 <ul> 91 <li>vc4: Fix subimage accesses to LT textures.</li> 92 <li>vc4: Add support for rendering to cube map surfaces.</li> 93 <li>vc4: Fix tests for format supported with nr_samples == 1.</li> 94 <li>vc4: Make sure we recompile when sample_mask changes.</li> 95 </ul> 96 97 <p>Frederic Devernay (1):</p> 98 <ul> 99 <li>glapi: fix _glapi_get_proc_address() for mangled function names</li> 100 </ul> 101 102 <p>Jason Ekstrand (2):</p> 103 <ul> 104 <li>i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions</li> 105 <li>i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions</li> 106 </ul> 107 108 <p>Jonathan Gray (1):</p> 109 <ul> 110 <li>egl/x11: authenticate before doing chipset id ioctls</li> 111 </ul> 112 113 <p>Jose Fonseca (1):</p> 114 <ul> 115 <li>winsys/sw/xlib: use correct free function for xlib_dt->data</li> 116 </ul> 117 118 <p>Leo Liu (1):</p> 119 <ul> 120 <li>radeon/uvd: fix tonga feedback buffer size</li> 121 </ul> 122 123 <p>Marek Olk (2):</p> 124 <ul> 125 <li>drirc: add a workaround for blackness in Warsow</li> 126 <li>st/mesa: fix blit-based GetTexImage for non-finalized textures</li> 127 </ul> 128 129 <p>Nicolai Hhnle (5):</p> 130 <ul> 131 <li>radeonsi: fix bounds check in si_create_vertex_elements</li> 132 <li>gallium/radeon: handle failure when mapping staging buffer</li> 133 <li>st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor</li> 134 <li>gallium/radeon: fix crash in r600_set_streamout_targets</li> 135 <li>radeonsi: correct NULL-pointer check in si_upload_const_buffer</li> 136 </ul> 137 138 <p>Oded Gabbay (4):</p> 139 <ul> 140 <li>r600g/radeonsi: send endian info to format translation functions</li> 141 <li>r600g: set endianess of 16/32-bit buffers according to do_endian_swap</li> 142 <li>r600g: use do_endian_swap in color swapping functions</li> 143 <li>r600g: use do_endian_swap in texture swapping function</li> 144 </ul> 145 146 <p>Roland Scheidegger (3):</p> 147 <ul> 148 <li>llvmpipe: (trivial) initialize src1_alpha var to NULL</li> 149 <li>gallivm: fix bogus argument order to lp_build_sample_mipmap function</li> 150 <li>gallivm: make sampling more robust against bogus coordinates</li> 151 </ul> 152 153 <p>Samuel Pitoiset (5):</p> 154 <ul> 155 <li>gk110/ir: make use of IMUL32I for all immediates</li> 156 <li>nvc0/ir: fix wrong emission of (a OP b) OP c</li> 157 <li>gk110/ir: add emission for (a OP b) OP c</li> 158 <li>nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+</li> 159 <li>st/glsl_to_tgsi: fix potential crash when allocating temporaries</li> 160 </ul> 161 162 <p>Stefan Dirsch (1):</p> 163 <ul> 164 <li>dri3: Check for dummyContext to see if the glx_context is valid</li> 165 </ul> 166 167 <p>Thomas Hindoe Paaboel Andersen (1):</p> 168 <ul> 169 <li>st/va: avoid dereference after free in vlVaDestroyImage</li> 170 </ul> 171 172 <p>WuZhen (3):</p> 173 <ul> 174 <li>tgsi: initialize stack allocated struct</li> 175 <li>winsys/sw/dri: use correct free function for dri_sw_dt->data</li> 176 <li>android: enable dlopen() on all architectures</li> 177 </ul> 178 179 180 </div> 181 </body> 182 </html> 183