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.0.5 Release Notes / June 3, 2018</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 18.0.5 is a bug fix release which fixes bugs found since the 18.0.4 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 18.0.5 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 28b8e80941Smrgbecause compatibility contexts are not supported. 29b8e80941Smrg</p> 30b8e80941Smrg 31b8e80941Smrg 32b8e80941Smrg<h2>SHA256 checksums</h2> 33b8e80941Smrg<pre> 34b8e80941Smrgea3e00329cea899b1e32db812fd2f426832be37e4baa2e2fd9288a3480f30531 mesa-18.0.5.tar.gz 35b8e80941Smrg5187bba8d72aea78f2062d134ec6079a508e8216062dce9ec9048b5eb2c4fc6b mesa-18.0.5.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=78097">Bug 78097</a> - glUniform1ui and friends not supported by display lists</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102390">Bug 102390</a> - centroid interpolation causes broken attribute values</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105351">Bug 105351</a> - [Gen6+] piglit's arb_shader_image_load_store-host-mem-barrier fails with a glGetTexSubImage fallback path</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106090">Bug 106090</a> - Compiling compute shader crashes RADV</li> 54b8e80941Smrg 55b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106315">Bug 106315</a> - The witness + dxvk suffers flickering garbage</li> 56b8e80941Smrg 57b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106465">Bug 106465</a> - No test for Image Load/Store on format-incompatible texture buffer</li> 58b8e80941Smrg 59b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106479">Bug 106479</a> - NDEBUG not defined for libamdgpu_addrlib</li> 60b8e80941Smrg 61b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106481">Bug 106481</a> - No test for Image Load/Store on texture buffer sized greater than MAX_TEXTURE_BUFFER_SIZE_ARB</li> 62b8e80941Smrg 63b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106504">Bug 106504</a> - vulkan SPIR-V parsing failed at ../src/compiler/spirv/vtn_cfg.c:381</li> 64b8e80941Smrg 65b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106587">Bug 106587</a> - Dota2 is very dark when using vulkan render on a Intel << AMD prime setup</li> 66b8e80941Smrg 67b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106629">Bug 106629</a> - [SNB,IVB,HSW,BDW] dEQP-EGL.functional.image.create.gles2_cubemap_negative_z_rgb_read_pixels</li> 68b8e80941Smrg 69b8e80941Smrg</ul> 70b8e80941Smrg 71b8e80941Smrg 72b8e80941Smrg<h2>Changes</h2> 73b8e80941Smrg 74b8e80941Smrg<p>Anuj Phogat (1):</p> 75b8e80941Smrg<ul> 76b8e80941Smrg <li>i965/glk: Add l3 banks count for 2x6 configuration</li> 77b8e80941Smrg</ul> 78b8e80941Smrg 79b8e80941Smrg<p>Bas Nieuwenhuizen (2):</p> 80b8e80941Smrg<ul> 81b8e80941Smrg <li>amd/addrlib: Use defines in autotools build.</li> 82b8e80941Smrg <li>radv: Fix SRGB compute copies.</li> 83b8e80941Smrg</ul> 84b8e80941Smrg 85b8e80941Smrg<p>Dave Airlie (1):</p> 86b8e80941Smrg<ul> 87b8e80941Smrg <li>tgsi/scan: add hw atomic to the list of memory accessing files</li> 88b8e80941Smrg</ul> 89b8e80941Smrg 90b8e80941Smrg<p>Francisco Jerez (4):</p> 91b8e80941Smrg<ul> 92b8e80941Smrg <li>Revert "mesa: simplify _mesa_is_image_unit_valid for buffers"</li> 93b8e80941Smrg <li>i965: Move buffer texture size calculation into a common helper function.</li> 94b8e80941Smrg <li>i965: Handle non-zero texture buffer offsets in buffer object range calculation.</li> 95b8e80941Smrg <li>i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.</li> 96b8e80941Smrg</ul> 97b8e80941Smrg 98b8e80941Smrg<p>Jan Vesely (1):</p> 99b8e80941Smrg<ul> 100b8e80941Smrg <li>eg/compute: Use reference counting to handle compute memory pool.</li> 101b8e80941Smrg</ul> 102b8e80941Smrg 103b8e80941Smrg<p>Jason Ekstrand (2):</p> 104b8e80941Smrg<ul> 105b8e80941Smrg <li>intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0</li> 106b8e80941Smrg <li>intel/blorp: Support blits and clears on surfaces with offsets</li> 107b8e80941Smrg</ul> 108b8e80941Smrg 109b8e80941Smrg<p>Jose Dapena Paz (1):</p> 110b8e80941Smrg<ul> 111b8e80941Smrg <li>mesa: do not leak ctx->Shader.ReferencedProgram references</li> 112b8e80941Smrg</ul> 113b8e80941Smrg 114b8e80941Smrg<p>Juan A. Suarez Romero (8):</p> 115b8e80941Smrg<ul> 116b8e80941Smrg <li>docs: add sha256 checksums for 18.0.4</li> 117b8e80941Smrg <li>cherry-ignore: i965/miptree: Fix handling of uninitialized MCS buffers</li> 118b8e80941Smrg <li>cherry-ignore: add explicit 18.1 only nominations</li> 119b8e80941Smrg <li>cherry-ignore: mesa/st: handle vert_attrib_mask in nir case too</li> 120b8e80941Smrg <li>cherry-ignore: Tegra is not supported</li> 121b8e80941Smrg <li>cherry-ignore: st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)</li> 122b8e80941Smrg <li>cherry-ignore: nv30: ensure that displayable formats are marked accordingly</li> 123b8e80941Smrg <li>Update version to 18.0.5</li> 124b8e80941Smrg</ul> 125b8e80941Smrg 126b8e80941Smrg<p>Marek Olšák (3):</p> 127b8e80941Smrg<ul> 128b8e80941Smrg <li>st/mesa: simplify lastLevel determination in st_finalize_texture</li> 129b8e80941Smrg <li>radeonsi: fix incorrect parentheses around VS-PS varying elimination</li> 130b8e80941Smrg <li>mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)</li> 131b8e80941Smrg</ul> 132b8e80941Smrg 133b8e80941Smrg<p>Michel Dänzer (1):</p> 134b8e80941Smrg<ul> 135b8e80941Smrg <li>dri3: Stricter SBC wraparound handling</li> 136b8e80941Smrg</ul> 137b8e80941Smrg 138b8e80941Smrg<p>Nanley Chery (1):</p> 139b8e80941Smrg<ul> 140b8e80941Smrg <li>i965/miptree: Zero-initialize CCS_D buffers</li> 141b8e80941Smrg</ul> 142b8e80941Smrg 143b8e80941Smrg<p>Samuel Pitoiset (2):</p> 144b8e80941Smrg<ul> 145b8e80941Smrg <li>spirv: fix visiting inner loops with same break/continue block</li> 146b8e80941Smrg <li>radv: fix centroid interpolation</li> 147b8e80941Smrg</ul> 148b8e80941Smrg 149b8e80941Smrg<p>Stuart Young (1):</p> 150b8e80941Smrg<ul> 151b8e80941Smrg <li>etnaviv: Fix missing rnndb file in tarballs</li> 152b8e80941Smrg</ul> 153b8e80941Smrg 154b8e80941Smrg<p>Timothy Arceri (1):</p> 155b8e80941Smrg<ul> 156b8e80941Smrg <li>mesa: add glUniform*ui{v} support to display lists</li> 157b8e80941Smrg</ul> 158b8e80941Smrg 159b8e80941Smrg 160b8e80941Smrg</div> 161b8e80941Smrg</body> 162b8e80941Smrg</html> 163