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 17.2.4 Release Notes / October 30, 2017</h1> 18 19<p> 20Mesa 17.2.4 is a bug fix release which fixes bugs found since the 17.2.3 release. 21</p> 22<p> 23Mesa 17.2.4 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 28because compatibility contexts are not supported. 29</p> 30 31 32<h2>SHA256 checksums</h2> 33<pre> 34cb266edc5cf7226219ebaf556ca2e03dff282e0324d20afd80423a5754d1272c mesa-17.2.4.tar.gz 355ba408fecd6e1132e5490eec1a2f04466214e4c65c8b89b331be844768c2e550 mesa-17.2.4.tar.xz 36</pre> 37 38 39<h2>New features</h2> 40<p>None</p> 41 42 43<h2>Bug fixes</h2> 44<ul> 45 46<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102774">Bug 102774</a> - [BDW] [Bisected] Absolute constant buffers break VAAPI in mpv</li> 47 48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103388">Bug 103388</a> - Linking libcltgsi.la (llvm/codegen/libclllvm_la-common.lo) fails with "error: no match for 'operator-'" with GCC-7, Mesa from Git and current LLVM revisions</li> 49 50</ul> 51 52 53<h2>Changes</h2> 54<p>Andres Gomez (8):</p> 55<ul> 56 <li>cherry-ignore: configure.ac: rework llvm detection and handling</li> 57 <li>cherry-ignore: glsl: fix derived cs variables</li> 58 <li>cherry-ignore: added 17.3 nominations.</li> 59 <li>cherry-ignore: radv: Don't use vgpr indexing for outputs on GFX9.</li> 60 <li>cherry-ignore: radv: Disallow indirect outputs for GS on GFX9 as well.</li> 61 <li>cherry-ignore: mesa/bufferobj: don't double negate the range</li> 62 <li>cherry-ignore: broadcom/vc5: Propagate vc4 aliasing fix to vc5.</li> 63 <li>Update version to 17.2.4</li> 64</ul> 65 66<p>Bas Nieuwenhuizen (1):</p> 67<ul> 68 <li>ac/nir: Fix nir_texop_lod on GFX for 1D arrays.</li> 69</ul> 70 71<p>Dave Airlie (1):</p> 72<ul> 73 <li>radv/image: bump all the offset to uint64_t.</li> 74</ul> 75 76<p>Emil Velikov (1):</p> 77<ul> 78 <li>docs: add sha256 checksums for 17.2.3</li> 79</ul> 80 81<p>Henri Verbeet (1):</p> 82<ul> 83 <li>vulkan/wsi: Free the event in x11_manage_fifo_queues().</li> 84</ul> 85 86<p>Jan Vesely (1):</p> 87<ul> 88 <li>clover: Fix compilation after clang r315871</li> 89</ul> 90 91<p>Jason Ekstrand (4):</p> 92<ul> 93 <li>nir/intrinsics: Set the correct num_indices for load_output</li> 94 <li>intel/fs: Handle flag read/write aliasing in needs_src_copy</li> 95 <li>anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir</li> 96 <li>intel/eu: Use EXECUTE_1 for JMPI</li> 97</ul> 98 99<p>Kenneth Graunke (1):</p> 100<ul> 101 <li>i965: Revert absolute mode for constant buffer pointers.</li> 102</ul> 103 104<p>Marek Olšák (1):</p> 105<ul> 106 <li>Revert "mesa: fix texture updates for ATI_fragment_shader"</li> 107</ul> 108 109<p>Matthew Nicholls (1):</p> 110<ul> 111 <li>ac/nir: generate correct instruction for atomic min/max on unsigned images</li> 112</ul> 113 114<p>Michel Dänzer (1):</p> 115<ul> 116 <li>st/mesa: Initialize textures array in st_framebuffer_validate</li> 117</ul> 118 119<p>Samuel Pitoiset (1):</p> 120<ul> 121 <li>radv: add the draw count buffer to the list of buffers</li> 122</ul> 123 124<p>Stefan Schake (1):</p> 125<ul> 126 <li>broadcom/vc4: Fix aliasing issue</li> 127</ul> 128 129 130</div> 131</body> 132</html> 133