Add release notes for the 10.5.8 release
[mesa.git] / docs / relnotes / 10.5.8.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.5.8 Release Notes / June 20, 2015</h1>
18
19 <p>
20 Mesa 10.5.8 is a bug fix release which fixes bugs found since the 10.5.7 release.
21 </p>
22 <p>
23 Mesa 10.5.8 implements the OpenGL 3.3 API, but the version reported by
24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26 Some drivers don't support all the features required in OpenGL 3.3. OpenGL
27 3.3 is <strong>only</strong> available if requested at context creation
28 because compatibility contexts are not supported.
29 </p>
30
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 TBD
35 </pre>
36
37
38 <h2>New features</h2>
39 <p>None</p>
40
41 <h2>Bug fixes</h2>
42
43 <p>This list is likely incomplete.</p>
44
45 <ul>
46
47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90310">Bug 90310</a> - Fails to build gallium_dri.so at linking stage with clang because of multiple redefinitions</li>
48
49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90347">Bug 90347</a> - [NVE0+] Failure to insert texbar under some circumstances (causing bad colors in Terasology)</li>
50
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90520">Bug 90520</a> - Register spilling clobbers registers used elsewhere in the shader</li>
52
53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">Bug 90905</a> - mesa: Finish subdir-objects transition</li>
54
55 </ul>
56
57
58 <h2>Changes</h2>
59
60 <p>Ben Widawsky (1):</p>
61 <ul>
62 <li>i965: Disable compaction for EOT send messages</li>
63 </ul>
64
65 <p>Boyan Ding (1):</p>
66 <ul>
67 <li>egl/x11: Set version of swrastLoader to 2</li>
68 </ul>
69
70 <p>Emil Velikov (2):</p>
71 <ul>
72 <li>docs: Add sha256sums for the 10.5.7 release</li>
73 <li>Update version to 10.5.8</li>
74 </ul>
75
76 <p>Erik Faye-Lund (1):</p>
77 <ul>
78 <li>mesa: build xmlconfig to a separate static library</li>
79 </ul>
80
81 <p>Francisco Jerez (1):</p>
82 <ul>
83 <li>i965: Don't compact instructions with unmapped bits.</li>
84 </ul>
85
86 <p>Ilia Mirkin (3):</p>
87 <ul>
88 <li>nvc0/ir: fix collection of first uses for texture barrier insertion</li>
89 <li>nv50,nvc0: clamp uniform size to 64k</li>
90 <li>nvc0/ir: can't have a join on a load with an indirect source</li>
91 </ul>
92
93 <p>Jason Ekstrand (1):</p>
94 <ul>
95 <li>i965/fs: Don't let the EOT send message interfere with the MRF hack</li>
96 </ul>
97
98 <p>Marek Olšák (1):</p>
99 <ul>
100 <li>egl: fix setting context flags</li>
101 </ul>
102
103 <p>Roland Scheidegger (1):</p>
104 <ul>
105 <li>draw: (trivial) fix NULL pointer dereference</li>
106 </ul>
107
108
109 </div>
110 </body>
111 </html>