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 17.0.1 Release Notes / March 4, 2017</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 17.0.1 is a bug fix release which fixes bugs found since the 17.0.0 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 17.0.1 implements the OpenGL 4.5 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.5. OpenGL 27b8e80941Smrg4.5 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> 34b8e80941Smrge819bd3e515dac26faf9836d8f27a4ddf05323b9b23afb6c06536d4ac82e2743 mesa-17.0.1.tar.gz 35b8e80941Smrg96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c mesa-17.0.1.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg 43b8e80941Smrg<h2>Bug fixes</h2> 44b8e80941Smrg 45b8e80941Smrg<ul> 46b8e80941Smrg 47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98869">Bug 98869</a> - Electronic Super Joy graphic artefacts (regression,bisected)</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99532">Bug 99532</a> - Compute shader doesn't give right result under some circumstances</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99677">Bug 99677</a> - heap-use-after-free in glsl</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99692">Bug 99692</a> - [radv] Mostly broken on Hawaii PRO/CIK ASICs</li> 54b8e80941Smrg 55b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99850">Bug 99850</a> - Tessellation bug on Carrizo</li> 56b8e80941Smrg 57b8e80941Smrg</ul> 58b8e80941Smrg 59b8e80941Smrg 60b8e80941Smrg<h2>Changes</h2> 61b8e80941Smrg 62b8e80941Smrg<p>Bas Nieuwenhuizen (4):</p> 63b8e80941Smrg<ul> 64b8e80941Smrg <li>radv: Never try to create more than max_sets descriptor sets.</li> 65b8e80941Smrg <li>radv: Reset emitted compute pipeline when calling secondary cmd buffer.</li> 66b8e80941Smrg <li>radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.</li> 67b8e80941Smrg <li>radv: Use correct size for availability flag.</li> 68b8e80941Smrg</ul> 69b8e80941Smrg 70b8e80941Smrg<p>Ben Crocker (3):</p> 71b8e80941Smrg<ul> 72b8e80941Smrg <li>gallivm: Reenable PPC VSX (v3)</li> 73b8e80941Smrg <li>gallivm: Improve debug output (V2)</li> 74b8e80941Smrg <li>gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)</li> 75b8e80941Smrg</ul> 76b8e80941Smrg 77b8e80941Smrg<p>Brendan King (1):</p> 78b8e80941Smrg<ul> 79b8e80941Smrg <li>egl/dri3: implement query surface hook</li> 80b8e80941Smrg</ul> 81b8e80941Smrg 82b8e80941Smrg<p>Christian Gmeiner (2):</p> 83b8e80941Smrg<ul> 84b8e80941Smrg <li>etnaviv: move pctx initialisation to avoid a null dereference</li> 85b8e80941Smrg <li>etnaviv: remove number of pixel pipes validation</li> 86b8e80941Smrg</ul> 87b8e80941Smrg 88b8e80941Smrg<p>Connor Abbott (1):</p> 89b8e80941Smrg<ul> 90b8e80941Smrg <li>anv: fix Get*MemoryRequirements for !LLC</li> 91b8e80941Smrg</ul> 92b8e80941Smrg 93b8e80941Smrg<p>Daniel Stone (1):</p> 94b8e80941Smrg<ul> 95b8e80941Smrg <li>egl/wayland: Don't use DRM format codes for SHM</li> 96b8e80941Smrg</ul> 97b8e80941Smrg 98b8e80941Smrg<p>Dave Airlie (6):</p> 99b8e80941Smrg<ul> 100b8e80941Smrg <li>tgsi: fix memory leak in tgsi sanity check</li> 101b8e80941Smrg <li>radv: change base aligmment for allocated memory.</li> 102b8e80941Smrg <li>radv: fix cik macroModeIndex.</li> 103b8e80941Smrg <li>radv: adopt some init config workarounds from radeonsi.</li> 104b8e80941Smrg <li>radv: fix depth format in blit2d.</li> 105b8e80941Smrg <li>radv: fix txs for sampler buffers</li> 106b8e80941Smrg</ul> 107b8e80941Smrg 108b8e80941Smrg<p>Emil Velikov (8):</p> 109b8e80941Smrg<ul> 110b8e80941Smrg <li>docs: add sha256 checksums for 17.0.0</li> 111b8e80941Smrg <li>bin/get-extra-pick-list: use git merge-base to get the branchpoint</li> 112b8e80941Smrg <li>bin/get-extra-pick-list: rework to use already_picked list</li> 113b8e80941Smrg <li>bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed</li> 114b8e80941Smrg <li>bin/get-pick-list.sh: limit `git grep ...' only as needed</li> 115b8e80941Smrg <li>bin/get-pick-list.sh: remove ancient way of nominating patches</li> 116b8e80941Smrg <li>bin/get-fixes-pick-list.sh: add new script</li> 117b8e80941Smrg <li>Update version to 17.0.1</li> 118b8e80941Smrg</ul> 119b8e80941Smrg 120b8e80941Smrg<p>Eric Anholt (1):</p> 121b8e80941Smrg<ul> 122b8e80941Smrg <li>vc4: Avoid emitting small immediates for UBO indirect load address guards.</li> 123b8e80941Smrg</ul> 124b8e80941Smrg 125b8e80941Smrg<p>Grazvydas Ignotas (3):</p> 126b8e80941Smrg<ul> 127b8e80941Smrg <li>r300g: only allow byteswapped formats on big endian</li> 128b8e80941Smrg <li>gallium/u_queue: fix a crash with atexit handlers</li> 129b8e80941Smrg <li>gallium/u_queue: set num_threads correctly if not all threads start</li> 130b8e80941Smrg</ul> 131b8e80941Smrg 132b8e80941Smrg<p>Hans de Goede (1):</p> 133b8e80941Smrg<ul> 134b8e80941Smrg <li>glx/glvnd: Fix GLXdispatchIndex sorting</li> 135b8e80941Smrg</ul> 136b8e80941Smrg 137b8e80941Smrg<p>Ilia Mirkin (4):</p> 138b8e80941Smrg<ul> 139b8e80941Smrg <li>gm107/ir: fix address offset bitfield for ATOMS</li> 140b8e80941Smrg <li>nvc0: set the render condition in the compute object</li> 141b8e80941Smrg <li>st/mesa: don't pass compare mode for stencil-sampled textures</li> 142b8e80941Smrg <li>nvc0: disable linked tsc mode in compute launch descriptor</li> 143b8e80941Smrg</ul> 144b8e80941Smrg 145b8e80941Smrg<p>Jason Ekstrand (10):</p> 146b8e80941Smrg<ul> 147b8e80941Smrg <li>i965/sampler_state: Clamp min/max LOD to 14 on gen7+</li> 148b8e80941Smrg <li>i965/sampler_state: Pass texObj into update_sampler_state</li> 149b8e80941Smrg <li>i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge</li> 150b8e80941Smrg <li>intel/blorp: Swizzle clear colors on the CPU</li> 151b8e80941Smrg <li>i965/fs: Fix the inline nir_op_pack_double optimization</li> 152b8e80941Smrg <li>anv: Add an invalidate_range helper</li> 153b8e80941Smrg <li>anv/query: clflush the bo map on non-LLC platforms</li> 154b8e80941Smrg <li>genxml: Make MI_STORE_DATA_IMM more consistent</li> 155b8e80941Smrg <li>anv/query: Perform CmdResetQueryPool on the GPU</li> 156b8e80941Smrg <li>intel/blorp: Explicitly flush all allocated state</li> 157b8e80941Smrg</ul> 158b8e80941Smrg 159b8e80941Smrg<p>Jose Maria Casanova Crespo (1):</p> 160b8e80941Smrg<ul> 161b8e80941Smrg <li>glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1</li> 162b8e80941Smrg</ul> 163b8e80941Smrg 164b8e80941Smrg<p>Kenneth Graunke (1):</p> 165b8e80941Smrg<ul> 166b8e80941Smrg <li>mesa: Do (TCS && !TES) draw time validation in ES as well.</li> 167b8e80941Smrg</ul> 168b8e80941Smrg 169b8e80941Smrg<p>Leo Liu (1):</p> 170b8e80941Smrg<ul> 171b8e80941Smrg <li>configure.ac: check require_basic_egl only if egl enabled</li> 172b8e80941Smrg</ul> 173b8e80941Smrg 174b8e80941Smrg<p>Lionel Landwerlin (2):</p> 175b8e80941Smrg<ul> 176b8e80941Smrg <li>anv: wsi: report presentation error per image request</li> 177b8e80941Smrg <li>i965/fs: fix uninitialized memory access</li> 178b8e80941Smrg</ul> 179b8e80941Smrg 180b8e80941Smrg<p>Marek Olšák (6):</p> 181b8e80941Smrg<ul> 182b8e80941Smrg <li>radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)</li> 183b8e80941Smrg <li>gallium/util: remove unused u_index_modify helpers</li> 184b8e80941Smrg <li>gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally</li> 185b8e80941Smrg <li>gallium/u_queue: fix random crashes when the app calls exit()</li> 186b8e80941Smrg <li>radeonsi: fix broken tessellation on Carrizo and Stoney</li> 187b8e80941Smrg <li>amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12</li> 188b8e80941Smrg</ul> 189b8e80941Smrg 190b8e80941Smrg<p>Mauro Rossi (2):</p> 191b8e80941Smrg<ul> 192b8e80941Smrg <li>android: radeonsi: fix sid_table.h generated header include path</li> 193b8e80941Smrg <li>android: glsl: build shader cache sources</li> 194b8e80941Smrg</ul> 195b8e80941Smrg 196b8e80941Smrg<p>Michel Dänzer (1):</p> 197b8e80941Smrg<ul> 198b8e80941Smrg <li>configure.ac: Drop LLVM compiler flags more radically</li> 199b8e80941Smrg</ul> 200b8e80941Smrg 201b8e80941Smrg<p>Nicolai Hähnle (3):</p> 202b8e80941Smrg<ul> 203b8e80941Smrg <li>winsys/amdgpu: reduce max_alloc_size based on GTT limits</li> 204b8e80941Smrg <li>radeonsi: handle MultiDrawIndirect in si_get_draw_start_count</li> 205b8e80941Smrg <li>radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK</li> 206b8e80941Smrg</ul> 207b8e80941Smrg 208b8e80941Smrg<p>Samuel Iglesias Gonsálvez (1):</p> 209b8e80941Smrg<ul> 210b8e80941Smrg <li>glsl: fix heap-use-after-free in ast_declarator_list::hir()</li> 211b8e80941Smrg</ul> 212b8e80941Smrg 213b8e80941Smrg<p>Tapani Pälli (1):</p> 214b8e80941Smrg<ul> 215b8e80941Smrg <li>android: fix droid_create_image_from_prime_fd_yuv for YV12</li> 216b8e80941Smrg</ul> 217b8e80941Smrg 218b8e80941Smrg 219b8e80941Smrg</div> 220b8e80941Smrg</body> 221b8e80941Smrg</html> 222