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.2.3 Release Notes / October 19, 2018</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 18.2.3 is a bug fix release which fixes bugs found since the 18.2.2 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 18.2.3 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. 28b8e80941SmrgCompatibility contexts may report a lower version depending on each driver. 29b8e80941Smrg</p> 30b8e80941Smrg 31b8e80941Smrg 32b8e80941Smrg<h2>SHA256 checksums</h2> 33b8e80941Smrg<pre> 34b8e80941Smrg0e13e2342eae74d8848df23595c4bb4b2f8874c9e1213b8466b1fbfa7ef99375 mesa-18.2.3.tar.gz 35b8e80941Smrge2bf83c17e1abdecb1ee81af22652e27e9aa38f963e95e60f34275cc0376304f mesa-18.2.3.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=99507">Bug 99507</a> - Corrupted frame contents with Vulkan version of DOTA2, Talos Principle and Sascha Willems' demos when they're run Vsynched in fullscreen</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107857">Bug 107857</a> - GPU hang - GS_EMIT without shader outputs</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107926">Bug 107926</a> - [anv] Rise of the Tomb Raider always misrendering, segfault and gpu hang.</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108012">Bug 108012</a> - Compiler crashes on access of non-existent member incremental operations</li> 54b8e80941Smrg 55b8e80941Smrg</ul> 56b8e80941Smrg 57b8e80941Smrg 58b8e80941Smrg<h2>Changes</h2> 59b8e80941Smrg 60b8e80941Smrg<p>Boyuan Zhang (1):</p> 61b8e80941Smrg<ul> 62b8e80941Smrg <li>st/va: use provided sizes and coords for vlVaGetImage</li> 63b8e80941Smrg</ul> 64b8e80941Smrg 65b8e80941Smrg<p>Dave Airlie (1):</p> 66b8e80941Smrg<ul> 67b8e80941Smrg <li>anv: add missing unlock in error path.</li> 68b8e80941Smrg</ul> 69b8e80941Smrg 70b8e80941Smrg<p>Dylan Baker (1):</p> 71b8e80941Smrg<ul> 72b8e80941Smrg <li>meson: Don't allow building EGL on Windows or MacOS</li> 73b8e80941Smrg</ul> 74b8e80941Smrg 75b8e80941Smrg<p>Emil Velikov (5):</p> 76b8e80941Smrg<ul> 77b8e80941Smrg <li>st/nine: do not double-close the fd on teardown</li> 78b8e80941Smrg <li>egl: make eglSwapInterval a no-op for !window surfaces</li> 79b8e80941Smrg <li>egl: make eglSwapBuffers* a no-op for !window surfaces</li> 80b8e80941Smrg <li>vl/dri3: do full teardown on screen_destroy</li> 81b8e80941Smrg <li>Revert "mesa: remove unnecessary 'sort by year' for the GL extensions"</li> 82b8e80941Smrg</ul> 83b8e80941Smrg 84b8e80941Smrg<p>Eric Engestrom (1):</p> 85b8e80941Smrg<ul> 86b8e80941Smrg <li>radv: add missing meson c++ visibility arguments</li> 87b8e80941Smrg</ul> 88b8e80941Smrg 89b8e80941Smrg<p>Fritz Koenig (1):</p> 90b8e80941Smrg<ul> 91b8e80941Smrg <li>i965: Replace checks for rb->Name with FlipY (v2)</li> 92b8e80941Smrg</ul> 93b8e80941Smrg 94b8e80941Smrg<p>Gert Wollny (1):</p> 95b8e80941Smrg<ul> 96b8e80941Smrg <li>virgl, vtest: Correct the transfer size calculation</li> 97b8e80941Smrg</ul> 98b8e80941Smrg 99b8e80941Smrg<p>Ilia Mirkin (4):</p> 100b8e80941Smrg<ul> 101b8e80941Smrg <li>glsl: fix array assignments of a swizzled vector</li> 102b8e80941Smrg <li>nv50,nvc0: mark RGBX_UINT formats as renderable</li> 103b8e80941Smrg <li>nv50,nvc0: guard against zero-size blits</li> 104b8e80941Smrg <li>nvc0: fix blitting red to srgb8_alpha</li> 105b8e80941Smrg</ul> 106b8e80941Smrg 107b8e80941Smrg<p>Jason Ekstrand (7):</p> 108b8e80941Smrg<ul> 109b8e80941Smrg <li>nir/cf: Remove phi sources if needed in nir_handle_add_jump</li> 110b8e80941Smrg <li>anv: Use separate MOCS settings for external BOs</li> 111b8e80941Smrg <li>intel/fs: Fix a typo in need_matching_subreg_offset</li> 112b8e80941Smrg <li>nir/from_ssa: Don't rewrite derefs destinations to registers</li> 113b8e80941Smrg <li>anv/batch_chain: Don't start a new BO just for BATCH_BUFFER_START</li> 114b8e80941Smrg <li>nir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled expansions</li> 115b8e80941Smrg <li>intel: Don't propagate conditional modifiers if a UD source is negated</li> 116b8e80941Smrg</ul> 117b8e80941Smrg 118b8e80941Smrg<p>Juan A. Suarez Romero (2):</p> 119b8e80941Smrg<ul> 120b8e80941Smrg <li>docs: add sha256 checksums for 18.2.2</li> 121b8e80941Smrg <li>Update version to 18.2.3</li> 122b8e80941Smrg</ul> 123b8e80941Smrg 124b8e80941Smrg<p>Józef Kucia (1):</p> 125b8e80941Smrg<ul> 126b8e80941Smrg <li>radeonsi: avoid sending GS_EMIT in shaders without outputs</li> 127b8e80941Smrg</ul> 128b8e80941Smrg 129b8e80941Smrg<p>Marek Olšák (1):</p> 130b8e80941Smrg<ul> 131b8e80941Smrg <li>drirc: add a workaround for ARMA 3</li> 132b8e80941Smrg</ul> 133b8e80941Smrg 134b8e80941Smrg<p>Samuel Pitoiset (1):</p> 135b8e80941Smrg<ul> 136b8e80941Smrg <li>radv: add a workaround for a VGT hang with prim restart and strips</li> 137b8e80941Smrg</ul> 138b8e80941Smrg 139b8e80941Smrg<p>Tapani Pälli (1):</p> 140b8e80941Smrg<ul> 141b8e80941Smrg <li>glsl: do not attempt assignment if operand type not parsed correctly</li> 142b8e80941Smrg</ul> 143b8e80941Smrg 144b8e80941Smrg<p>Timothy Arceri (11):</p> 145b8e80941Smrg<ul> 146b8e80941Smrg <li>glsl: ignore trailing whitespace when define redefined</li> 147b8e80941Smrg <li>util: disable cache if we have no build-id and timestamp is zero</li> 148b8e80941Smrg <li>util: rename timestamp param in disk_cache_create()</li> 149b8e80941Smrg <li>util: add disk_cache_get_function_identifier()</li> 150b8e80941Smrg <li>radeonsi: use build-id when available for disk cache</li> 151b8e80941Smrg <li>nouveau: use build-id when available for disk cache</li> 152b8e80941Smrg <li>r600: use build-id when available for disk cache</li> 153b8e80941Smrg <li>mesa/st: add force_compat_profile option to driconfig</li> 154b8e80941Smrg <li>util: use force_compat_profile for Wolfenstein The Old Blood</li> 155b8e80941Smrg <li>util: better handle program names from wine</li> 156b8e80941Smrg <li>util: add drirc workarounds for RAGE</li> 157b8e80941Smrg</ul> 158b8e80941Smrg 159b8e80941Smrg<p>Vinson Lee (1):</p> 160b8e80941Smrg<ul> 161b8e80941Smrg <li>r600/sb: Fix constant-logical-operand warning.</li> 162b8e80941Smrg</ul> 163b8e80941Smrg 164b8e80941Smrg 165b8e80941Smrg</div> 166b8e80941Smrg</body> 167b8e80941Smrg</html> 168