1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html lang="en"> 3<head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Mesa Release Notes</title> 6 <link rel="stylesheet" type="text/css" href="../mesa.css"> 7</head> 8<body> 9 10<div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12</div> 13 14<iframe src="../contents.html"></iframe> 15<div class="content"> 16 17<h1>Mesa 19.1.1 Release Notes / June 25, 2019</h1> 18 19<p> 20Mesa 19.1.1 is a bug fix release which fixes bugs found since the 19.1.0 release. 21</p> 22<p> 23Mesa 19.1.1 implements the OpenGL 4.5 API, but the version reported by 24glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26Some drivers don't support all the features required in OpenGL 4.5. OpenGL 274.5 is <strong>only</strong> available if requested at context creation. 28Compatibility contexts may report a lower version depending on each driver. 29</p> 30 31<h2>SHA256 checksums</h2> 32<pre> 3372114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581 mesa-19.1.1.tar.xz 34</pre> 35 36 37<h2>New features</h2> 38<p>None</p> 39 40 41<h2>Bug fixes</h2> 42 43<ul> 44 45<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110709">Bug 110709</a> - g_glxglvnddispatchfuncs.c and glxglvnd.c fail to build with clang 8.0</li> 46 47<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110901">Bug 110901</a> - mesa-19.1.0/src/util/futex.h:82: use of out of scope variable ?</li> 48 49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110902">Bug 110902</a> - mesa-19.1.0/src/broadcom/compiler/vir_opt_redundant_flags.c:104]: (style) Same expression</li> 50 51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110921">Bug 110921</a> - virgl on OpenGL 3.3 host regressed to OpenGL 2.1</li> 52 53</ul> 54 55 56<h2>Changes</h2> 57 58<p>Alejandro Piñeiro (1):</p> 59<ul> 60 <li>v3d: fix checking twice auf flag</li> 61</ul> 62 63<p>Bas Nieuwenhuizen (5):</p> 64<ul> 65 <li>radv: Skip transitions coming from external queue.</li> 66 <li>radv: Decompress DCC when the image format is not allowed for buffers.</li> 67 <li>radv: Fix vulkan build in meson.</li> 68 <li>anv: Fix vulkan build in meson.</li> 69 <li>meson: Allow building radeonsi with just the android platform.</li> 70</ul> 71 72<p>Dave Airlie (1):</p> 73<ul> 74 <li>nouveau: fix frees in unsupported IR error paths.</li> 75</ul> 76 77<p>Eduardo Lima Mitev (1):</p> 78<ul> 79 <li>freedreno/a5xx: Fix indirect draw max_indices calculation</li> 80</ul> 81 82<p>Eric Engestrom (3):</p> 83<ul> 84 <li>util/futex: fix dangling pointer use</li> 85 <li>glx: fix glvnd pointer types</li> 86 <li>util/os_file: resize buffer to what was actually needed</li> 87</ul> 88 89<p>Gert Wollny (1):</p> 90<ul> 91 <li>virgl: Assume sRGB write control for older guest kernels or virglrenderer hosts</li> 92</ul> 93 94<p>Haihao Xiang (1):</p> 95<ul> 96 <li>i965: support UYVY for external import only</li> 97</ul> 98 99<p>Jason Ekstrand (1):</p> 100<ul> 101 <li>anv: Set STATE_BASE_ADDRESS upper bounds on gen7</li> 102</ul> 103 104<p>Juan A. Suarez Romero (2):</p> 105<ul> 106 <li>docs: Add SHA256 sums for 19.1.0</li> 107 <li>Update version to 19.1.1</li> 108</ul> 109 110<p>Kenneth Graunke (2):</p> 111<ul> 112 <li>glsl: Fix out of bounds read in shader_cache_read_program_metadata</li> 113 <li>iris: Fix iris_flush_and_dirty_history to actually dirty history.</li> 114</ul> 115 116<p>Kevin Strasser (2):</p> 117<ul> 118 <li>gallium/winsys/kms: Fix dumb buffer bpp</li> 119 <li>st/mesa: Add rgbx handling for fp formats</li> 120</ul> 121 122<p>Lionel Landwerlin (2):</p> 123<ul> 124 <li>anv: do not parse genxml data without INTEL_DEBUG=bat</li> 125 <li>intel/dump: fix segfault when the app hasn't accessed the device</li> 126</ul> 127 128<p>Mathias Fröhlich (1):</p> 129<ul> 130 <li>egl: Don't add hardware device if there is no render node v2.</li> 131</ul> 132 133<p>Richard Thier (1):</p> 134<ul> 135 <li>r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was added</li> 136</ul> 137 138<p>Rob Clark (1):</p> 139<ul> 140 <li>freedreno/a6xx: un-swap X24S8_UINT</li> 141</ul> 142 143<p>Samuel Pitoiset (4):</p> 144<ul> 145 <li>radv: fix occlusion queries on VegaM</li> 146 <li>radv: fix VK_EXT_memory_budget if one heap isn't available</li> 147 <li>radv: fix FMASK expand with SRGB formats</li> 148 <li>radv: disable viewport clamping even if FS doesn't write Z</li> 149</ul> 150 151 152</div> 153</body> 154</html> 155