docs/relnotes/19.3: fix vulkan version reported
[mesa.git] / docs / relnotes / 19.3.3.html
1
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <html lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <title>Mesa Release Notes</title>
7 <link rel="stylesheet" type="text/css" href="../mesa.css">
8 </head>
9 <body>
10
11 <div class="header">
12 <h1>The Mesa 3D Graphics Library</h1>
13 </div>
14
15 <iframe src="../contents.html"></iframe>
16 <div class="content">
17
18 <h1>Mesa 19.3.3 Release Notes / 2020-01-28</h1>
19
20 <p>
21 Mesa 19.3.3 is a bug fix release which fixes bugs found since the 19.3.2 release.
22 </p>
23 <p>
24 Mesa 19.3.3 implements the OpenGL 4.6 API, but the version reported by
25 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
26 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
27 Some drivers don't support all the features required in OpenGL 4.6. OpenGL
28 4.6 is <strong>only</strong> available if requested at context creation.
29 Compatibility contexts may report a lower version depending on each driver.
30 </p>
31 <p>
32 Mesa 19.3.3 implements the Vulkan 1.2 API, but the version reported by
33 the apiVersion property of the VkPhysicalDeviceProperties struct
34 depends on the particular driver being used.
35 </p>
36
37 <h2>SHA256 checksum</h2>
38 <pre>
39 81ce4810bb25d61300f8104856461f4d49cf7cb794aa70cb572312e370c39f09 mesa-19.3.3.tar.xz
40 </pre>
41
42
43 <h2>New features</h2>
44
45 <ul>
46 <li>None</li>
47 </ul>
48
49 <h2>Bug fixes</h2>
50
51 <ul>
52 <li>aco: Dead Rising 4 crashes in lower_to_hw_instr() on GFX6-GFX7</li>
53 <li>libvulkan_radeon.so crash with `free(): double free detected in tcache 2`</li>
54 <li>Commit be08e6a causes crash in com.android.launcher3 (Launcher)</li>
55 <li>Mesa no longer compiles with GCC 10</li>
56 <li>[bisected] [radeonsi] GPU hangs/resets while playing interlaced content on Kodi with VAAPI</li>
57 <li>[radeonsi] MSAA image not copied properly after image store through texture view</li>
58 <li>T-Rex and Manhattan onscreen performance issue on Android</li>
59 <li>VkSamplerCreateInfo compareEnable not respected</li>
60 <li>VkSamplerCreateInfo compareEnable not respected</li>
61 <li>Freedreno drm softpin driver implementation leaks memory</li>
62 <li>[POLARIS10] VRAM leak involving glTexImage2D with non-NULL data argument</li>
63 </ul>
64
65 <h2>Changes</h2>
66
67 <ul>
68 <p>Adam Jackson (1):</p>
69 <li> drisw: Cache the depth of the X drawable</li>
70 <p></p>
71 <p>Andrii Simiklit (1):</p>
72 <li> mesa/st: fix a memory leak in get_version</li>
73 <p></p>
74 <p>Bas Nieuwenhuizen (2):</p>
75 <li> radv: Disable VK_EXT_sample_locations on GFX10.</li>
76 <li> radv: Remove syncobj_handle variable in header.</li>
77 <p></p>
78 <p>Caio Marcelo de Oliveira Filho (1):</p>
79 <li> intel/fs: Only use SLM fence in compute shaders</li>
80 <p></p>
81 <p>Daniel Schürmann (2):</p>
82 <li> aco: fix unconditional demote_to_helper</li>
83 <li> aco: rework lower_to_cssa()</li>
84 <p></p>
85 <p>Dylan Baker (3):</p>
86 <li> docs: add SHA256 sums for 19.3.2</li>
87 <li> cherry-ignore: Update for 19.3.3</li>
88 <li> .pick_status.json: Update to c787b8d2a16d5e2950f209b1fcbec6e6c0388845</li>
89 <p></p>
90 <p>Eric Anholt (1):</p>
91 <li> mesa: Fix detection of invalidating both depth and stencil.</li>
92 <p></p>
93 <p>Eric Engestrom (1):</p>
94 <li> meson: use github URL for wraps instead of completely unreliable wrapdb</li>
95 <p></p>
96 <p>Erik Faye-Lund (8):</p>
97 <li> docs: fix typo in html tag name</li>
98 <li> docs: fix paragraphs</li>
99 <li> docs: open paragraph before closing it</li>
100 <li> docs: use code-tag instead of pre-tag</li>
101 <li> docs: use code-tags instead of pre-tags</li>
102 <li> docs: use code-tags instead of pre-tags</li>
103 <li> docs: move paragraph closing tag</li>
104 <li> docs: remove double-closed definition-list</li>
105 <p></p>
106 <p>Francisco Jerez (3):</p>
107 <li> glsl: Fix software 64-bit integer to 32-bit float conversions.</li>
108 <li> intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().</li>
109 <li> intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT message payload.</li>
110 <p></p>
111 <p>Hyunjun Ko (1):</p>
112 <li> turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY</li>
113 <p></p>
114 <p>Jan Vesely (1):</p>
115 <li> clover: Initialize Asm Parsers</li>
116 <p></p>
117 <p>Jason Ekstrand (8):</p>
118 <li> anv: Flag descriptors dirty when gl_NumWorkgroups is used</li>
119 <li> intel/vec4: Support scoped_memory_barrier</li>
120 <li> intel/blorp: Fill out all the dwords of MI_ATOMIC</li>
121 <li> anv: Don&#x27;t over-advertise descriptor indexing features</li>
122 <li> anv: Memset array properties</li>
123 <li> anv/blorp: Rename buffer image stride parameters</li>
124 <li> anv: Canonicalize buffer formats for image/buffer copies</li>
125 <li> anv: Stop allocating WSI event fences off the instance</li>
126 <p></p>
127 <p>Jonathan Marek (1):</p>
128 <li> st/mesa: don&#x27;t lower YUV when driver supports it natively</li>
129 <p></p>
130 <p>Kenneth Graunke (2):</p>
131 <li> intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image</li>
132 <li> intel: Fix aux map alignments on 32-bit builds.</li>
133 <p></p>
134 <p>Lasse Lopperi (1):</p>
135 <li> freedreno/drm: Fix memory leak in softpin implementation</li>
136 <p></p>
137 <p>Lionel Landwerlin (4):</p>
138 <li> anv: fix intel perf queries availability writes</li>
139 <li> anv: only use VkSamplerCreateInfo::compareOp if enabled</li>
140 <li> intel/perf: expose timestamp begin for mdapi</li>
141 <li> intel/perf: report query split for mdapi</li>
142 <p></p>
143 <p>Marek Olšák (4):</p>
144 <li> ac/gpu_info: always use distributed tessellation on gfx10</li>
145 <li> radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1</li>
146 <li> radeonsi: clean up how internal compute dispatches are handled</li>
147 <li> radeonsi: don&#x27;t invoke decompression inside internal launch_grid</li>
148 <p></p>
149 <p>Nataraj Deshpande (1):</p>
150 <li> egl/android: Restrict minimum triple buffering for android color_buffers</li>
151 <p></p>
152 <p>Pierre-Eric Pelloux-Prayer (8):</p>
153 <li> radeonsi: release saved resources in si_retile_dcc</li>
154 <li> radeonsi: release saved resources in si_compute_expand_fmask</li>
155 <li> radeonsi: release saved resources in si_compute_clear_render_target</li>
156 <li> radeonsi: release saved resources in si_compute_copy_image</li>
157 <li> radeonsi: release saved resources in si_compute_do_clear_or_copy</li>
158 <li> radeonsi: fix fmask expand compute shader</li>
159 <li> radeonsi: make sure fmask expand is done if needed</li>
160 <li> util: call bind_sampler_states before setting sampler_views</li>
161 <p></p>
162 <p>Rhys Perry (8):</p>
163 <li> aco: set vm for pos0 exports on GFX10</li>
164 <li> aco: fix imageSize()/textureSize() with large buffers on GFX8</li>
165 <li> aco: fix uninitialized data in the binary</li>
166 <li> aco: set exec_potentially_empty for demotes</li>
167 <li> aco: disable add combining for ds_swizzle_b32</li>
168 <li> aco: don&#x27;t DCE atomics with return values</li>
169 <li> aco: check if multiplication/clamp is live when applying output modifier</li>
170 <li> aco: fix off-by-one error when initializing sgpr_live_in</li>
171 <p></p>
172 <p>Samuel Pitoiset (2):</p>
173 <li> radv: only use VkSamplerCreateInfo::compareOp if enabled</li>
174 <li> radv: fix double free corruption in radv_alloc_memory()</li>
175 <p></p>
176 <p>Samuel Thibault (1):</p>
177 <li> meson: Do not require libdrm for DRI2 on hurd</li>
178 <p></p>
179 <p>Tapani Pälli (1):</p>
180 <li> egl/android: fix buffer_count for applications setting max count</li>
181 <p></p>
182 <p>Thong Thai (1):</p>
183 <li> mesa: Prevent _MaxLevel from being less than zero</li>
184 <p></p>
185 <p>Timur Kristóf (1):</p>
186 <li> aco/gfx10: Fix VcmpxExecWARHazard mitigation.</li>
187 <p></p>
188 <p></p>
189 </ul>
190
191 </div>
192 </body>
193 </html>