blob: 06743cc1e2afe99798e215e91c7ed44dcf9113bb [file] [log] [blame]
Emil Velikov22aaa742015-05-11 20:19:33 +01001<!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.5 Release Notes / May 11, 2015</h1>
18
19<p>
20Mesa 10.5.5 is a bug fix release which fixes bugs found since the 10.5.4 release.
21</p>
22<p>
23Mesa 10.5.5 implements the OpenGL 3.3 API, but the version reported by
24glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26Some drivers don't support all the features required in OpenGL 3.3. OpenGL
273.3 is <strong>only</strong> available if requested at context creation
28because compatibility contexts are not supported.
29</p>
30
31
32<h2>SHA256 checksums</h2>
33<pre>
34TBD
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=88521">Bug 88521</a> - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA</li>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89455">Bug 89455</a> - [NVC0/Gallium] Unigine Heaven black and white boxes</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89689">Bug 89689</a> - [Regression] Weston on DRM backend won't start with new version of mesa</li>
52
53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90130">Bug 90130</a> - gl_PrimitiveId seems to reset at 340</li>
54
55</ul>
56
57
58<h2>Changes</h2>
59
60<p>Boyan Ding (1):</p>
61<ul>
62 <li>i965: Add XRGB8888 format to intel_screen_make_configs</li>
63</ul>
64
65<p>Emil Velikov (3):</p>
66<ul>
67 <li>docs: Add sha256 sums for the 10.5.4 release</li>
68 <li>r300: do not link against libdrm_intel</li>
69 <li>Update version to 10.5.5</li>
70</ul>
71
72<p>Ilia Mirkin (4):</p>
73<ul>
74 <li>nvc0/ir: flush denorms to zero in non-compute shaders</li>
75 <li>gk110/ir: fix set with a register dest to not auto-set the abs flag</li>
76 <li>nvc0/ir: fix predicated PFETCH emission</li>
77 <li>nv50/ir: fix asFlow() const helper for OP_JOIN</li>
78</ul>
79
80<p>Kenneth Graunke (2):</p>
81<ul>
82 <li>i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.</li>
83 <li>i965: Disallow linear blits that are not cacheline aligned.</li>
84</ul>
85
86<p>Roland Scheidegger (1):</p>
87<ul>
88 <li>draw: fix prim ids when there's no gs</li>
89</ul>
90
91
92</div>
93</body>
94</html>