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