radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
[mesa.git] / docs / relnotes / 20.0.5.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 20.0.5 Release Notes / 2020-04-22</h1>
19
20 <p>
21 Mesa 20.0.5 is a bug fix release which fixes bugs found since the 20.0.4 release.
22 </p>
23 <p>
24 Mesa 20.0.5 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 20.0.5 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 2c56a82a28cc924e40ea49752abdf1d701c9952481f53cbc7a080271597f572e mesa-20.0.5.tar.xz
40 </pre>
41
42
43 <h2>New features</h2>
44
45 <ul>
46 </ul>
47
48 <h2>Bug fixes</h2>
49
50 <ul>
51 <li>nir: nir_lower_returns can&#x27;t handle nested loops</li>
52 <li>Graphic artifacts with Mesa 20.0.4 on intel HD 510 GPU</li>
53 <li>Mesa 20 regression makes Lightsprint demos crash</li>
54 <li>Build Fails with Clang Shared Library</li>
55 <li>dri_common.h:58:8: error: unknown type name &#x27;__GLXDRIdrawable&#x27;</li>
56 <li>Graphical glitches on Intel Graphics when Xorg started on Iris driver</li>
57 <li>SIGSEGV src/compiler/glsl/ast_function.cpp:53</li>
58 <li>manywin aborts with &quot;i965: Failed to submit batchbuffer: Invalid argument&quot;</li>
59 <li>manywin aborts with &quot;i965: Failed to submit batchbuffer: Invalid argument&quot;</li>
60 <li>manywin aborts with &quot;i965: Failed to submit batchbuffer: Invalid argument&quot;</li>
61 <li>manywin aborts with &quot;i965: Failed to submit batchbuffer: Invalid argument&quot;</li>
62 <li>v3d: transform feedback issue</li>
63 <li>radv: dEQP-VK.binding_model.descriptorset_random.sets4.noarray.ubolimitlow.sbolimitlow.imglimitlow.noiub.comp.noia.0 segfault</li>
64 <li>radv: RAVEN fails dEQP-VK.pipeline.timestamp.misc_tests.reset_query_before_copy</li>
65 <li>https://gitlab.freedesktop.org/mesa/mesa/-/issues/2727</li>
66 <li>enable storageBuffer16BitAccess feature in radv for SI and CIK</li>
67 <li>Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1</li>
68 <li>vaapi bob deinterlacer produces wrong output height on AMD</li>
69 </ul>
70
71 <h2>Changes</h2>
72
73 <ul>
74 <p>Arcady Goldmints-Orlov (1):</p>
75 <li> nir: Lower returns correctly inside nested loops</li>
76 <p></p>
77 <p>Bas Nieuwenhuizen (3):</p>
78 <li> radv: Store 64-bit availability bools if requested.</li>
79 <li> radv: Consider maximum sample distances for entire grid.</li>
80 <li> radv: Use correct buffer count with variable descriptor set sizes.</li>
81 <p></p>
82 <p>D Scott Phillips (1):</p>
83 <li> util/sparse_array: don&#x27;t stomp head&#x27;s counter on pop operations</li>
84 <p></p>
85 <p>Daniel Stone (1):</p>
86 <li> EGL: Add eglSetDamageRegionKHR to GLVND dispatch list</li>
87 <p></p>
88 <p>Danylo Piliaiev (1):</p>
89 <li> st/mesa: Update shader info of ffvp/ARB_vp after translation to NIR</li>
90 <p></p>
91 <p>Dave Airlie (2):</p>
92 <li> draw: free the NIR IR.</li>
93 <li> llvmpipe/nir: free the nir shader</li>
94 <p></p>
95 <p>Dylan Baker (6):</p>
96 <li> .pick_status.json: Update to 089e1fb287eb9b70c191091128ed5ba7edd2960a</li>
97 <li> .pick_status.json: Update to 65e2eaa4d3a7095ac438fafb09d1e36a4210966e</li>
98 <li> .pick_status.json: Update to 28d36d26c2212276e1238fad8f0b12caab97fee8</li>
99 <li> .pick_status.json: Update to acf7e73be54c7f1cc52fcc9be38a9df26849200e</li>
100 <li> .pick_status.json: Update to 13ce637f1b28381e72470763ff5e39dd3c562476</li>
101 <li> .pick_status.json: Update to c3c1f4d6bcc210408f8b180727d269838b38193b</li>
102 <p></p>
103 <p>Emil Velikov (4):</p>
104 <li> glx: set the loader_logger early and for everyone</li>
105 <li> egl/drm: reinstate (kms_)swrast support</li>
106 <li> Revert &quot;egl/dri2: Don&#x27;t dlclose() the driver on dri2_load_driver_common failure&quot;</li>
107 <li> glx: omit loader_loader() for macOS</li>
108 <p></p>
109 <p>Eric Anholt (1):</p>
110 <li> ci: Remove LLVM from ARM test drivers.</li>
111 <p></p>
112 <p>Eric Engestrom (1):</p>
113 <li> docs/relnotes: add sha256sum for 20.0.4</li>
114 <p></p>
115 <p>Hyunjun Ko (1):</p>
116 <li> nir: fix wrong assignment to buffer in xfb_varyings_info</li>
117 <p></p>
118 <p>Ilia Mirkin (1):</p>
119 <li> nv50: don&#x27;t try to upload MSAA settings for BUFFER textures</li>
120 <p></p>
121 <p>Jason Ekstrand (5):</p>
122 <li> anv/image: Use align_u64 for image offsets</li>
123 <li> nir/load_store_vectorize: Fix shared atomic info</li>
124 <li> spirv: Handle OOB vector extract operations</li>
125 <li> intel: Add _const versions of prog_data cast helpers</li>
126 <li> anv: Report correct SLM size</li>
127 <p></p>
128 <p>Jose Maria Casanova Crespo (1):</p>
129 <li> v3d: Primitive Counts Feedback needs an extra 32-bit padding.</li>
130 <p></p>
131 <p>Juan A. Suarez Romero (2):</p>
132 <li> intel/compiler: store the FS inputs in WM prog data</li>
133 <li> anv/pipeline: allow more than 16 FS inputs</li>
134 <p></p>
135 <p>Karol Herbst (2):</p>
136 <li> clover: fix build with single library clang build</li>
137 <li> Revert &quot;nvc0: fix line width on GM20x+&quot;</li>
138 <p></p>
139 <p>Lionel Landwerlin (7):</p>
140 <li> iris: properly free resources on BO allocation failure</li>
141 <li> iris: share buffer managers accross screens</li>
142 <li> iris: make resources take a ref on the screen object</li>
143 <li> i965: store DRM fd on intel_screen</li>
144 <li> i965: share buffer managers across screens</li>
145 <li> iris: drop cache coherent cpu mapping for external BO</li>
146 <li> util/sparse_free_list: manipulate node pointers using atomic primitives</li>
147 <p></p>
148 <p>Marek Olšák (1):</p>
149 <li> st/mesa: fix a crash due to passing a draw vertex shader into the driver</li>
150 <p></p>
151 <p>Mathias Fröhlich (1):</p>
152 <li> i965: Move down genX_upload_sbe in profiles.</li>
153 <p></p>
154 <p>Matt Turner (1):</p>
155 <li> meson: Specify the maximum required libdrm in dri.pc</li>
156 <p></p>
157 <p>Neil Armstrong (3):</p>
158 <li> gitlab-ci/lava: fix handling of lava tags</li>
159 <li> gitlab-ci: add FILES_HOST_URL and move FILES_HOST_NAME into jobs</li>
160 <li> gitlab-ci: re-enable mali400/450 and t820 jobs</li>
161 <p></p>
162 <p>Rhys Perry (1):</p>
163 <li> aco: fix 1D textureGrad() on GFX9</li>
164 <p></p>
165 <p>Rob Clark (1):</p>
166 <li> nir: fix definition of imadsh_mix16 for vectors</li>
167 <p></p>
168 <p>Rohan Garg (1):</p>
169 <li> ci: Split out radv build-testing on arm64</li>
170 <p></p>
171 <p>Samuel Pitoiset (9):</p>
172 <li> ac/nir: split 8-bit load/store to global memory on GFX6</li>
173 <li> ac/nir: split 8-bit SSBO stores on GFX6</li>
174 <li> radv/llvm: enable 8-bit storage features on GFX6-GFX7</li>
175 <li> ac/nir: split 16-bit load/store to global memory on GFX6</li>
176 <li> ac/nir: split 16-bit SSBO stores on GFX6</li>
177 <li> radv/llvm: enable 16-bit storage features on GFX6-GFX7</li>
178 <li> radv: do not abort with unknown/unimplemented descriptor types</li>
179 <li> radv/llvm: fix exporting the viewport index if the fragment shader needs it</li>
180 <li> aco: fix exporting the viewport index if the fragment shader needs it</li>
181 <p></p>
182 <p>Tapani Pälli (4):</p>
183 <li> mesa/st: unbind shader state before deleting it</li>
184 <li> mesa/st: release variants for active programs before unref</li>
185 <li> glsl: stop processing function parameters if error happened</li>
186 <li> mesa/st: initialize all winsys_handle fields for memory objects</li>
187 <p></p>
188 <p>Thong Thai (1):</p>
189 <li> gallium/auxiliary/vl: fix bob compute shaders for deint yuv</li>
190 <p></p>
191 <p>Timothy Arceri (1):</p>
192 <li> radeonsi: don&#x27;t lower constant arrays to uniforms in GLSL IR</li>
193 <p></p>
194 <p>Tobias Jakobi (1):</p>
195 <li> meson: Link Gallium Nine with ld_args_build_id</li>
196 <p></p>
197 <p>Tomeu Vizoso (2):</p>
198 <li> gitlab-ci: Place files from the Mesa repo into the build tarball</li>
199 <li> gitlab-ci: Serve files for LAVA via separate service</li>
200 <p></p>
201 <p>Vinson Lee (2):</p>
202 <li> swr/rasterizer: Use private functions for min/max to avoid namespace issues.</li>
203 <li> swr: Remove Byte Order Mark.</li>
204 <p></p>
205 <p>pal1000 (1):</p>
206 <li> scons/windows: Support build with LLVM 10.</li>
207 <p></p>
208 <p></p>
209 </ul>
210
211 </div>
212 </body>
213 </html>