docs: Import 9.2.4 release notes, add news item.
[mesa.git] / docs / relnotes / 9.2.4.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 9.2.4 Release Notes / (November 27, 2013)</h1>
18
19 <p>
20 Mesa 9.2.4 is a bug fix release which fixes bugs found since the 9.2.3 release.
21 </p>
22 <p>
23 Mesa 9.2 implements the OpenGL 3.1 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.1. OpenGL
27 3.1 is <strong>only</strong> available if requested at context creation
28 because GL_ARB_compatibility is not supported.
29 </p>
30
31
32 <h2>MD5 checksums</h2>
33 <pre>
34 </pre>
35
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=53077">Bug 53077</a> - [IVB] Output error with msaa when both of framebuffer and source color's alpha are not 1</li>
47
48 <li>Fix freedreno to compile with recent libdrm.</li>
49
50 </ul>
51
52 <h2>Changes</h2>
53
54 <p>The full set of changes can be viewed by using the following GIT command:</p>
55
56 <pre>
57 git log mesa-9.2.3..mesa-9.2.4
58 </pre>
59
60 <p>Brian Paul (1):</p>
61 <ul>
62 <li>st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug</li>
63 </ul>
64
65 <p>Paul Berry (2):</p>
66 <ul>
67 <li>i965: Fix vertical alignment for multisampled buffers.</li>
68 <li>glsl: Fix lowering of direct assignment in lower_clip_distance.</li>
69 </ul>
70
71 <p>Rob Clark (17):</p>
72 <ul>
73 <li>freedreno/a3xx: fix color inversion on mem-&gt;gmem restore</li>
74 <li>freedreno/a3xx: fix viewport on gmem-&gt;mem resolve</li>
75 <li>freedreno: add debug option to disable scissor optimization</li>
76 <li>freedreno: update register headers</li>
77 <li>freedreno/a3xx: some texture fixes</li>
78 <li>freedreno/a3xx/compiler: fix CMP</li>
79 <li>freedreno/a3xx/compiler: handle saturate on dst</li>
80 <li>freedreno/a3xx/compiler: use max_reg rather than file_count</li>
81 <li>freedreno/a3xx/compiler: cat4 cannot use const reg as src</li>
82 <li>freedreno: fix segfault when no color buffer bound</li>
83 <li>freedreno/a3xx/compiler: make compiler errors more useful</li>
84 <li>freedreno/a3xx/compiler: bit of re-arrange/cleanup</li>
85 <li>freedreno/a3xx/compiler: fix SGT/SLT/etc</li>
86 <li>freedreno/a3xx: don't leak so much</li>
87 <li>freedreno/a3xx/compiler: better const handling</li>
88 <li>freedreno/a3xx/compiler: handle sync flags better</li>
89 <li>freedreno: updates for msm drm/kms driver</li>
90 </ul>
91
92 <p>Tapani Pälli (1):</p>
93 <ul>
94 <li>mesa: enable GL_TEXTURE_LOD_BIAS set/get</li>
95 </ul>
96
97 </div>
98 </body>
99 </html>