blob: 267c173dad412bc4ed8eacb361b9ea38d209f511 [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>
Juan A. Suarez Romero78e103d2018-05-07 11:18:19 +00003458cc5c5b1ab2a44e6e47f18ef6c29836ad06f95450adce635ce3c317507a171b mesa-18.0.3.tar.gz
35099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30 mesa-18.0.3.tar.xz
Juan A. Suarez Romero6c06d4e2018-05-07 10:19:36 +000036</pre>
37
38
39<h2>New features</h2>
40<p>None</p>
41
42
43<h2>Bug fixes</h2>
44
45<ul>
46
47<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105374">Bug 105374</a> - texture3d, a SaschaWillems demo, assert fails</li>
48
49<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>
50
51</ul>
52
53
54<h2>Changes</h2>
55
56<p>Andres Rodriguez (1):</p>
57<ul>
58 <li>radv/winsys: fix leaking resources from bo's imported by fd</li>
59</ul>
60
61<p>Boyuan Zhang (1):</p>
62<ul>
63 <li>radeon/vcn: fix mpeg4 msg buffer settings</li>
64</ul>
65
66<p>Eric Anholt (1):</p>
67<ul>
68 <li>gallium/util: Fix incorrect refcounting of separate stencil.</li>
69</ul>
70
71<p>Jason Ekstrand (1):</p>
72<ul>
73 <li>anv/allocator: Don't shrink either end of the block pool</li>
74</ul>
75
76<p>Juan A. Suarez Romero (3):</p>
77<ul>
78 <li>docs: add sha256 checksums for 18.0.2</li>
79 <li>cherry-ignore: add explicit 18.1 only nominations</li>
80 <li>Update version to 18.0.3</li>
81</ul>
82
83<p>Leo Liu (1):</p>
84<ul>
85 <li>st/omx/enc: fix blit setup for YUV LoadImage</li>
86</ul>
87
88<p>Marek Olšák (2):</p>
89<ul>
90 <li>util/u_queue: fix a deadlock in util_queue_finish</li>
91 <li>radeonsi/gfx9: workaround for INTERP with indirect indexing</li>
92</ul>
93
94<p>Nanley Chery (1):</p>
95<ul>
96 <li>i965/tex_image: Avoid the ASTC LDR workaround on gen9lp</li>
97</ul>
98
99<p>Samuel Pitoiset (1):</p>
100<ul>
101 <li>radv: compute the number of subpass attachments correctly</li>
102</ul>
103
104
105</div>
106</body>
107</html>