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 | 611ddcfa3c1bf13f7e6ccac785c8749c3b74c9a78452bac70f8372cf6b209aa0 mesa-10.5.8.tar.gz
|
---|
35 | 2866b855c5299a4aed066338c77ff6467c389b2c30ada7647be8758663da2b54 mesa-10.5.8.tar.xz
|
---|
36 | </pre>
|
---|
37 |
|
---|
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=90310">Bug 90310</a> - Fails to build gallium_dri.so at linking stage with clang because of multiple redefinitions</li>
|
---|
49 |
|
---|
50 | <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>
|
---|
51 |
|
---|
52 | <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>
|
---|
53 |
|
---|
54 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">Bug 90905</a> - mesa: Finish subdir-objects transition</li>
|
---|
55 |
|
---|
56 | </ul>
|
---|
57 |
|
---|
58 |
|
---|
59 | <h2>Changes</h2>
|
---|
60 |
|
---|
61 | <p>Ben Widawsky (1):</p>
|
---|
62 | <ul>
|
---|
63 | <li>i965: Disable compaction for EOT send messages</li>
|
---|
64 | </ul>
|
---|
65 |
|
---|
66 | <p>Boyan Ding (1):</p>
|
---|
67 | <ul>
|
---|
68 | <li>egl/x11: Set version of swrastLoader to 2</li>
|
---|
69 | </ul>
|
---|
70 |
|
---|
71 | <p>Emil Velikov (2):</p>
|
---|
72 | <ul>
|
---|
73 | <li>docs: Add sha256sums for the 10.5.7 release</li>
|
---|
74 | <li>Update version to 10.5.8</li>
|
---|
75 | </ul>
|
---|
76 |
|
---|
77 | <p>Erik Faye-Lund (1):</p>
|
---|
78 | <ul>
|
---|
79 | <li>mesa: build xmlconfig to a separate static library</li>
|
---|
80 | </ul>
|
---|
81 |
|
---|
82 | <p>Francisco Jerez (1):</p>
|
---|
83 | <ul>
|
---|
84 | <li>i965: Don't compact instructions with unmapped bits.</li>
|
---|
85 | </ul>
|
---|
86 |
|
---|
87 | <p>Ilia Mirkin (3):</p>
|
---|
88 | <ul>
|
---|
89 | <li>nvc0/ir: fix collection of first uses for texture barrier insertion</li>
|
---|
90 | <li>nv50,nvc0: clamp uniform size to 64k</li>
|
---|
91 | <li>nvc0/ir: can't have a join on a load with an indirect source</li>
|
---|
92 | </ul>
|
---|
93 |
|
---|
94 | <p>Jason Ekstrand (1):</p>
|
---|
95 | <ul>
|
---|
96 | <li>i965/fs: Don't let the EOT send message interfere with the MRF hack</li>
|
---|
97 | </ul>
|
---|
98 |
|
---|
99 | <p>Marek Olšák (1):</p>
|
---|
100 | <ul>
|
---|
101 | <li>egl: fix setting context flags</li>
|
---|
102 | </ul>
|
---|
103 |
|
---|
104 | <p>Roland Scheidegger (1):</p>
|
---|
105 | <ul>
|
---|
106 | <li>draw: (trivial) fix NULL pointer dereference</li>
|
---|
107 | </ul>
|
---|
108 |
|
---|
109 |
|
---|
110 | </div>
|
---|
111 | </body>
|
---|
112 | </html>
|
---|