Add release notes for the 10.2.9 release
[mesa.git] / docs / relnotes / 10.2.9.html
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>
20 Mesa 10.2.9 is a bug fix release which fixes bugs found since the 10.2.8 release.
21 This is the final planned release for the 10.2 branch.
22 </p>
23 <p>
24 Mesa 10.2.9 implements the OpenGL 3.3 API, but the version reported by
25 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
26 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
27 Some drivers don't support all the features required in OpenGL 3.3. OpenGL
28 3.3 is <strong>only</strong> available if requested at context creation
29 because compatibility contexts are not supported.
30 </p>
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 TBD
35 </pre>
36
37 <h2>New features</h2>
38 <p>None</p>
39
40 <h2>Bug fixes</h2>
41
42 <p>This list is likely incomplete.</p>
43
44 <ul>
45
46 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79462">Bug 79462</a> - [NVC0/Codegen] Shader compilation falis in spill logic</li>
47
48 <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>
49
50 </ul>
51
52 <h2>Changes</h2>
53 <p>Andreas Pokorny (2):</p>
54 <ul>
55 <li>egl/drm: expose KHR_image_pixmap extension</li>
56 <li>i915: Fix black buffers when importing prime fds</li>
57 </ul>
58
59 <p>Emil Velikov (2):</p>
60 <ul>
61 <li>docs: Add sha256 sums for the 10.2.8 release</li>
62 <li>Update VERSION to 10.2.9</li>
63 </ul>
64
65 <p>Ilia Mirkin (1):</p>
66 <ul>
67 <li>nv50/ir: avoid deleting pseudo instructions too early</li>
68 </ul>
69
70 <p>Marek Olšák (3):</p>
71 <ul>
72 <li>radeonsi: release GS rings at context destruction</li>
73 <li>radeonsi: properly destroy the GS copy shader and scratch_bo for compute</li>
74 <li>st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables</li>
75 </ul>
76
77 <p>Roland Scheidegger (1):</p>
78 <ul>
79 <li>gallivm: fix idiv</li>
80 </ul>
81
82 <p>Thomas Hellstrom (1):</p>
83 <ul>
84 <li>st/xa: Fix regression in xa_yuv_planar_blit()</li>
85 </ul>
86
87 <p>Tom Stellard (1):</p>
88 <ul>
89 <li>configure.ac: Compute LLVM_VERSION_PATCH using llvm-config</li>
90 </ul>
91
92 <p>rconde (1):</p>
93 <ul>
94 <li>gallivm,tgsi: fix idiv by zero crash</li>
95 </ul>
96
97 </div>
98 </body>
99 </html>