blob: 17e034df9a807a8b61845fd7f069979c8930eb93 [file] [log] [blame]
Juan A. Suarez Romero14f85262018-04-28 16:22:11 +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.2 Release Notes / April 28, 2018</h1>
18
19<p>
20Mesa 18.0.2 is a bug fix release which fixes bugs found since the 18.0.1 release.
21</p>
22<p>
23Mesa 18.0.2 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=95009">Bug 95009</a> - [SNB] amd_shader_trinary_minmax.execution.built-in-functions.gs-mid3-ivec2-ivec2-ivec2 intermittent</li>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95012">Bug 95012</a> - [SNB] glsl-1_50.execution.built-in-functions.gs-op tests intermittent</li>
49
50<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98281">Bug 98281</a> - 'message's in ctx-&gt;Debug.LogMessages[] seem to leak.</li>
51
52<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105320">Bug 105320</a> - Storage texel buffer access produces wrong results (RX Vega)</li>
53
54<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105775">Bug 105775</a> - SI reaches the maximum IB size in dwords and fail to submit</li>
55
56<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105994">Bug 105994</a> - surface state leak when creating and destroying image views with aspectMask depth and stencil</li>
57
58<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106074">Bug 106074</a> - radv: si_scissor_from_viewport returns incorrect result when using half-pixel viewport offset</li>
59
60<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106126">Bug 106126</a> - eglMakeCurrent does not always ensure dri_drawable-&gt;update_drawable_info has been called for a new EGLSurface if another has been created and destroyed first</li>
61
62</ul>
63
64
65<h2>Changes</h2>
66
67<p>Bas Nieuwenhuizen (2):</p>
68<ul>
69 <li>ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.</li>
70 <li>radv: Mark GTT memory as device local for APUs.</li>
71</ul>
72
73<p>Dylan Baker (2):</p>
74<ul>
75 <li>bin/install_megadrivers: fix DESTDIR and -D*-path</li>
76 <li>meson: don't build classic mesa tests without dri_drivers</li>
77</ul>
78
79<p>Ian Romanick (1):</p>
80<ul>
81 <li>intel/compiler: Add scheduler deps for instructions that implicitly read g0</li>
82</ul>
83
84<p>Jason Ekstrand (1):</p>
85<ul>
86 <li>i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*</li>
87</ul>
88
89<p>Johan Klokkhammer Helsing (1):</p>
90<ul>
91 <li>st/dri: Fix dangling pointer to a destroyed dri_drawable</li>
92</ul>
93
94<p>Juan A. Suarez Romero (4):</p>
95<ul>
96 <li>docs: add sha256 checksums for 18.0.1</li>
97 <li>travis: radv needs LLVM 4.0</li>
98 <li>cherry-ignore: add explicit 18.1 only nominations</li>
99 <li>Update version to 18.0.2</li>
100</ul>
101
102<p>Kenneth Graunke (1):</p>
103<ul>
104 <li>i965: Fix shadow batches to be the same size as the real BO.</li>
105</ul>
106
107<p>Lionel Landwerlin (1):</p>
108<ul>
109 <li>anv: fix number of planes for depth &amp; stencil</li>
110</ul>
111
112<p>Lucas Stach (1):</p>
113<ul>
114 <li>etnaviv: fix texture_format_needs_swiz</li>
115</ul>
116
117<p>Marek Olšák (3):</p>
118<ul>
119 <li>radeonsi/gfx9: fix a hang with an empty first IB</li>
120 <li>glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract</li>
121 <li>Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"</li>
122</ul>
123
124<p>Samuel Pitoiset (2):</p>
125<ul>
126 <li>radv: fix scissor computation when using half-pixel viewport offset</li>
127 <li>radv/winsys: allow to submit up to 4 IBs for chips without chaining</li>
128</ul>
129
130<p>Thomas Hellstrom (1):</p>
131<ul>
132 <li>svga: Fix incorrect advertizing of EGL_KHR_gl_colorspace</li>
133</ul>
134
135<p>Timothy Arceri (1):</p>
136<ul>
137 <li>mesa: free debug messages when destroying the debug state</li>
138</ul>
139
140
141</div>
142</body>
143</html>