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 17.0.6 Release Notes / May 12, 2017</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 17.0.6 is a bug fix release which fixes bugs found since the 17.0.5 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 17.0.6 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> 34b8e80941Smrgf1b2497d553e9a584f0caa3a2d9d310e27ead15fb0af170da69f6e70fb5031cd mesa-17.0.6.tar.gz 35b8e80941Smrg89ecf3bcd0f18dcca5aaa42bf36bb52a2df33be89889f94aaaad91f7a504a69d mesa-17.0.6.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=98428">Bug 98428</a> - Undefined non-weak-symbol in dri-drivers</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100854">Bug 100854</a> - YUV to RGB Color Space Conversion result is not precise</li> 50b8e80941Smrg 51b8e80941Smrg</ul> 52b8e80941Smrg 53b8e80941Smrg 54b8e80941Smrg<h2>Changes</h2> 55b8e80941Smrg 56b8e80941Smrg<p>Adam Jackson (1):</p> 57b8e80941Smrg<ul> 58b8e80941Smrg <li>egl/platform/drm: Don't take display ownership until gbm is initialized</li> 59b8e80941Smrg</ul> 60b8e80941Smrg 61b8e80941Smrg<p>Andres Gomez (7):</p> 62b8e80941Smrg<ul> 63b8e80941Smrg <li>docs: add sha256 checksums for 17.0.5</li> 64b8e80941Smrg <li>travis: replace Trusty-based LLVM toolchain apt-get with apt addon</li> 65b8e80941Smrg <li>travis: add the possibility of using the txc-dxtn library</li> 66b8e80941Smrg <li>cherry-ignore: 17.1 nominations only</li> 67b8e80941Smrg <li>cherry-ignore: fix regression in descriptor set freeing.</li> 68b8e80941Smrg <li>cherry-ignore: rejected commits</li> 69b8e80941Smrg <li>Update version to 17.0.6</li> 70b8e80941Smrg</ul> 71b8e80941Smrg 72b8e80941Smrg<p>Ben Boeckel (1):</p> 73b8e80941Smrg<ul> 74b8e80941Smrg <li>scons: update for LLVM 4.0</li> 75b8e80941Smrg</ul> 76b8e80941Smrg 77b8e80941Smrg<p>Brian Paul (1):</p> 78b8e80941Smrg<ul> 79b8e80941Smrg <li>st/mesa: move duplicated st_ws_framebuffer() function into header file</li> 80b8e80941Smrg</ul> 81b8e80941Smrg 82b8e80941Smrg<p>Chad Versace (3):</p> 83b8e80941Smrg<ul> 84b8e80941Smrg <li>egl: Emit error when EGLSurface is lost</li> 85b8e80941Smrg <li>egl/android: Cancel any outstanding ANativeBuffer in surface destructor</li> 86b8e80941Smrg <li>egl/android: Mark surface as lost when dequeueBuffer fails</li> 87b8e80941Smrg</ul> 88b8e80941Smrg 89b8e80941Smrg<p>Christian Gmeiner (1):</p> 90b8e80941Smrg<ul> 91b8e80941Smrg <li>etnaviv: add L8A8_UNORM texture format</li> 92b8e80941Smrg</ul> 93b8e80941Smrg 94b8e80941Smrg<p>Dave Airlie (2):</p> 95b8e80941Smrg<ul> 96b8e80941Smrg <li>radv/wsi: report presentation error per image request</li> 97b8e80941Smrg <li>radv: enable POLARIS12 support.</li> 98b8e80941Smrg</ul> 99b8e80941Smrg 100b8e80941Smrg<p>Emil Velikov (21):</p> 101b8e80941Smrg<ul> 102b8e80941Smrg <li>travis: correct libdrm required regex to also track libdrm itself</li> 103b8e80941Smrg <li>travis: add nearly all gallium drivers to the list</li> 104b8e80941Smrg <li>travis: use both cores for make/make check</li> 105b8e80941Smrg <li>travis: bring the scons build on par with AppVeyor</li> 106b8e80941Smrg <li>travis: explicitly LD_LIBRARY_PATH the local libraries</li> 107b8e80941Smrg <li>travis: enable apt cache</li> 108b8e80941Smrg <li>travis: automatically manage ccache caching</li> 109b8e80941Smrg <li>travis: remove unused -dev packages</li> 110b8e80941Smrg <li>travis: rework "if test" blocks in the script section</li> 111b8e80941Smrg <li>travis: split out matrix from env</li> 112b8e80941Smrg <li>travis: add separate "scons" and "scons llvm" targets</li> 113b8e80941Smrg <li>travis: add "scons swr" to the build matrix</li> 114b8e80941Smrg <li>travis: add "make swr" to the build matrix</li> 115b8e80941Smrg <li>travis: split the make target to three separate ones</li> 116b8e80941Smrg <li>travis: model scons check target like the make one</li> 117b8e80941Smrg <li>travis: add Gallium state-tracker targets</li> 118b8e80941Smrg <li>travis: enable wayland support</li> 119b8e80941Smrg <li>travis: bump MAKEFLAGS to -j4</li> 120b8e80941Smrg <li>gallium/dri: always link against shared glapi</li> 121b8e80941Smrg <li>mesa/dri: always link against shared glapi</li> 122b8e80941Smrg <li>glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERING</li> 123b8e80941Smrg</ul> 124b8e80941Smrg 125b8e80941Smrg<p>Eric Anholt (1):</p> 126b8e80941Smrg<ul> 127b8e80941Smrg <li>nir: Pick just the channels we want for bitmap and drawpixels lowering.</li> 128b8e80941Smrg</ul> 129b8e80941Smrg 130b8e80941Smrg<p>Ilia Mirkin (1):</p> 131b8e80941Smrg<ul> 132b8e80941Smrg <li>gallium/targets: fix bool setting on BE architectures</li> 133b8e80941Smrg</ul> 134b8e80941Smrg 135b8e80941Smrg<p>Jason Ekstrand (1):</p> 136b8e80941Smrg<ul> 137b8e80941Smrg <li>anv/cmd_buffer: Use the device allocator for QueueSubmit</li> 138b8e80941Smrg</ul> 139b8e80941Smrg 140b8e80941Smrg<p>Johnson Lin (1):</p> 141b8e80941Smrg<ul> 142b8e80941Smrg <li>nir/lower_tex: Fix minor error in YUV color conversion matrix</li> 143b8e80941Smrg</ul> 144b8e80941Smrg 145b8e80941Smrg<p>Marek Olšák (2):</p> 146b8e80941Smrg<ul> 147b8e80941Smrg <li>radeonsi: adjust ESGS ring buffer size computation on VI</li> 148b8e80941Smrg <li>radeonsi: apply the tess+GS hang workaround to Polaris12 as well</li> 149b8e80941Smrg</ul> 150b8e80941Smrg 151b8e80941Smrg<p>Nicolai Hähnle (1):</p> 152b8e80941Smrg<ul> 153b8e80941Smrg <li>radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI</li> 154b8e80941Smrg</ul> 155b8e80941Smrg 156b8e80941Smrg<p>Philipp Zabel (3):</p> 157b8e80941Smrg<ul> 158b8e80941Smrg <li>renderonly: close transfer prime_fd</li> 159b8e80941Smrg <li>renderonly: drop resources on destroy</li> 160b8e80941Smrg <li>renderonly: use drmIoctl</li> 161b8e80941Smrg</ul> 162b8e80941Smrg 163b8e80941Smrg<p>Rhys Kidd (3):</p> 164b8e80941Smrg<ul> 165b8e80941Smrg <li>travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not apt addon</li> 166b8e80941Smrg <li>travis: Add radv vulkan driver to continuous integration</li> 167b8e80941Smrg <li>travis: Add radeonsi to continuous integration</li> 168b8e80941Smrg</ul> 169b8e80941Smrg 170b8e80941Smrg<p>Rob Clark (1):</p> 171b8e80941Smrg<ul> 172b8e80941Smrg <li>freedreno/a3xx: fix hang w/ large render targets and small gmem</li> 173b8e80941Smrg</ul> 174b8e80941Smrg 175b8e80941Smrg<p>Samuel Iglesias Gonsálvez (5):</p> 176b8e80941Smrg<ul> 177b8e80941Smrg <li>i965/vec4: fix vertical stride to avoid breaking region parameter rule</li> 178b8e80941Smrg <li>i965/vec4: fix register width for DF VGRF and UNIFORM</li> 179b8e80941Smrg <li>i965/vec4: don't modify regioning parameters to the sources of DF align1 instructions</li> 180b8e80941Smrg <li>anv: anv_gem_mmap() returns MAP_FAILED as mapping error</li> 181b8e80941Smrg <li>anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY on failure</li> 182b8e80941Smrg</ul> 183b8e80941Smrg 184b8e80941Smrg</div> 185b8e80941Smrg</body> 186b8e80941Smrg</html> 187