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 18.3.2 Release Notes / January 17, 2019</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 18.3.2 is a bug fix release which fixes bugs found since the 18.3.1 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 18.3.2 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 32b8e80941Smrg<h2>SHA256 checksums</h2> 33b8e80941Smrg<pre> 34b8e80941Smrg1cde4fafd40cd1ad4ee3a13b364b7a0175a08b7afdd127fb46f918c1e1dfd4b0 mesa-18.3.2.tar.gz 35b8e80941Smrgf7ce7181c07b6d8e0132da879af1729523a6c8aa87f79a9d59dfd064024cfb35 mesa-18.3.2.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg 43b8e80941Smrg<h2>Bug fixes</h2> 44b8e80941Smrg 45b8e80941Smrg<ul> 46b8e80941Smrg 47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106595">Bug 106595</a> - [RADV] Rendering distortions only when MSAA is enabled</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107728">Bug 107728</a> - Wrong background in Sascha Willem's Multisampling Demo</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108114">Bug 108114</a> - [vulkancts] new VK_KHR_16bit_storage tests fail.</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108116">Bug 108116</a> - [vulkancts] stencil partial clear tests fail.</li> 54b8e80941Smrg 55b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108624">Bug 108624</a> - [regression][bisected] "nir: Copy propagation between blocks" regression</li> 56b8e80941Smrg 57b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108910">Bug 108910</a> - Vkd3d test failure test_multisample_array_texture()</li> 58b8e80941Smrg 59b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108911">Bug 108911</a> - Vkd3d test failure test_clear_render_target_view()</li> 60b8e80941Smrg 61b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108943">Bug 108943</a> - Build fails on ppc64le with meson</li> 62b8e80941Smrg 63b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109072">Bug 109072</a> - GPU hang in blender 2.80</li> 64b8e80941Smrg 65b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109081">Bug 109081</a> - [bisected] [HSW] Regression in clipping.user_defined.clip_* vulkancts tests</li> 66b8e80941Smrg 67b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109151">Bug 109151</a> - [KBL-G][vulkan] dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_linear_mipmap_nearest_repeat failed verification.</li> 68b8e80941Smrg 69b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109202">Bug 109202</a> - nv50_ir.cpp:749:19: error: cannot use typeid with -fno-rtti</li> 70b8e80941Smrg 71b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109204">Bug 109204</a> - [regression, bisected] retroarch's crt-royale shader crash radv</li> 72b8e80941Smrg 73b8e80941Smrg</ul> 74b8e80941Smrg 75b8e80941Smrg 76b8e80941Smrg<h2>Changes</h2> 77b8e80941Smrg 78b8e80941Smrg<p>Alex Deucher (3):</p> 79b8e80941Smrg<ul> 80b8e80941Smrg <li>pci_ids: add new vega10 pci ids</li> 81b8e80941Smrg <li>pci_ids: add new vega20 pci id</li> 82b8e80941Smrg <li>pci_ids: add new VegaM pci id</li> 83b8e80941Smrg</ul> 84b8e80941Smrg 85b8e80941Smrg<p>Alexander von Gluck IV (1):</p> 86b8e80941Smrg<ul> 87b8e80941Smrg <li>egl/haiku: Fix reference to disp vs dpy</li> 88b8e80941Smrg</ul> 89b8e80941Smrg 90b8e80941Smrg<p>Andres Gomez (2):</p> 91b8e80941Smrg<ul> 92b8e80941Smrg <li>glsl: correct typo in GLSL compilation error message</li> 93b8e80941Smrg <li>glsl/linker: specify proper direction in location aliasing error</li> 94b8e80941Smrg</ul> 95b8e80941Smrg 96b8e80941Smrg<p>Axel Davy (3):</p> 97b8e80941Smrg<ul> 98b8e80941Smrg <li>st/nine: Fix volumetexture dtor on ctor failure</li> 99b8e80941Smrg <li>st/nine: Bind src not dst in nine_context_box_upload</li> 100b8e80941Smrg <li>st/nine: Add src reference to nine_context_range_upload</li> 101b8e80941Smrg</ul> 102b8e80941Smrg 103b8e80941Smrg<p>Bas Nieuwenhuizen (5):</p> 104b8e80941Smrg<ul> 105b8e80941Smrg <li>radv: Do a cache flush if needed before reading predicates.</li> 106b8e80941Smrg <li>radv: Implement buffer stores with less than 4 components.</li> 107b8e80941Smrg <li>anv/android: Do not reject storage images.</li> 108b8e80941Smrg <li>radv: Fix rasterization precision bits.</li> 109b8e80941Smrg <li>spirv: Fix matrix parameters in function calls.</li> 110b8e80941Smrg</ul> 111b8e80941Smrg 112b8e80941Smrg<p>Caio Marcelo de Oliveira Filho (3):</p> 113b8e80941Smrg<ul> 114b8e80941Smrg <li>nir: properly clear the entry sources in copy_prop_vars</li> 115b8e80941Smrg <li>nir: properly find the entry to keep in copy_prop_vars</li> 116b8e80941Smrg <li>nir: remove dead code from copy_prop_vars</li> 117b8e80941Smrg</ul> 118b8e80941Smrg 119b8e80941Smrg<p>Dave Airlie (2):</p> 120b8e80941Smrg<ul> 121b8e80941Smrg <li>radv/xfb: fix counter buffer bounds checks.</li> 122b8e80941Smrg <li>virgl/vtest: fix front buffer flush with protocol version 0.</li> 123b8e80941Smrg</ul> 124b8e80941Smrg 125b8e80941Smrg<p>Dylan Baker (6):</p> 126b8e80941Smrg<ul> 127b8e80941Smrg <li>meson: Fix ppc64 little endian detection</li> 128b8e80941Smrg <li>meson: Add support for gnu hurd</li> 129b8e80941Smrg <li>meson: Add toggle for glx-direct</li> 130b8e80941Smrg <li>meson: Override C++ standard to gnu++11 when building with altivec on ppc64</li> 131b8e80941Smrg <li>meson: Error out if building nouveau and using LLVM without rtti</li> 132b8e80941Smrg <li>autotools: Remove tegra vdpau driver</li> 133b8e80941Smrg</ul> 134b8e80941Smrg 135b8e80941Smrg<p>Emil Velikov (12):</p> 136b8e80941Smrg<ul> 137b8e80941Smrg <li>docs: add sha256 checksums for 18.3.1</li> 138b8e80941Smrg <li>bin/get-pick-list.sh: rework handing of sha nominations</li> 139b8e80941Smrg <li>bin/get-pick-list.sh: warn when commit lists invalid sha</li> 140b8e80941Smrg <li>cherry-ignore: meson: libfreedreno depends upon libdrm (for fence support)</li> 141b8e80941Smrg <li>glx: mandate xf86vidmode only for "drm" dri platforms</li> 142b8e80941Smrg <li>meson: don't require glx/egl/gbm with gallium drivers</li> 143b8e80941Smrg <li>pipe-loader: meson: reference correct library</li> 144b8e80941Smrg <li>TODO: glx: meson: build dri based glx tests, only with -Dglx=dri</li> 145b8e80941Smrg <li>glx: meson: drop includes from a link-only library</li> 146b8e80941Smrg <li>glx: meson: wire up the dispatch-index-check test</li> 147b8e80941Smrg <li>glx/test: meson: assorted include fixes</li> 148b8e80941Smrg <li>Update version to 18.3.2</li> 149b8e80941Smrg</ul> 150b8e80941Smrg 151b8e80941Smrg<p>Eric Anholt (6):</p> 152b8e80941Smrg<ul> 153b8e80941Smrg <li>v3d: Fix a leak of the transfer helper on screen destroy.</li> 154b8e80941Smrg <li>vc4: Fix a leak of the transfer helper on screen destroy.</li> 155b8e80941Smrg <li>v3d: Fix a leak of the disassembled instruction string during debug dumps.</li> 156b8e80941Smrg <li>v3d: Make sure that a thrsw doesn't split a multop from its umul24.</li> 157b8e80941Smrg <li>v3d: Add missing flagging of SYNCB as a TSY op.</li> 158b8e80941Smrg <li>gallium/ttn: Fix setup of outputs_written.</li> 159b8e80941Smrg</ul> 160b8e80941Smrg 161b8e80941Smrg<p>Erik Faye-Lund (2):</p> 162b8e80941Smrg<ul> 163b8e80941Smrg <li>virgl: wrap vertex element state in a struct</li> 164b8e80941Smrg <li>virgl: work around bad assumptions in virglrenderer</li> 165b8e80941Smrg</ul> 166b8e80941Smrg 167b8e80941Smrg<p>Francisco Jerez (5):</p> 168b8e80941Smrg<ul> 169b8e80941Smrg <li>intel/fs: Handle source modifiers in lower_integer_multiplication().</li> 170b8e80941Smrg <li>intel/fs: Implement quad swizzles on ICL+.</li> 171b8e80941Smrg <li>intel/fs: Fix bug in lower_simd_width while splitting an instruction which was already split.</li> 172b8e80941Smrg <li>intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.</li> 173b8e80941Smrg <li>intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.</li> 174b8e80941Smrg</ul> 175b8e80941Smrg 176b8e80941Smrg<p>Ian Romanick (2):</p> 177b8e80941Smrg<ul> 178b8e80941Smrg <li>i965/vec4/dce: Don't narrow the write mask if the flags are used</li> 179b8e80941Smrg <li>Revert "nir/lower_indirect: Bail early if modes == 0"</li> 180b8e80941Smrg</ul> 181b8e80941Smrg 182b8e80941Smrg<p>Jan Vesely (1):</p> 183b8e80941Smrg<ul> 184b8e80941Smrg <li>clover: Fix build after clang r348827</li> 185b8e80941Smrg</ul> 186b8e80941Smrg 187b8e80941Smrg<p>Jason Ekstrand (6):</p> 188b8e80941Smrg<ul> 189b8e80941Smrg <li>nir/constant_folding: Fix source bit size logic</li> 190b8e80941Smrg <li>intel/blorp: Be more conservative about copying clear colors</li> 191b8e80941Smrg <li>spirv: Handle any bit size in vector_insert/extract</li> 192b8e80941Smrg <li>anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsic</li> 193b8e80941Smrg <li>spirv: Sign-extend array indices</li> 194b8e80941Smrg <li>intel/peephole_ffma: Fix swizzle propagation</li> 195b8e80941Smrg</ul> 196b8e80941Smrg 197b8e80941Smrg<p>Karol Herbst (1):</p> 198b8e80941Smrg<ul> 199b8e80941Smrg <li>nv50/ir: fix use-after-free in ConstantFolding::visit</li> 200b8e80941Smrg</ul> 201b8e80941Smrg 202b8e80941Smrg<p>Kirill Burtsev (1):</p> 203b8e80941Smrg<ul> 204b8e80941Smrg <li>loader: free error state, when checking the drawable type</li> 205b8e80941Smrg</ul> 206b8e80941Smrg 207b8e80941Smrg<p>Lionel Landwerlin (5):</p> 208b8e80941Smrg<ul> 209b8e80941Smrg <li>anv: don't do partial resolve on layer > 0</li> 210b8e80941Smrg <li>i965: include draw_params/derived_draw_params for VF cache workaround</li> 211b8e80941Smrg <li>i965: add CS stall on VF invalidation workaround</li> 212b8e80941Smrg <li>anv: explictly specify format for blorp ccs/mcs op</li> 213b8e80941Smrg <li>anv: flush fast clear colors into compressed surfaces</li> 214b8e80941Smrg</ul> 215b8e80941Smrg 216b8e80941Smrg<p>Marek Olšák (1):</p> 217b8e80941Smrg<ul> 218b8e80941Smrg <li>st/mesa: don't leak pipe_surface if pipe_context is not current</li> 219b8e80941Smrg</ul> 220b8e80941Smrg 221b8e80941Smrg<p>Mario Kleiner (1):</p> 222b8e80941Smrg<ul> 223b8e80941Smrg <li>radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.</li> 224b8e80941Smrg</ul> 225b8e80941Smrg 226b8e80941Smrg<p>Nicolai Hähnle (1):</p> 227b8e80941Smrg<ul> 228b8e80941Smrg <li>meson: link LLVM 'native' component when LLVM is available</li> 229b8e80941Smrg</ul> 230b8e80941Smrg 231b8e80941Smrg<p>Rhys Perry (3):</p> 232b8e80941Smrg<ul> 233b8e80941Smrg <li>radv: don't set surf_index for stencil-only images</li> 234b8e80941Smrg <li>ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics</li> 235b8e80941Smrg <li>ac: split 16-bit ssbo loads that may not be dword aligned</li> 236b8e80941Smrg</ul> 237b8e80941Smrg 238b8e80941Smrg<p>Rob Clark (2):</p> 239b8e80941Smrg<ul> 240b8e80941Smrg <li>freedreno/drm: fix memory leak</li> 241b8e80941Smrg <li>mesa/st/nir: fix missing nir_compact_varyings</li> 242b8e80941Smrg</ul> 243b8e80941Smrg 244b8e80941Smrg<p>Samuel Pitoiset (1):</p> 245b8e80941Smrg<ul> 246b8e80941Smrg <li>radv: switch on EOP when primitive restart is enabled with triangle strips</li> 247b8e80941Smrg</ul> 248b8e80941Smrg 249b8e80941Smrg<p>Timothy Arceri (2):</p> 250b8e80941Smrg<ul> 251b8e80941Smrg <li>tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()</li> 252b8e80941Smrg <li>tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()</li> 253b8e80941Smrg</ul> 254b8e80941Smrg 255b8e80941Smrg<p>Vinson Lee (2):</p> 256b8e80941Smrg<ul> 257b8e80941Smrg <li>meson: Fix typo.</li> 258b8e80941Smrg <li>meson: Fix libsensors detection.</li> 259b8e80941Smrg</ul> 260b8e80941Smrg 261b8e80941Smrg 262b8e80941Smrg 263b8e80941Smrg</div> 264b8e80941Smrg</body> 265b8e80941Smrg</html> 266