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 10.5.2 Release Notes / March 28, 2015</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 10.5.2 is a bug fix release which fixes bugs found since the 10.5.1 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 10.5.2 implements the OpenGL 3.3 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 3.3. OpenGL 27b8e80941Smrg3.3 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> 34b8e80941Smrg755220e160a9f22fda0dffd47746f997b6e196d03f8edc390df7793aecaaa541 mesa-10.5.2.tar.gz 35b8e80941Smrg2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44 mesa-10.5.2.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg<h2>Bug fixes</h2> 43b8e80941Smrg 44b8e80941Smrg<p>This list is likely incomplete.</p> 45b8e80941Smrg 46b8e80941Smrg<ul> 47b8e80941Smrg 48b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88534">Bug 88534</a> - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined</li> 49b8e80941Smrg 50b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89328">Bug 89328</a> - python required to build Mesa release tarballs</li> 51b8e80941Smrg 52b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89530">Bug 89530</a> - FTBFS in loader: missing fstat</li> 53b8e80941Smrg 54b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89590">Bug 89590</a> - Crash in glLinkProgram with shaders with multiple constant arrays</li> 55b8e80941Smrg 56b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89680">Bug 89680</a> - Hard link exist in Mesa 10.5.1 sources</li> 57b8e80941Smrg 58b8e80941Smrg</ul> 59b8e80941Smrg 60b8e80941Smrg 61b8e80941Smrg<h2>Changes</h2> 62b8e80941Smrg 63b8e80941Smrg<p>Anuj Phogat (1):</p> 64b8e80941Smrg<ul> 65b8e80941Smrg <li>glsl: Generate link error for non-matching gl_FragCoord redeclarations</li> 66b8e80941Smrg</ul> 67b8e80941Smrg 68b8e80941Smrg<p>Emil Velikov (7):</p> 69b8e80941Smrg<ul> 70b8e80941Smrg <li>docs: Add sha256 sums for the 10.5.1 release</li> 71b8e80941Smrg <li>automake: add missing egl files to the tarball</li> 72b8e80941Smrg <li>st/egl: don't ship the dri2.c link at the tarball</li> 73b8e80941Smrg <li>loader: include <sys/stat.h> for non-sysfs builds</li> 74b8e80941Smrg <li>auxiliary/os: fix the android build - s/drm_munmap/os_munmap/</li> 75b8e80941Smrg <li>cherry-ignore: add commit non applicable for 10.5</li> 76b8e80941Smrg <li>Update version to 10.5.2</li> 77b8e80941Smrg</ul> 78b8e80941Smrg 79b8e80941Smrg<p>Felix Janda (1):</p> 80b8e80941Smrg<ul> 81b8e80941Smrg <li>c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default</li> 82b8e80941Smrg</ul> 83b8e80941Smrg 84b8e80941Smrg<p>Francisco Jerez (1):</p> 85b8e80941Smrg<ul> 86b8e80941Smrg <li>i965: Set nr_params to the number of uniform components in the VS/GS path.</li> 87b8e80941Smrg</ul> 88b8e80941Smrg 89b8e80941Smrg<p>Ilia Mirkin (2):</p> 90b8e80941Smrg<ul> 91b8e80941Smrg <li>freedreno/a3xx: use the same layer size for all slices</li> 92b8e80941Smrg <li>freedreno: fix slice pitch calculations</li> 93b8e80941Smrg</ul> 94b8e80941Smrg 95b8e80941Smrg<p>Marek Olšák (1):</p> 96b8e80941Smrg<ul> 97b8e80941Smrg <li>radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords</li> 98b8e80941Smrg</ul> 99b8e80941Smrg 100b8e80941Smrg<p>Mario Kleiner (2):</p> 101b8e80941Smrg<ul> 102b8e80941Smrg <li>glx: Handle out-of-sequence swap completion events correctly. (v2)</li> 103b8e80941Smrg <li>mapi: Make private copies of name strings provided by client.</li> 104b8e80941Smrg</ul> 105b8e80941Smrg 106b8e80941Smrg<p>Rob Clark (1):</p> 107b8e80941Smrg<ul> 108b8e80941Smrg <li>freedreno: update generated headers</li> 109b8e80941Smrg</ul> 110b8e80941Smrg 111b8e80941Smrg<p>Samuel Iglesias Gonsalvez (2):</p> 112b8e80941Smrg<ul> 113b8e80941Smrg <li>glsl: optimize (0 cmp x + y) into (-x cmp y).</li> 114b8e80941Smrg <li>configure: Introduce new output variable to ax_check_python_mako_module.m4</li> 115b8e80941Smrg</ul> 116b8e80941Smrg 117b8e80941Smrg<p>Tapani Pälli (1):</p> 118b8e80941Smrg<ul> 119b8e80941Smrg <li>glsl: fix names in lower_constant_arrays_to_uniforms</li> 120b8e80941Smrg</ul> 121b8e80941Smrg 122b8e80941Smrg<p>Tom Stellard (1):</p> 123b8e80941Smrg<ul> 124b8e80941Smrg <li>clover: Return 0 as storage size for local kernel args that are not set v2</li> 125b8e80941Smrg</ul> 126b8e80941Smrg 127b8e80941Smrg 128b8e80941Smrg</div> 129b8e80941Smrg</body> 130b8e80941Smrg</html> 131