1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html lang="en"> 3<head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Mesa Release Notes</title> 6 <link rel="stylesheet" type="text/css" href="../mesa.css"> 7</head> 8<body> 9 10<div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12</div> 13 14<iframe src="../contents.html"></iframe> 15<div class="content"> 16 17<h1>Mesa 10.2.9 Release Notes / October 12, 2014</h1> 18 19<p> 20Mesa 10.2.9 is a bug fix release which fixes bugs found since the 10.2.8 release. 21This is the final planned release for the 10.2 branch. 22</p> 23<p> 24Mesa 10.2.9 implements the OpenGL 3.3 API, but the version reported by 25glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 26glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 27Some drivers don't support all the features required in OpenGL 3.3. OpenGL 283.3 is <strong>only</strong> available if requested at context creation 29because compatibility contexts are not supported. 30</p> 31 32<h2>SHA256 checksums</h2> 33<pre> 34f8d62857eed8f604a57710c58a8ffcfb8dab2dc4977ec27c956c7c4fd14032f6 MesaLib-10.2.9.tar.gz 35f6031f8b7113a92325b60635c504c510490eebb2e707119bbff7bd86aa34657d MesaLib-10.2.9.tar.bz2 3611c0ef4f3308fc29d9f15a77fd8f4842a946fce9e830250a1c95b171a446171a MesaLib-10.2.9.zip 37</pre> 38 39<h2>New features</h2> 40<p>None</p> 41 42<h2>Bug fixes</h2> 43 44<p>This list is likely incomplete.</p> 45 46<ul> 47 48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79462">Bug 79462</a> - [NVC0/Codegen] Shader compilation falis in spill logic</li> 49 50<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83570">Bug 83570</a> - Glyphy demo throws unhandled Integer division by zero exception</li> 51 52</ul> 53 54<h2>Changes</h2> 55<p>Andreas Pokorny (2):</p> 56<ul> 57 <li>egl/drm: expose KHR_image_pixmap extension</li> 58 <li>i915: Fix black buffers when importing prime fds</li> 59</ul> 60 61<p>Emil Velikov (2):</p> 62<ul> 63 <li>docs: Add sha256 sums for the 10.2.8 release</li> 64 <li>Update VERSION to 10.2.9</li> 65</ul> 66 67<p>Ilia Mirkin (1):</p> 68<ul> 69 <li>nv50/ir: avoid deleting pseudo instructions too early</li> 70</ul> 71 72<p>Marek Olšák (3):</p> 73<ul> 74 <li>radeonsi: release GS rings at context destruction</li> 75 <li>radeonsi: properly destroy the GS copy shader and scratch_bo for compute</li> 76 <li>st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables</li> 77</ul> 78 79<p>Roland Scheidegger (1):</p> 80<ul> 81 <li>gallivm: fix idiv</li> 82</ul> 83 84<p>Thomas Hellstrom (1):</p> 85<ul> 86 <li>st/xa: Fix regression in xa_yuv_planar_blit()</li> 87</ul> 88 89<p>Tom Stellard (1):</p> 90<ul> 91 <li>configure.ac: Compute LLVM_VERSION_PATCH using llvm-config</li> 92</ul> 93 94<p>rconde (1):</p> 95<ul> 96 <li>gallivm,tgsi: fix idiv by zero crash</li> 97</ul> 98 99</div> 100</body> 101</html> 102