19.1.7.html revision b8e80941
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 19.1.7 Release Notes / September 17, 2019</h1> 18 19<p> 20Mesa 19.1.7 is a bug fix release which fixes bugs found since the 19.1.6 release. 21</p> 22<p> 23Mesa 19.1.7 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. 28Compatibility contexts may report a lower version depending on each driver. 29</p> 30 31<h2>SHA256 checksums</h2> 32<pre> 33TBD 34</pre> 35 36 37<h2>New features</h2> 38<p>None</p> 39 40 41<h2>Bug fixes</h2> 42 43<ul> 44 45<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110814">Bug 110814</a> - KWin compositor crashes on launch</li> 46 47<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111069">Bug 111069</a> - Assertion fails in nir_opt_remove_phis.c during compilation of SPIR-V shader</li> 48 49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111271">Bug 111271</a> - Crash in eglMakeCurrent</li> 50 51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111401">Bug 111401</a> - Vulkan overlay layer - async compute not supported, making overlay disappear in Doom</li> 52 53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111405">Bug 111405</a> - Some infinite 'do{}while' loops lead mesa to an infinite compilation</li> 54 55<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111467">Bug 111467</a> - WOLF RPG Editor + Gallium Nine Standalone: Rendering issue when using Iris driver</li> 56 57<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111552">Bug 111552</a> - Geekbench 5.0 Vulkan compute benchmark fails on Anvil</li> 58 59</ul> 60 61 62<h2>Changes</h2> 63 64<p>Caio Marcelo de Oliveira Filho (1):</p> 65<ul> 66 <li>glsl/nir: Avoid overflow when setting max_uniform_location</li> 67</ul> 68 69<p>Connor Abbott (1):</p> 70<ul> 71 <li>radv: Call nir_propagate_invariant()</li> 72</ul> 73 74<p>Danylo Piliaiev (1):</p> 75<ul> 76 <li>tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE</li> 77</ul> 78 79<p>Eric Engestrom (10):</p> 80<ul> 81 <li>ttn: fix 64-bit shift on 32-bit `1`</li> 82 <li>egl: fix deadlock in malloc error path</li> 83 <li>util/os_file: fix double-close()</li> 84 <li>anv: fix format string in error message</li> 85 <li>nir: fix memleak in error path</li> 86 <li>anv: add support for driconf</li> 87 <li>wsi: add minImageCount override</li> 88 <li>anv: add support for vk_x11_override_min_image_count</li> 89 <li>amd: move adaptive sync to performance section, as it is defined in xmlpool</li> 90 <li>radv: add support for vk_x11_override_min_image_count</li> 91</ul> 92 93<p>Erik Faye-Lund (2):</p> 94<ul> 95 <li>gallium/auxiliary/indices: consistently apply start only to input</li> 96 <li>util: fix SSE-version needed for double opcodes</li> 97</ul> 98 99<p>Hal Gentz (1):</p> 100<ul> 101 <li>glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.</li> 102</ul> 103 104<p>Jason Ekstrand (7):</p> 105<ul> 106 <li>Revert "intel/fs: Move the scalar-region conversion to the generator."</li> 107 <li>anv: Bump maxComputeWorkgroupSize</li> 108 <li>nir: Don't infinitely recurse in lower_ssa_defs_to_regs_block</li> 109 <li>nir: Add a block_is_unreachable helper</li> 110 <li>nir/repair_ssa: Repair dominance for unreachable blocks</li> 111 <li>nir/repair_ssa: Insert deref casts when needed</li> 112 <li>nir/dead_cf: Repair SSA if the pass makes progress</li> 113</ul> 114 115<p>Juan A. Suarez Romero (3):</p> 116<ul> 117 <li>docs: add sha256 checksums for 19.1.6</li> 118 <li>cherry-ignore: add explicit 19.2 only nominations</li> 119 <li>Update version to 19.1.7</li> 120</ul> 121 122<p>Kenneth Graunke (1):</p> 123<ul> 124 <li>gallium: Fix util_format_get_depth_only</li> 125</ul> 126 127<p>Lionel Landwerlin (1):</p> 128<ul> 129 <li>vulkan/overlay: bounce image back to present layout</li> 130</ul> 131 132<p>Mauro Rossi (3):</p> 133<ul> 134 <li>android: radv: fix necessary dependecies</li> 135 <li>android: amd/common: fix missing include path</li> 136 <li>android: anv: libmesa_vulkan_common: add libmesa_util static dependency</li> 137</ul> 138 139<p>Samuel Pitoiset (1):</p> 140<ul> 141 <li>radv: fix allocating number of user sgprs if streamout is used</li> 142</ul> 143 144<p>Sergii Romantsov (1):</p> 145<ul> 146 <li>intel/dri: finish proper glthread</li> 147</ul> 148 149 150</div> 151</body> 152</html> 153