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 18.0.1 Release Notes / April 18, 2018</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 18.0.1 is a bug fix release which fixes bugs found since the 18.0.0 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 18.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> 34b8e80941Smrg0c93ba892c0610f5dd87f2e2673b9445187995c395b3ddb33fd4260bfb291e89 mesa-18.0.1.tar.gz 35b8e80941Smrgb2d2f5b5dbaab13e15cb0dcb5ec81887467f55ebc9625945b303a3647cd87954 mesa-18.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=101408">Bug 101408</a> - [Gen8+] Xonotic fails to render one of the weapons</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102342">Bug 102342</a> - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]: (style) Suspicious condition</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102542">Bug 102542</a> - mesa-17.2.0/src/gallium/state_trackers/nine/nine_ff.c:1938: bad assignment ?</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105317">Bug 105317</a> - The GPU Vega 56 was hang while try to pass #GraphicsFuzz shader15 test</li> 54b8e80941Smrg 55b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105440">Bug 105440</a> - GEN7: rendering issue on citra</li> 56b8e80941Smrg 57b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105442">Bug 105442</a> - Hang when running nine ff lighting shader with radeonsi</li> 58b8e80941Smrg 59b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105567">Bug 105567</a> - meson/ninja: 1. mesa/vdpau incorrect symlinks in DESTDIR and 2. Ddri-drivers-path Dvdpau-libs-path overrides DESTDIR</li> 60b8e80941Smrg 61b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105670">Bug 105670</a> - [regression][hang] Trine1EE hangs GPU after loading screen on Mesa3D-17.3 and later</li> 62b8e80941Smrg 63b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105704">Bug 105704</a> - compiler assertion hit</li> 64b8e80941Smrg 65b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105717">Bug 105717</a> - [bisected] Mesa build tests fails: BIGENDIAN_CPU or LITTLEENDIAN_CPU must be defined</li> 66b8e80941Smrg 67b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105942">Bug 105942</a> - Graphical artefacts after update to mesa 18.0.0-2</li> 68b8e80941Smrg 69b8e80941Smrg</ul> 70b8e80941Smrg 71b8e80941Smrg 72b8e80941Smrg<h2>Changes</h2> 73b8e80941Smrg 74b8e80941Smrg<p>Andres Gomez (2):</p> 75b8e80941Smrg<ul> 76b8e80941Smrg <li>dri_util: when overriding, always reset the core version</li> 77b8e80941Smrg <li>mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage</li> 78b8e80941Smrg</ul> 79b8e80941Smrg 80b8e80941Smrg<p>Axel Davy (5):</p> 81b8e80941Smrg<ul> 82b8e80941Smrg <li>st/nine: Fix bad tracking of vs textures for NINESBT_ALL</li> 83b8e80941Smrg <li>st/nine: Fixes warning about implicit conversion</li> 84b8e80941Smrg <li>st/nine: Fix non inversible matrix check</li> 85b8e80941Smrg <li>st/nine: Declare lighting consts for ff shaders</li> 86b8e80941Smrg <li>st/nine: Do not use scratch for face register</li> 87b8e80941Smrg</ul> 88b8e80941Smrg 89b8e80941Smrg<p>Bas Nieuwenhuizen (3):</p> 90b8e80941Smrg<ul> 91b8e80941Smrg <li>ac/nir: Add workaround for GFX9 buffer views.</li> 92b8e80941Smrg <li>radv: Don't set instance count using predication.</li> 93b8e80941Smrg <li>radv: Always reset draw user SGPRs after secondary command buffer.</li> 94b8e80941Smrg</ul> 95b8e80941Smrg 96b8e80941Smrg<p>Caio Marcelo de Oliveira Filho (1):</p> 97b8e80941Smrg<ul> 98b8e80941Smrg <li>anv/pipeline: fail if TCS/TES compile fail</li> 99b8e80941Smrg</ul> 100b8e80941Smrg 101b8e80941Smrg<p>Daniel Stone (1):</p> 102b8e80941Smrg<ul> 103b8e80941Smrg <li>st/dri: Initialise modifier to INVALID for DRI2</li> 104b8e80941Smrg</ul> 105b8e80941Smrg 106b8e80941Smrg<p>Derek Foreman (1):</p> 107b8e80941Smrg<ul> 108b8e80941Smrg <li>egl/wayland: Make swrast display_sync the correct queue</li> 109b8e80941Smrg</ul> 110b8e80941Smrg 111b8e80941Smrg<p>Dylan Baker (4):</p> 112b8e80941Smrg<ul> 113b8e80941Smrg <li>meson: don't use compiler.has_header</li> 114b8e80941Smrg <li>autotools: include meson_get_version</li> 115b8e80941Smrg <li>meson: Set .so version for xa like autotools does</li> 116b8e80941Smrg <li>meson: fix megadriver symlinking</li> 117b8e80941Smrg</ul> 118b8e80941Smrg 119b8e80941Smrg<p>Emil Velikov (1):</p> 120b8e80941Smrg<ul> 121b8e80941Smrg <li>docs: add sha256 checksums for 18.0.0</li> 122b8e80941Smrg</ul> 123b8e80941Smrg 124b8e80941Smrg<p>Eric Engestrom (3):</p> 125b8e80941Smrg<ul> 126b8e80941Smrg <li>meson/configure: detect endian.h instead of trying to guess when it's available</li> 127b8e80941Smrg <li>docs: fix 18.0 release note version</li> 128b8e80941Smrg <li>gbm: remove never-implemented function</li> 129b8e80941Smrg</ul> 130b8e80941Smrg 131b8e80941Smrg<p>Henri Verbeet (1):</p> 132b8e80941Smrg<ul> 133b8e80941Smrg <li>mesa: Inherit texture view multi-sample information from the original texture images.</li> 134b8e80941Smrg</ul> 135b8e80941Smrg 136b8e80941Smrg<p>Iago Toral Quiroga (1):</p> 137b8e80941Smrg<ul> 138b8e80941Smrg <li>compiler/spirv: set is_shadow for depth comparitor sampling opcodes</li> 139b8e80941Smrg</ul> 140b8e80941Smrg 141b8e80941Smrg<p>Ian Romanick (1):</p> 142b8e80941Smrg<ul> 143b8e80941Smrg <li>i965/vec4: Fix null destination register in 3-source instructions</li> 144b8e80941Smrg</ul> 145b8e80941Smrg 146b8e80941Smrg<p>Jason Ekstrand (4):</p> 147b8e80941Smrg<ul> 148b8e80941Smrg <li>nir/vars_to_ssa: Remove copies from the correct set</li> 149b8e80941Smrg <li>nir/lower_indirect_derefs: Support interp_var_at intrinsics</li> 150b8e80941Smrg <li>intel/vec4: Set channel_sizes for MOV_INDIRECT sources</li> 151b8e80941Smrg <li>nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination</li> 152b8e80941Smrg</ul> 153b8e80941Smrg 154b8e80941Smrg<p>Juan A. Suarez Romero (5):</p> 155b8e80941Smrg<ul> 156b8e80941Smrg <li>cherry-ignore anv: Be more careful about fast-clear colors</li> 157b8e80941Smrg <li>cherry-ignore: ac/shader: fix vertex input with components.</li> 158b8e80941Smrg <li>cherry-ignore: radv: handle exporting view index to fragment shader. (v1.1)</li> 159b8e80941Smrg <li>cherry-ignore: omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}</li> 160b8e80941Smrg <li>Update version to 18.0.1</li> 161b8e80941Smrg</ul> 162b8e80941Smrg 163b8e80941Smrg<p>Leo Liu (1):</p> 164b8e80941Smrg<ul> 165b8e80941Smrg <li>radeon/vce: move feedback command inside of destroy function</li> 166b8e80941Smrg</ul> 167b8e80941Smrg 168b8e80941Smrg<p>Lionel Landwerlin (1):</p> 169b8e80941Smrg<ul> 170b8e80941Smrg <li>i965/perf: fix config registration when uploading to kernel</li> 171b8e80941Smrg</ul> 172b8e80941Smrg 173b8e80941Smrg<p>Marc Dietrich (1):</p> 174b8e80941Smrg<ul> 175b8e80941Smrg <li>meson: fix HAVE_LLVM version define in meson build</li> 176b8e80941Smrg</ul> 177b8e80941Smrg 178b8e80941Smrg<p>Marek Olšák (1):</p> 179b8e80941Smrg<ul> 180b8e80941Smrg <li>mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override</li> 181b8e80941Smrg</ul> 182b8e80941Smrg 183b8e80941Smrg<p>Mark Thompson (1):</p> 184b8e80941Smrg<ul> 185b8e80941Smrg <li>st/va: Enable vaExportSurfaceHandle()</li> 186b8e80941Smrg</ul> 187b8e80941Smrg 188b8e80941Smrg<p>Rob Clark (3):</p> 189b8e80941Smrg<ul> 190b8e80941Smrg <li>nir: fix per_vertex_output intrinsic</li> 191b8e80941Smrg <li>freedreno/a5xx: fix page faults on last level</li> 192b8e80941Smrg <li>freedreno/a5xx: don't align height for PIPE_BUFFER</li> 193b8e80941Smrg</ul> 194b8e80941Smrg 195b8e80941Smrg<p>Samuel Pitoiset (2):</p> 196b8e80941Smrg<ul> 197b8e80941Smrg <li>radv: fix picking the method for resolve subpass</li> 198b8e80941Smrg <li>radv: fix radv_layout_dcc_compressed() when image doesn't have DCC</li> 199b8e80941Smrg</ul> 200b8e80941Smrg 201b8e80941Smrg<p>Sergii Romantsov (1):</p> 202b8e80941Smrg<ul> 203b8e80941Smrg <li>i965: Extend the negative 32-bit deltas to 64-bits</li> 204b8e80941Smrg</ul> 205b8e80941Smrg 206b8e80941Smrg<p>Timothy Arceri (7):</p> 207b8e80941Smrg<ul> 208b8e80941Smrg <li>ac: add if/loop build helpers</li> 209b8e80941Smrg <li>radeonsi: make use of if/loop build helpers in ac</li> 210b8e80941Smrg <li>ac: make use of if/loop build helpers</li> 211b8e80941Smrg <li>glsl: fix infinite loop caused by bug in loop unrolling pass</li> 212b8e80941Smrg <li>nir: fix crash in loop unroll corner case</li> 213b8e80941Smrg <li>gallium/pipebuffer: fix parenthesis location</li> 214b8e80941Smrg <li>glsl: always call do_lower_jumps() after loop unrolling</li> 215b8e80941Smrg</ul> 216b8e80941Smrg 217b8e80941Smrg<p>Xiong, James (1):</p> 218b8e80941Smrg<ul> 219b8e80941Smrg <li>i965: return the fourcc saved in __DRIimage when possible</li> 220b8e80941Smrg</ul> 221b8e80941Smrg 222b8e80941Smrg 223b8e80941Smrg</div> 224b8e80941Smrg</body> 225b8e80941Smrg</html> 226