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.3 Release Notes / July 23, 2019</h1>
18
19<p>
20Mesa 19.1.3 is a bug fix release which fixes bugs found since the 19.1.2 release.
21</p>
22<p>
23Mesa 19.1.3 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>
33845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0  mesa-19.1.3.tar.xz
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=109203">Bug 109203</a> - [cfl dxvk] GPU Crash Launching Monopoly Plus (Iris Plus 655 / Wine + DXVK)</li>
46
47<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109524">Bug 109524</a> - &quot;Invalid glsl version in shading_language_version()&quot; when trying to run directX games using wine</li>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110309">Bug 110309</a> - [icl][bisected] regression on piglit arb_gpu_shader_int 64.execution.fs-ishl-then-* tests</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110663">Bug 110663</a> - threads_posix.h:96: undefined reference to `pthread_once'</li>
52
53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110955">Bug 110955</a> - Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()</li>
54
55<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111010">Bug 111010</a> - Cemu Shader Cache Corruption Displaying Solid Color After commit 11e16ca7ce0</li>
56
57<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111071">Bug 111071</a> - SPIR-V shader processing fails with message about &quot;extra dangling SSA sources&quot;</li>
58
59<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111075">Bug 111075</a> - Processing of SPIR-V shader causes device hang, sometimes leading to system reboot</li>
60
61<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111097">Bug 111097</a> - Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when window resizing</li>
62
63</ul>
64
65
66<h2>Changes</h2>
67
68<p>Bas Nieuwenhuizen (3):</p>
69<ul>
70  <li>radv: Handle cmask being disallowed by addrlib.</li>
71  <li>anv: Add android dependencies on android.</li>
72  <li>radv: Only save the descriptor set if we have one.</li>
73</ul>
74
75<p>Caio Marcelo de Oliveira Filho (2):</p>
76<ul>
77  <li>anv: Fix pool allocator when first alloc needs to grow</li>
78  <li>spirv: Fix stride calculation when lowering Workgroup to offsets</li>
79</ul>
80
81<p>Chia-I Wu (2):</p>
82<ul>
83  <li>anv: fix VkExternalBufferProperties for unsupported handles</li>
84  <li>anv: fix VkExternalBufferProperties for host allocation</li>
85</ul>
86
87<p>Connor Abbott (1):</p>
88<ul>
89  <li>nir: Add a helper to determine if an intrinsic can be reordered</li>
90</ul>
91
92<p>Dave Airlie (1):</p>
93<ul>
94  <li>radv: fix crash in shader tracing.</li>
95</ul>
96
97<p>Eric Anholt (1):</p>
98<ul>
99  <li>freedreno: Fix assertion failures in context setup in shader-db mode.</li>
100</ul>
101
102<p>Gert Wollny (1):</p>
103<ul>
104  <li>softpipe: Remove unused static function</li>
105</ul>
106
107<p>Ian Romanick (4):</p>
108<ul>
109  <li>intel/vec4: Reswizzle VF immediates too</li>
110  <li>nir: Add unit tests for nir_opt_comparison_pre</li>
111  <li>nir: Use nir_src_bit_size instead of alu1-&gt;dest.dest.ssa.bit_size</li>
112  <li>mesa: Set minimum possible GLSL version</li>
113</ul>
114
115<p>Jason Ekstrand (13):</p>
116<ul>
117  <li>nir/instr_set: Expose nir_instrs_equal()</li>
118  <li>nir/loop_analyze: Fix phi-of-identical-alu detection</li>
119  <li>nir: Add more helpers for working with const values</li>
120  <li>nir/loop_analyze: Handle bit sizes correctly in calculate_iterations</li>
121  <li>nir/loop_analyze: Bail if we encounter swizzles</li>
122  <li>anv: Set Stateless Data Port Access MOCS</li>
123  <li>nir/opt_if: Clean up single-src phis in opt_if_loop_terminator</li>
124  <li>nir,intel: Add support for lowering 64-bit nir_opt_extract_*</li>
125  <li>anv: Account for dynamic stencil write disables in the PMA fix</li>
126  <li>nir/regs_to_ssa: Handle regs in phi sources properly</li>
127  <li>nir/loop_analyze: Refactor detection of limit vars</li>
128  <li>nir: Add some helpers for chasing SSA values properly</li>
129  <li>nir/loop_analyze: Properly handle swizzles in loop conditions</li>
130</ul>
131
132<p>Juan A. Suarez Romero (2):</p>
133<ul>
134  <li>docs: add sha256 checksums for 19.1.2</li>
135  <li>Update version to 19.1.3</li>
136</ul>
137
138<p>Lepton Wu (1):</p>
139<ul>
140  <li>virgl: Set meta data for textures from handle.</li>
141</ul>
142
143<p>Lionel Landwerlin (6):</p>
144<ul>
145  <li>vulkan/overlay: fix command buffer stats</li>
146  <li>vulkan/overlay: fix crash on freeing NULL command buffer</li>
147  <li>anv: fix crash in vkCmdClearAttachments with unused attachment</li>
148  <li>vulkan/wsi: update swapchain status on vkQueuePresent</li>
149  <li>anv: report timestampComputeAndGraphics true</li>
150  <li>anv: fix format mapping for depth/stencil formats</li>
151</ul>
152
153<p>Marek Olšák (1):</p>
154<ul>
155  <li>radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangs</li>
156</ul>
157
158<p>Samuel Iglesias Gonsálvez (1):</p>
159<ul>
160  <li>anv: fix alphaToCoverage when there is no color attachment</li>
161</ul>
162
163<p>Samuel Pitoiset (1):</p>
164<ul>
165  <li>radv: fix VGT_GS_MODE if VS uses the primitive ID</li>
166</ul>
167
168<p>Sergii Romantsov (1):</p>
169<ul>
170  <li>meta: memory leak of CopyPixels usage</li>
171</ul>
172
173<p>Timothy Arceri (1):</p>
174<ul>
175  <li>mesa: save/restore SSO flag when using ARB_get_program_binary</li>
176</ul>
177
178<p>Vinson Lee (1):</p>
179<ul>
180  <li>meson: Add dep_thread dependency.</li>
181</ul>
182
183<p>Yevhenii Kolesnikov (1):</p>
184<ul>
185  <li>meta: leaking of BO with DrawPixels</li>
186</ul>
187
188
189</div>
190</body>
191</html>
192