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