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.2.8 Release Notes / September 19, 2014</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 10.2.8 is a bug fix release which fixes bugs found since the 10.2.7 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 10.2.8 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<h2>SHA256 checksums</h2> 32b8e80941Smrg<pre> 33b8e80941Smrg4c5a25ccaf1a9734bbd10d62a1420cc8fd35a1060ce679f2fc846769a25fbeec MesaLib-10.2.8.tar.gz 34b8e80941Smrg1ef9ad3f241788d454f2ff8c9d65b6849dfc31c8fe91f70fd2930b81c8af1398 MesaLib-10.2.8.tar.bz2 35b8e80941Smrgd26218da3b44734b1d555267b4c63c48803c4c8b14d2bc53071be57014da37fa MesaLib-10.2.8.zip 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg<h2>New features</h2> 39b8e80941Smrg<p>None</p> 40b8e80941Smrg 41b8e80941Smrg<h2>Bug fixes</h2> 42b8e80941Smrg 43b8e80941Smrg<p>This list is likely incomplete.</p> 44b8e80941Smrg 45b8e80941Smrg<ul> 46b8e80941Smrg 47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77493">Bug 77493</a> - lp_test_arit fails with llvm >= llvm-3.5svn r206094</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82539">Bug 82539</a> - vmw_screen_dri.lo In file included from vmw_screen_dri.c:41: vmwgfx_drm.h:32:17: error: drm.h: No such file or directory</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82882">Bug 82882</a> - [swrast] piglit glsl-fs-uniform-bool-1 regression</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83432">Bug 83432</a> - r600_query.c:269:r600_emit_query_end: Assertion `ctx->num_pipelinestat_queries > 0' failed [Gallium HUD]</li> 54b8e80941Smrg 55b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83567">Bug 83567</a> - Mesa 10.2.6 does not compile with llvm 3.5</li> 56b8e80941Smrg 57b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83735">Bug 83735</a> - [mesa-10.2.x] broken with llvm-3.5 and old CPUs</li> 58b8e80941Smrg 59b8e80941Smrg</ul> 60b8e80941Smrg 61b8e80941Smrg<h2>Changes</h2> 62b8e80941Smrg<p>Aaron Watry (1):</p> 63b8e80941Smrg<ul> 64b8e80941Smrg <li>gallivm: Fix build after LLVM commit 211259</li> 65b8e80941Smrg</ul> 66b8e80941Smrg 67b8e80941Smrg<p>Christoph Bumiller (2):</p> 68b8e80941Smrg<ul> 69b8e80941Smrg <li>nv50/ir/util: fix BitSet issues</li> 70b8e80941Smrg <li>nvc0/ir: clarify recursion fix to finding first tex uses</li> 71b8e80941Smrg</ul> 72b8e80941Smrg 73b8e80941Smrg<p>Emil Velikov (3):</p> 74b8e80941Smrg<ul> 75b8e80941Smrg <li>docs: Add sha256 sums for the 10.2.7 release</li> 76b8e80941Smrg <li>configure: bail out if building svga without libdrm</li> 77b8e80941Smrg <li>Update VERSION to 10.2.8</li> 78b8e80941Smrg</ul> 79b8e80941Smrg 80b8e80941Smrg<p>Ilia Mirkin (4):</p> 81b8e80941Smrg<ul> 82b8e80941Smrg <li>nv50/ir: avoid array overrun when checking for supported mods</li> 83b8e80941Smrg <li>nouveau: only enable the depth test if there actually is a depth buffer</li> 84b8e80941Smrg <li>nouveau: only enable stencil func if the visual has stencil bits</li> 85b8e80941Smrg <li>nouveau: change internal variables to avoid conflicts with macro args</li> 86b8e80941Smrg</ul> 87b8e80941Smrg 88b8e80941Smrg<p>Jonathan Gray (1):</p> 89b8e80941Smrg<ul> 90b8e80941Smrg <li>configure.ac: strip _GNU_SOURCE from llvm-config output</li> 91b8e80941Smrg</ul> 92b8e80941Smrg 93b8e80941Smrg<p>José Fonseca (1):</p> 94b8e80941Smrg<ul> 95b8e80941Smrg <li>gallivm: Disable workaround for PR12833 on LLVM 3.2+.</li> 96b8e80941Smrg</ul> 97b8e80941Smrg 98b8e80941Smrg<p>Maarten Lankhorst (4):</p> 99b8e80941Smrg<ul> 100b8e80941Smrg <li>nouveau: re-allocate bo's on overflow</li> 101b8e80941Smrg <li>nouveau: fix MPEG4 hw decoding</li> 102b8e80941Smrg <li>nouveau: rework reference frame handling</li> 103b8e80941Smrg <li>nouveau: remove unneeded assert</li> 104b8e80941Smrg</ul> 105b8e80941Smrg 106b8e80941Smrg<p>Marek Olšák (3):</p> 107b8e80941Smrg<ul> 108b8e80941Smrg <li>r600g,radeonsi: make sure there's enough CS space before resuming queries</li> 109b8e80941Smrg <li>mesa: set UniformBooleanTrue = 1.0f by default</li> 110b8e80941Smrg <li>st/mesa: use 1.0f as boolean true on drivers without integer support</li> 111b8e80941Smrg</ul> 112b8e80941Smrg 113b8e80941Smrg<p>Richard Sandiford (1):</p> 114b8e80941Smrg<ul> 115b8e80941Smrg <li>gallivm: Fix uses of 2^24</li> 116b8e80941Smrg</ul> 117b8e80941Smrg 118b8e80941Smrg<p>Roland Scheidegger (1):</p> 119b8e80941Smrg<ul> 120b8e80941Smrg <li>gallivm: set mcpu when initializing llvm execution engine</li> 121b8e80941Smrg</ul> 122b8e80941Smrg 123b8e80941Smrg<p>Thomas Hellstrom (1):</p> 124b8e80941Smrg<ul> 125b8e80941Smrg <li>winsys/svga: Fix incorrect type usage in IOCTL v2</li> 126b8e80941Smrg</ul> 127b8e80941Smrg 128b8e80941Smrg</div> 129b8e80941Smrg</body> 130b8e80941Smrg</html> 131