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