blob: 23c903e9ddcb85c0ceefa5432b5c2b89ecdbe5cf [file] [log] [blame]
Juan A. Suarez Romero6c06d4e2018-05-07 10:19:36 +00001<!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 18.0.3 Release Notes / May 7, 2018</h1>
18
19<p>
20Mesa 18.0.3 is a bug fix release which fixes bugs found since the 18.0.2 release.
21</p>
22<p>
23Mesa 18.0.3 implements the OpenGL 4.5 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 4.5. OpenGL
274.5 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
42<h2>Bug fixes</h2>
43
44<ul>
45
46<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105374">Bug 105374</a> - texture3d, a SaschaWillems demo, assert fails</li>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106147">Bug 106147</a> - SIGBUS in write_reloc() when Sacha Willems' &quot;texture3d&quot; Vulkan demo starts</li>
49
50</ul>
51
52
53<h2>Changes</h2>
54
55<p>Andres Rodriguez (1):</p>
56<ul>
57 <li>radv/winsys: fix leaking resources from bo's imported by fd</li>
58</ul>
59
60<p>Boyuan Zhang (1):</p>
61<ul>
62 <li>radeon/vcn: fix mpeg4 msg buffer settings</li>
63</ul>
64
65<p>Eric Anholt (1):</p>
66<ul>
67 <li>gallium/util: Fix incorrect refcounting of separate stencil.</li>
68</ul>
69
70<p>Jason Ekstrand (1):</p>
71<ul>
72 <li>anv/allocator: Don't shrink either end of the block pool</li>
73</ul>
74
75<p>Juan A. Suarez Romero (3):</p>
76<ul>
77 <li>docs: add sha256 checksums for 18.0.2</li>
78 <li>cherry-ignore: add explicit 18.1 only nominations</li>
79 <li>Update version to 18.0.3</li>
80</ul>
81
82<p>Leo Liu (1):</p>
83<ul>
84 <li>st/omx/enc: fix blit setup for YUV LoadImage</li>
85</ul>
86
87<p>Marek Olšák (2):</p>
88<ul>
89 <li>util/u_queue: fix a deadlock in util_queue_finish</li>
90 <li>radeonsi/gfx9: workaround for INTERP with indirect indexing</li>
91</ul>
92
93<p>Nanley Chery (1):</p>
94<ul>
95 <li>i965/tex_image: Avoid the ASTC LDR workaround on gen9lp</li>
96</ul>
97
98<p>Samuel Pitoiset (1):</p>
99<ul>
100 <li>radv: compute the number of subpass attachments correctly</li>
101</ul>
102
103
104</div>
105</body>
106</html>