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.1.10 Release Notes / September 25, 2017</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 17.1.10 is a bug fix release which fixes bugs found since the 17.1.9 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 17.1.10 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> 34b8e80941Smrga48ce6b643a728b2b0f926151930525b3670fbff1fb688527fd9051eab9f30a4 mesa-17.1.10.tar.gz 35b8e80941Smrgcbc0d681cc4df47d8deb5a36f45b420978128522fd665b2cd4c7096316f11bdb mesa-17.1.10.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg 43b8e80941Smrg<h2>Bug fixes</h2> 44b8e80941Smrg<ul> 45b8e80941Smrg 46b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102844">Bug 102844</a> - memory leak with glDeleteProgram for shader program type GL_COMPUTE_SHADER</li> 47b8e80941Smrg 48b8e80941Smrg</ul> 49b8e80941Smrg 50b8e80941Smrg 51b8e80941Smrg<h2>Changes</h2> 52b8e80941Smrg 53b8e80941Smrg<p>Alexandre Demers (1):</p> 54b8e80941Smrg<ul> 55b8e80941Smrg <li>osmesa: link with libunwind if enabled (v2)</li> 56b8e80941Smrg</ul> 57b8e80941Smrg 58b8e80941Smrg<p>Andres Gomez (12):</p> 59b8e80941Smrg<ul> 60b8e80941Smrg <li>docs: add sha256 checksums for 17.1.9</li> 61b8e80941Smrg <li>cherry-ignore: add "st/mesa: skip draw calls with pipe_draw_info::count == 0"</li> 62b8e80941Smrg <li>cherry-ignore: add "radv: use amdgpu_bo_va_op_raw."</li> 63b8e80941Smrg <li>cherry-ignore: add "radv: use simpler indirect packet 3 if possible."</li> 64b8e80941Smrg <li>cherry-ignore: add "radeonsi: don't always apply the PrimID instancing bug workaround on SI"</li> 65b8e80941Smrg <li>cherry-ignore: add "intel/eu/validate: Look up types on demand in execution_type()"</li> 66b8e80941Smrg <li>cherry-ignore: add "radv: gfx9 fixes"</li> 67b8e80941Smrg <li>cherry-ignore: add "radv/gfx9: set mip0-depth correctly for 2d arrays/3d images"</li> 68b8e80941Smrg <li>cherry-ignore: add "radv/gfx9: fix image resource handling."</li> 69b8e80941Smrg <li>cherry-ignore: add "docs/egl: remove reference to EGL_DRIVERS_PATH"</li> 70b8e80941Smrg <li>cherry-ignore: add "radv: Disable multilayer & multilevel DCC."</li> 71b8e80941Smrg <li>cherry-ignore: add "radv: Don't allocate CMASK for linear images."</li> 72b8e80941Smrg</ul> 73b8e80941Smrg 74b8e80941Smrg<p>Dave Airlie (2):</p> 75b8e80941Smrg<ul> 76b8e80941Smrg <li>radv/ac: bump params array for image atomic comp swap</li> 77b8e80941Smrg <li>st/glsl->tgsi: fix u64 to bool comparisons.</li> 78b8e80941Smrg</ul> 79b8e80941Smrg 80b8e80941Smrg<p>Emil Velikov (2):</p> 81b8e80941Smrg<ul> 82b8e80941Smrg <li>egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extension</li> 83b8e80941Smrg <li>automake: enable libunwind in `make distcheck'</li> 84b8e80941Smrg</ul> 85b8e80941Smrg 86b8e80941Smrg<p>Eric Anholt (3):</p> 87b8e80941Smrg<ul> 88b8e80941Smrg <li>broadcom/vc4: Fix use-after-free for flushing when writing to a texture.</li> 89b8e80941Smrg <li>broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.</li> 90b8e80941Smrg <li>broadcom/vc4: Fix use-after-free when deleting a program.</li> 91b8e80941Smrg</ul> 92b8e80941Smrg 93b8e80941Smrg<p>George Kyriazis (1):</p> 94b8e80941Smrg<ul> 95b8e80941Smrg <li>swr: invalidate attachment on transition change</li> 96b8e80941Smrg</ul> 97b8e80941Smrg 98b8e80941Smrg<p>Gert Wollny (2):</p> 99b8e80941Smrg<ul> 100b8e80941Smrg <li>travis: force llvm-3.3 for "make Gallium ST Other"</li> 101b8e80941Smrg <li>travis: Add libunwind-dev to gallium/make builds</li> 102b8e80941Smrg</ul> 103b8e80941Smrg 104b8e80941Smrg<p>Jason Ekstrand (1):</p> 105b8e80941Smrg<ul> 106b8e80941Smrg <li>i965/blorp: Set r8stencil_needs_update when writing stencil</li> 107b8e80941Smrg</ul> 108b8e80941Smrg 109b8e80941Smrg<p>Juan A. Suarez Romero (9):</p> 110b8e80941Smrg<ul> 111b8e80941Smrg <li>cherry-ignore: add "ac/surface: match Z and stencil tile config"</li> 112b8e80941Smrg <li>cherry-ignore: add "radv/nir: call opt_remove_phis after trivial continues."</li> 113b8e80941Smrg <li>cherry-ignore: add "amd/common: add workaround for cube map array layer clamping"</li> 114b8e80941Smrg <li>cherry-ignore: add "radeonsi: workaround for gather4 on integer cube maps"</li> 115b8e80941Smrg <li>cherry-ignore: add "Scons: Add LLVM 5.0 support"</li> 116b8e80941Smrg <li>cherry-ignore: add "ac/surface: handle S8 on gfx9"</li> 117b8e80941Smrg <li>cherry-ignore: add "radv: Check for GFX9 for 1D arrays in image_size intrinsic."</li> 118b8e80941Smrg <li>cherry-ignore: add "glsl/linker: fix output variable overlap check"</li> 119b8e80941Smrg <li>Update version to 17.1.10</li> 120b8e80941Smrg</ul> 121b8e80941Smrg 122b8e80941Smrg<p>Józef Kucia (1):</p> 123b8e80941Smrg<ul> 124b8e80941Smrg <li>anv: Fix descriptors copying</li> 125b8e80941Smrg</ul> 126b8e80941Smrg 127b8e80941Smrg<p>Matt Turner (2):</p> 128b8e80941Smrg<ul> 129b8e80941Smrg <li>util: Link libmesautil into u_atomic_test</li> 130b8e80941Smrg <li>util/u_atomic: Add implementation of __sync_val_compare_and_swap_8</li> 131b8e80941Smrg</ul> 132b8e80941Smrg 133b8e80941Smrg<p>Nicolai Hähnle (1):</p> 134b8e80941Smrg<ul> 135b8e80941Smrg <li>radeonsi: apply a mask to gl_SampleMaskIn in the PS prolog</li> 136b8e80941Smrg</ul> 137b8e80941Smrg 138b8e80941Smrg<p>Nicolai Hähnle (4):</p> 139b8e80941Smrg<ul> 140b8e80941Smrg <li>st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D index</li> 141b8e80941Smrg <li>amd/common: round cube array slice in ac_prepare_cube_coords</li> 142b8e80941Smrg <li>radeonsi: set MIP_POINT_PRECLAMP to 0</li> 143b8e80941Smrg <li>radeonsi: fix array textures layer coordinate</li> 144b8e80941Smrg</ul> 145b8e80941Smrg 146b8e80941Smrg<p>Tapani Pälli (1):</p> 147b8e80941Smrg<ul> 148b8e80941Smrg <li>mesa: free current ComputeProgram state in _mesa_free_context_data</li> 149b8e80941Smrg</ul> 150b8e80941Smrg 151b8e80941Smrg 152b8e80941Smrg 153b8e80941Smrg</div> 154b8e80941Smrg</body> 155b8e80941Smrg</html> 156