1b8e80941Smrg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2b8e80941Smrg<html lang="en"> 3b8e80941Smrg<head> 4b8e80941Smrg <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5b8e80941Smrg <title>Mesa Release Notes</title> 6b8e80941Smrg <link rel="stylesheet" type="text/css" href="../mesa.css"> 7b8e80941Smrg</head> 8b8e80941Smrg<body> 9b8e80941Smrg 10b8e80941Smrg<div class="header"> 11b8e80941Smrg <h1>The Mesa 3D Graphics Library</h1> 12b8e80941Smrg</div> 13b8e80941Smrg 14b8e80941Smrg<iframe src="../contents.html"></iframe> 15b8e80941Smrg<div class="content"> 16b8e80941Smrg 17b8e80941Smrg<h1>Mesa 11.1.1 Release Notes / January 13, 2016</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 11.1.1 is a bug fix release which fixes bugs found since the 11.1.0 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 11.1.1 implements the OpenGL 4.1 API, but the version reported by 24b8e80941SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25b8e80941SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26b8e80941SmrgSome drivers don't support all the features required in OpenGL 4.1. OpenGL 27b8e80941Smrg4.1 is <strong>only</strong> available if requested at context creation 28b8e80941Smrgbecause compatibility contexts are not supported. 29b8e80941Smrg</p> 30b8e80941Smrg 31b8e80941Smrg 32b8e80941Smrg<h2>SHA256 checksums</h2> 33b8e80941Smrg<pre> 34b8e80941Smrgb15089817540ba0bffd0aad323ecf3a8ff6779568451827c7274890b4a269d58 mesa-11.1.1.tar.gz 35b8e80941Smrg64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20 mesa-11.1.1.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg<h2>Bug fixes</h2> 43b8e80941Smrg 44b8e80941Smrg<p>This list is likely incomplete.</p> 45b8e80941Smrg 46b8e80941Smrg<ul> 47b8e80941Smrg 48b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91806">Bug 91806</a> - configure does not test whether assembler supports sse4.1</li> 49b8e80941Smrg 50b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92229">Bug 92229</a> - [APITRACE] SOMA have serious graphical errors</li> 51b8e80941Smrg 52b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92233">Bug 92233</a> - Unigine Heaven 4.0 silhuette run</li> 53b8e80941Smrg 54b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93004">Bug 93004</a> - Guild Wars 2 crash on nouveau DX11 cards</li> 55b8e80941Smrg 56b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93215">Bug 93215</a> - [Regression bisected] Ogles1conform Automatic mipmap generation test is fail</li> 57b8e80941Smrg 58b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93257">Bug 93257</a> - [SKL, bisected] ASTC dEQP tests segfault</li> 59b8e80941Smrg 60b8e80941Smrg</ul> 61b8e80941Smrg 62b8e80941Smrg 63b8e80941Smrg<h2>Changes</h2> 64b8e80941Smrg 65b8e80941Smrg<p>Brian Paul (1):</p> 66b8e80941Smrg<ul> 67b8e80941Smrg <li>st/mesa: check state->mesa in early return check in st_validate_state()</li> 68b8e80941Smrg</ul> 69b8e80941Smrg 70b8e80941Smrg<p>Dave Airlie (6):</p> 71b8e80941Smrg<ul> 72b8e80941Smrg <li>mesa/varray: set double arrays to non-normalised.</li> 73b8e80941Smrg <li>mesa/shader: return correct attribute location for double matrix arrays</li> 74b8e80941Smrg <li>glsl: pass stage into mark function</li> 75b8e80941Smrg <li>glsl/fp64: add helper for dual slot double detection.</li> 76b8e80941Smrg <li>glsl: fix count_attribute_slots to allow for different 64-bit handling</li> 77b8e80941Smrg <li>glsl: only update doubles inputs for vertex inputs.</li> 78b8e80941Smrg</ul> 79b8e80941Smrg 80b8e80941Smrg<p>Emil Velikov (4):</p> 81b8e80941Smrg<ul> 82b8e80941Smrg <li>docs: add sha256 checksums for 11.0.1</li> 83b8e80941Smrg <li>cherry-ignore: drop the "re-enable" DCC on Stoney</li> 84b8e80941Smrg <li>cherry-ignore: don't pick a specific i965 formats patch</li> 85b8e80941Smrg <li>Update version to 11.1.1</li> 86b8e80941Smrg</ul> 87b8e80941Smrg 88b8e80941Smrg<p>Eric Anholt (2):</p> 89b8e80941Smrg<ul> 90b8e80941Smrg <li>vc4: Warn instead of abort()ing on exec ioctl failures.</li> 91b8e80941Smrg <li>vc4: Keep sample mask writes from being reordered after TLB writes</li> 92b8e80941Smrg</ul> 93b8e80941Smrg 94b8e80941Smrg<p>Grazvydas Ignotas (1):</p> 95b8e80941Smrg<ul> 96b8e80941Smrg <li>r600: fix constant buffer size programming</li> 97b8e80941Smrg</ul> 98b8e80941Smrg 99b8e80941Smrg<p>Ian Romanick (1):</p> 100b8e80941Smrg<ul> 101b8e80941Smrg <li>meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER</li> 102b8e80941Smrg</ul> 103b8e80941Smrg 104b8e80941Smrg<p>Ilia Mirkin (9):</p> 105b8e80941Smrg<ul> 106b8e80941Smrg <li>nv50/ir: can't have predication and immediates</li> 107b8e80941Smrg <li>gk104/ir: simplify and fool-proof texbar algorithm</li> 108b8e80941Smrg <li>glsl: assign varying locations to tess shaders when doing SSO</li> 109b8e80941Smrg <li>glx/dri3: a drawable might not be bound at wait time</li> 110b8e80941Smrg <li>nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion</li> 111b8e80941Smrg <li>nv50/ir: float(s32 & 0xff) = float(u8), not s8</li> 112b8e80941Smrg <li>nv50,nvc0: make sure there's pushbuf space and that we ref the bo early</li> 113b8e80941Smrg <li>nv50,nvc0: fix crash when increasing bsp bo size for h264</li> 114b8e80941Smrg <li>nvc0: scale up inter_bo size so that it's 16M for a 4K video</li> 115b8e80941Smrg</ul> 116b8e80941Smrg 117b8e80941Smrg<p>Jonathan Gray (2):</p> 118b8e80941Smrg<ul> 119b8e80941Smrg <li>configure.ac: use pkg-config for libelf</li> 120b8e80941Smrg <li>configure: check for python2.7 for PYTHON2</li> 121b8e80941Smrg</ul> 122b8e80941Smrg 123b8e80941Smrg<p>Kenneth Graunke (5):</p> 124b8e80941Smrg<ul> 125b8e80941Smrg <li>ralloc: Fix ralloc_adopt() to the old context's last child's parent.</li> 126b8e80941Smrg <li>drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.</li> 127b8e80941Smrg <li>glsl: Fix varying struct locations when varying packing is disabled.</li> 128b8e80941Smrg <li>nvc0: Set winding order regardless of domain.</li> 129b8e80941Smrg <li>nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.</li> 130b8e80941Smrg</ul> 131b8e80941Smrg 132b8e80941Smrg<p>Marek Olšák (7):</p> 133b8e80941Smrg<ul> 134b8e80941Smrg <li>tgsi/scan: add flag colors_written</li> 135b8e80941Smrg <li>r600g: write all MRTs only if there is exactly one output (fixes a hang)</li> 136b8e80941Smrg <li>radeonsi: don't call of u_prims_for_vertices for patches and rectangles</li> 137b8e80941Smrg <li>radeonsi: apply the streamout workaround to Fiji as well</li> 138b8e80941Smrg <li>gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly</li> 139b8e80941Smrg <li>program: add _mesa_reserve_parameter_storage</li> 140b8e80941Smrg <li>st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)</li> 141b8e80941Smrg</ul> 142b8e80941Smrg 143b8e80941Smrg<p>Mark Janes (1):</p> 144b8e80941Smrg<ul> 145b8e80941Smrg <li>Add missing platform information for KBL</li> 146b8e80941Smrg</ul> 147b8e80941Smrg 148b8e80941Smrg<p>Miklós Máté (1):</p> 149b8e80941Smrg<ul> 150b8e80941Smrg <li>mesa: Don't leak ATIfs instructions in DeleteFragmentShader</li> 151b8e80941Smrg</ul> 152b8e80941Smrg 153b8e80941Smrg<p>Neil Roberts (3):</p> 154b8e80941Smrg<ul> 155b8e80941Smrg <li>i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format</li> 156b8e80941Smrg <li>i965: Add B8G8R8X8_SRGB to the alpha format override</li> 157b8e80941Smrg <li>i965: Fix crash when calling glViewport with no surface bound</li> 158b8e80941Smrg</ul> 159b8e80941Smrg 160b8e80941Smrg<p>Nicolai Hähnle (2):</p> 161b8e80941Smrg<ul> 162b8e80941Smrg <li>gallium/radeon: only dispose locally created target machine in radeon_llvm_compile</li> 163b8e80941Smrg <li>gallium/radeon: fix regression in a number of driver queries</li> 164b8e80941Smrg</ul> 165b8e80941Smrg 166b8e80941Smrg<p>Oded Gabbay (1):</p> 167b8e80941Smrg<ul> 168b8e80941Smrg <li>configura.ac: fix test for SSE4.1 assembler support</li> 169b8e80941Smrg</ul> 170b8e80941Smrg 171b8e80941Smrg<p>Patrick Rudolph (2):</p> 172b8e80941Smrg<ul> 173b8e80941Smrg <li>nv50,nvc0: fix use-after-free when vertex buffers are unbound</li> 174b8e80941Smrg <li>gallium/util: return correct number of bound vertex buffers</li> 175b8e80941Smrg</ul> 176b8e80941Smrg 177b8e80941Smrg<p>Rob Herring (1):</p> 178b8e80941Smrg<ul> 179b8e80941Smrg <li>freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled</li> 180b8e80941Smrg</ul> 181b8e80941Smrg 182b8e80941Smrg<p>Samuel Pitoiset (3):</p> 183b8e80941Smrg<ul> 184b8e80941Smrg <li>nvc0: free memory allocated by the prog which reads MP perf counters</li> 185b8e80941Smrg <li>nv50,nvc0: free memory allocated by performance metrics</li> 186b8e80941Smrg <li>nv50: free memory allocated by the prog which reads MP perf counters</li> 187b8e80941Smrg</ul> 188b8e80941Smrg 189b8e80941Smrg<p>Sarah Sharp (1):</p> 190b8e80941Smrg<ul> 191b8e80941Smrg <li>mesa: Add KBL PCI IDs and platform information.</li> 192b8e80941Smrg</ul> 193b8e80941Smrg 194b8e80941Smrg 195b8e80941Smrg</div> 196b8e80941Smrg</body> 197b8e80941Smrg</html> 198