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.0.3 Release Notes / April 24, 2019</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 19.0.3 is a bug fix release which fixes bugs found since the l9.0.2 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 19.0.3 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> 34b8e80941Smrg59543ec3c9f8c72990e77887f13d1678cb6739e5d5f56abc21ebf9e772389c5e mesa-19.0.3.tar.gz 35b8e80941Smrgf027244e38dc309a4c12db45ef79be81ab62c797a50a88d566e4edb6159fc4d5 mesa-19.0.3.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg 41b8e80941Smrg<p>N/A</p> 42b8e80941Smrg 43b8e80941Smrg<h2>Bug fixes</h2> 44b8e80941Smrg 45b8e80941Smrg<ul> 46b8e80941Smrg 47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108879">Bug 108879</a> - [CIK] [regression] All opencl apps hangs indefinitely in si_create_context</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110201">Bug 110201</a> - [ivb] mesa 19.0.0 breaks rendering in kitty</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110356">Bug 110356</a> - install_megadrivers.py creates new dangling symlink [bisected]</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110441">Bug 110441</a> - [llvmpipe] complex-loop-analysis-bug regression</li> 54b8e80941Smrg 55b8e80941Smrg</ul> 56b8e80941Smrg 57b8e80941Smrg<h2>Changes</h2> 58b8e80941Smrg 59b8e80941Smrg<p>Andres Gomez (1):</p> 60b8e80941Smrg<ul> 61b8e80941Smrg <li>glsl/linker: location aliasing requires types to have the same width</li> 62b8e80941Smrg</ul> 63b8e80941Smrg 64b8e80941Smrg<p>Bas Nieuwenhuizen (1):</p> 65b8e80941Smrg<ul> 66b8e80941Smrg <li>ac: Move has_local_buffers disable to radeonsi.</li> 67b8e80941Smrg</ul> 68b8e80941Smrg 69b8e80941Smrg<p>Chia-I Wu (1):</p> 70b8e80941Smrg<ul> 71b8e80941Smrg <li>virgl: fix fence fd version check</li> 72b8e80941Smrg</ul> 73b8e80941Smrg 74b8e80941Smrg<p>Danylo Piliaiev (1):</p> 75b8e80941Smrg<ul> 76b8e80941Smrg <li>intel/compiler: Do not reswizzle dst if instruction writes to flag register</li> 77b8e80941Smrg</ul> 78b8e80941Smrg 79b8e80941Smrg<p>Dylan Baker (2):</p> 80b8e80941Smrg<ul> 81b8e80941Smrg <li>docs: Add sha256 sums for 19.0.2</li> 82b8e80941Smrg <li>Bump version for 19.0.3</li> 83b8e80941Smrg</ul> 84b8e80941Smrg 85b8e80941Smrg<p>Eric Anholt (1):</p> 86b8e80941Smrg<ul> 87b8e80941Smrg <li>nir: Fix deref offset calculation for structs.</li> 88b8e80941Smrg</ul> 89b8e80941Smrg 90b8e80941Smrg<p>Eric Engestrom (1):</p> 91b8e80941Smrg<ul> 92b8e80941Smrg <li>meson: remove meson-created megadrivers symlinks</li> 93b8e80941Smrg</ul> 94b8e80941Smrg 95b8e80941Smrg<p>Jason Ekstrand (2):</p> 96b8e80941Smrg<ul> 97b8e80941Smrg <li>anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7</li> 98b8e80941Smrg <li>anv: Add a #define for the max binding table size</li> 99b8e80941Smrg</ul> 100b8e80941Smrg 101b8e80941Smrg<p>Juan A. Suarez Romero (1):</p> 102b8e80941Smrg<ul> 103b8e80941Smrg <li>meson: Add dependency on genxml to anvil genfiles</li> 104b8e80941Smrg</ul> 105b8e80941Smrg 106b8e80941Smrg<p>Kenneth Graunke (2):</p> 107b8e80941Smrg<ul> 108b8e80941Smrg <li>glsl: Set location on structure-split sampler uniform variables</li> 109b8e80941Smrg <li>Revert "glsl: Set location on structure-split sampler uniform variables"</li> 110b8e80941Smrg</ul> 111b8e80941Smrg 112b8e80941Smrg<p>Lionel Landwerlin (2):</p> 113b8e80941Smrg<ul> 114b8e80941Smrg <li>anv: fix uninitialized pthread cond clock domain</li> 115b8e80941Smrg <li>intel/devinfo: fix missing num_thread_per_eu on ICL</li> 116b8e80941Smrg</ul> 117b8e80941Smrg 118b8e80941Smrg<p>Lubomir Rintel (2):</p> 119b8e80941Smrg<ul> 120b8e80941Smrg <li>gallivm: guess CPU features also on ARM</li> 121b8e80941Smrg <li>gallivm: disable NEON instructions if they are not supported</li> 122b8e80941Smrg</ul> 123b8e80941Smrg 124b8e80941Smrg<p>Marek Olšák (1):</p> 125b8e80941Smrg<ul> 126b8e80941Smrg <li>radeonsi: use CP DMA for the null const buffer clear on CIK</li> 127b8e80941Smrg</ul> 128b8e80941Smrg 129b8e80941Smrg<p>Rhys Perry (1):</p> 130b8e80941Smrg<ul> 131b8e80941Smrg <li>nir,ac/nir: fix cube_face_coord</li> 132b8e80941Smrg</ul> 133b8e80941Smrg 134b8e80941Smrg<p>Roland Scheidegger (1):</p> 135b8e80941Smrg<ul> 136b8e80941Smrg <li>gallivm: fix bogus assert in get_indirect_index</li> 137b8e80941Smrg</ul> 138b8e80941Smrg 139b8e80941Smrg<p>Samuel Pitoiset (2):</p> 140b8e80941Smrg<ul> 141b8e80941Smrg <li>ac/nir: only use the new raw/struct image atomic intrinsics with LLVM 9+</li> 142b8e80941Smrg <li>radv: do not load vertex attributes that are not provided by the pipeline</li> 143b8e80941Smrg</ul> 144b8e80941Smrg 145b8e80941Smrg 146b8e80941Smrg</div> 147b8e80941Smrg</body> 148b8e80941Smrg</html> 149