19.1.4.html revision b8e80941
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 19.1.4 Release Notes / August 7, 2019</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 19.1.4 is a bug fix release which fixes bugs found since the 19.1.3 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 19.1.4 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<h2>SHA256 checksums</h2> 32b8e80941Smrg<pre> 33b8e80941Smrga6d268a7d9edcfd92b6da80f2e34e6e0a7baaa442efbeba2fc66c404943c6bfb mesa-19.1.4.tar.xz 34b8e80941Smrg</pre> 35b8e80941Smrg 36b8e80941Smrg 37b8e80941Smrg<h2>New features</h2> 38b8e80941Smrg<p>None</p> 39b8e80941Smrg 40b8e80941Smrg 41b8e80941Smrg<h2>Bug fixes</h2> 42b8e80941Smrg 43b8e80941Smrg<ul> 44b8e80941Smrg 45b8e80941Smrg<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> 46b8e80941Smrg 47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109524">Bug 109524</a> - "Invalid glsl version in shading_language_version()" when trying to run directX games using wine</li> 48b8e80941Smrg 49b8e80941Smrg<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> 50b8e80941Smrg 51b8e80941Smrg<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> 52b8e80941Smrg 53b8e80941Smrg<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> 54b8e80941Smrg 55b8e80941Smrg<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> 56b8e80941Smrg 57b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=111071">Bug 111071</a> - SPIR-V shader processing fails with message about "extra dangling SSA sources"</li> 58b8e80941Smrg 59b8e80941Smrg<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> 60b8e80941Smrg 61b8e80941Smrg<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> 62b8e80941Smrg 63b8e80941Smrg</ul> 64b8e80941Smrg 65b8e80941Smrg 66b8e80941Smrg<h2>Changes</h2> 67b8e80941Smrg 68b8e80941Smrg<p>Andres Rodriguez (1):</p> 69b8e80941Smrg<ul> 70b8e80941Smrg <li>radv: fix queries with WAIT_BIT returning VK_NOT_READY</li> 71b8e80941Smrg</ul> 72b8e80941Smrg 73b8e80941Smrg<p>Andrii Simiklit (2):</p> 74b8e80941Smrg<ul> 75b8e80941Smrg <li>intel/compiler: don't use a keyword struct for a class fs_reg</li> 76b8e80941Smrg <li>meson: add a warning for meson < 0.46.0</li> 77b8e80941Smrg</ul> 78b8e80941Smrg 79b8e80941Smrg<p>Arcady Goldmints-Orlov (1):</p> 80b8e80941Smrg<ul> 81b8e80941Smrg <li>anv: report HOST_ALLOCATION as supported for images</li> 82b8e80941Smrg</ul> 83b8e80941Smrg 84b8e80941Smrg<p>Bas Nieuwenhuizen (3):</p> 85b8e80941Smrg<ul> 86b8e80941Smrg <li>radv: Set correct metadata size for GFX9+.</li> 87b8e80941Smrg <li>radv: Take variable descriptor counts into account for buffer entries.</li> 88b8e80941Smrg <li>radv: Fix descriptor set allocation failure.</li> 89b8e80941Smrg</ul> 90b8e80941Smrg 91b8e80941Smrg<p>Boyuan Zhang (4):</p> 92b8e80941Smrg<ul> 93b8e80941Smrg <li>radeon/uvd: fix poc for hevc encode</li> 94b8e80941Smrg <li>radeon/vcn: fix poc for hevc encode</li> 95b8e80941Smrg <li>radeon/uvd: enable rate control for hevc encoding</li> 96b8e80941Smrg <li>radeon/vcn: enable rate control for hevc encoding</li> 97b8e80941Smrg</ul> 98b8e80941Smrg 99b8e80941Smrg<p>Caio Marcelo de Oliveira Filho (1):</p> 100b8e80941Smrg<ul> 101b8e80941Smrg <li>anv: Remove special allocation for anv_push_constants</li> 102b8e80941Smrg</ul> 103b8e80941Smrg 104b8e80941Smrg<p>Connor Abbott (1):</p> 105b8e80941Smrg<ul> 106b8e80941Smrg <li>nir: Allow qualifiers on copy_deref and image instructions</li> 107b8e80941Smrg</ul> 108b8e80941Smrg 109b8e80941Smrg<p>Daniel Schürmann (1):</p> 110b8e80941Smrg<ul> 111b8e80941Smrg <li>spirv: Fix order of barriers in SpvOpControlBarrier</li> 112b8e80941Smrg</ul> 113b8e80941Smrg 114b8e80941Smrg<p>Dave Airlie (1):</p> 115b8e80941Smrg<ul> 116b8e80941Smrg <li>st/nir: fix arb fragment stage conversion</li> 117b8e80941Smrg</ul> 118b8e80941Smrg 119b8e80941Smrg<p>Dylan Baker (1):</p> 120b8e80941Smrg<ul> 121b8e80941Smrg <li>meson: allow building all glx without any drivers</li> 122b8e80941Smrg</ul> 123b8e80941Smrg 124b8e80941Smrg<p>Emil Velikov (1):</p> 125b8e80941Smrg<ul> 126b8e80941Smrg <li>egl/drm: ensure the backing gbm is set before using it</li> 127b8e80941Smrg</ul> 128b8e80941Smrg 129b8e80941Smrg<p>Eric Anholt (1):</p> 130b8e80941Smrg<ul> 131b8e80941Smrg <li>freedreno: Fix data races with allocating/freeing struct ir3.</li> 132b8e80941Smrg</ul> 133b8e80941Smrg 134b8e80941Smrg<p>Eric Engestrom (5):</p> 135b8e80941Smrg<ul> 136b8e80941Smrg <li>nir: don't return void</li> 137b8e80941Smrg <li>util: fix no-op macro (bad number of arguments)</li> 138b8e80941Smrg <li>gallium+mesa: fix tgsi_semantic array type</li> 139b8e80941Smrg <li>scons+meson: suppress spammy build warning on MacOS</li> 140b8e80941Smrg <li>nir: remove explicit nir_intrinsic_index_flag values</li> 141b8e80941Smrg</ul> 142b8e80941Smrg 143b8e80941Smrg<p>Francisco Jerez (1):</p> 144b8e80941Smrg<ul> 145b8e80941Smrg <li>intel/ir: Fix CFG corruption in opt_predicated_break().</li> 146b8e80941Smrg</ul> 147b8e80941Smrg 148b8e80941Smrg<p>Ilia Mirkin (4):</p> 149b8e80941Smrg<ul> 150b8e80941Smrg <li>gallium/vl: fix compute tgsi shaders to not process undefined components</li> 151b8e80941Smrg <li>nv50,nvc0: update sampler/view bind functions to accept NULL array</li> 152b8e80941Smrg <li>nvc0: allow a non-user buffer to be bound at position 0</li> 153b8e80941Smrg <li>nv50/ir: handle insn not being there for definition of CVT arg</li> 154b8e80941Smrg</ul> 155b8e80941Smrg 156b8e80941Smrg<p>Jason Ekstrand (6):</p> 157b8e80941Smrg<ul> 158b8e80941Smrg <li>intel/fs: Stop stack allocating large arrays</li> 159b8e80941Smrg <li>anv: Disable transform feedback on gen7</li> 160b8e80941Smrg <li>isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSW</li> 161b8e80941Smrg <li>anv: Don't claim support for 24 and 48-bit formats on IVB</li> 162b8e80941Smrg <li>intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7</li> 163b8e80941Smrg <li>intel/fs: Implement quad_swap_horizontal with a swizzle on gen7</li> 164b8e80941Smrg</ul> 165b8e80941Smrg 166b8e80941Smrg<p>Juan A. Suarez Romero (2):</p> 167b8e80941Smrg<ul> 168b8e80941Smrg <li>docs: add sha256 checksums for 19.1.3</li> 169b8e80941Smrg <li>Update version to 19.1.4</li> 170b8e80941Smrg</ul> 171b8e80941Smrg 172b8e80941Smrg<p>Kenneth Graunke (4):</p> 173b8e80941Smrg<ul> 174b8e80941Smrg <li>mesa: Fix ReadBuffers with pbuffers</li> 175b8e80941Smrg <li>egl: Quiet warning about front buffer rendering for pixmaps/pbuffers</li> 176b8e80941Smrg <li>egl: Make the 565 pbuffer-only config single buffered.</li> 177b8e80941Smrg <li>egl: Only expose 565 pbuffer configs if X can export them as DRI3 images</li> 178b8e80941Smrg</ul> 179b8e80941Smrg 180b8e80941Smrg<p>Lionel Landwerlin (5):</p> 181b8e80941Smrg<ul> 182b8e80941Smrg <li>anv: fix use of comma operator</li> 183b8e80941Smrg <li>nir: add access to image_deref intrinsics</li> 184b8e80941Smrg <li>spirv: wrap push ssa/pointer values</li> 185b8e80941Smrg <li>spirv: propagate access qualifiers through ssa & pointer</li> 186b8e80941Smrg <li>spirv: don't discard access set by vtn_pointer_dereference</li> 187b8e80941Smrg</ul> 188b8e80941Smrg 189b8e80941Smrg<p>Mark Menzynski (1):</p> 190b8e80941Smrg<ul> 191b8e80941Smrg <li>nvc0/ir: Fix assert accessing null pointer</li> 192b8e80941Smrg</ul> 193b8e80941Smrg 194b8e80941Smrg<p>Nataraj Deshpande (1):</p> 195b8e80941Smrg<ul> 196b8e80941Smrg <li>egl/android: Update color_buffers querying for buffer age</li> 197b8e80941Smrg</ul> 198b8e80941Smrg 199b8e80941Smrg<p>Nicolas Dufresne (1):</p> 200b8e80941Smrg<ul> 201b8e80941Smrg <li>egl: Also query modifiers when exporting DMABuf</li> 202b8e80941Smrg</ul> 203b8e80941Smrg 204b8e80941Smrg<p>Rhys Perry (1):</p> 205b8e80941Smrg<ul> 206b8e80941Smrg <li>ac/nir: fix txf_ms with an offset</li> 207b8e80941Smrg</ul> 208b8e80941Smrg 209b8e80941Smrg<p>Samuel Pitoiset (1):</p> 210b8e80941Smrg<ul> 211b8e80941Smrg <li>radv: fix crash in vkCmdClearAttachments with unused attachment</li> 212b8e80941Smrg</ul> 213b8e80941Smrg 214b8e80941Smrg<p>Tapani Pälli (1):</p> 215b8e80941Smrg<ul> 216b8e80941Smrg <li>mesa: add glsl_type ref to one_time_init and decref to atexit</li> 217b8e80941Smrg</ul> 218b8e80941Smrg 219b8e80941Smrg<p>Yevhenii Kolesnikov (1):</p> 220b8e80941Smrg<ul> 221b8e80941Smrg <li>main: Fix memleaks in mesa_use_program</li> 222b8e80941Smrg</ul> 223b8e80941Smrg 224b8e80941Smrg 225b8e80941Smrg</div> 226b8e80941Smrg</body> 227b8e80941Smrg</html> 228