blob: 03b33c87dcf3a239c2fdec82522ecc9af862a66d [file] [log] [blame]
Juan A. Suarez Romeroa89cb672018-06-03 09:26:20 +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.5 Release Notes / June 3, 2018</h1>
18
19<p>
20Mesa 18.0.5 is a bug fix release which fixes bugs found since the 18.0.4 release.
21</p>
22<p>
23Mesa 18.0.5 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=78097">Bug 78097</a> - glUniform1ui and friends not supported by display lists</li>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102390">Bug 102390</a> - centroid interpolation causes broken attribute values</li>
49
50<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105351">Bug 105351</a> - [Gen6+] piglit's arb_shader_image_load_store-host-mem-barrier fails with a glGetTexSubImage fallback path</li>
51
52<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106090">Bug 106090</a> - Compiling compute shader crashes RADV</li>
53
54<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106315">Bug 106315</a> - The witness + dxvk suffers flickering garbage</li>
55
56<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106465">Bug 106465</a> - No test for Image Load/Store on format-incompatible texture buffer</li>
57
58<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106479">Bug 106479</a> - NDEBUG not defined for libamdgpu_addrlib</li>
59
60<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106481">Bug 106481</a> - No test for Image Load/Store on texture buffer sized greater than MAX_TEXTURE_BUFFER_SIZE_ARB</li>
61
62<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106504">Bug 106504</a> - vulkan SPIR-V parsing failed at ../src/compiler/spirv/vtn_cfg.c:381</li>
63
64<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106587">Bug 106587</a> - Dota2 is very dark when using vulkan render on a Intel &lt;&lt; AMD prime setup</li>
65
66<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106629">Bug 106629</a> - [SNB,IVB,HSW,BDW] dEQP-EGL.functional.image.create.gles2_cubemap_negative_z_rgb_read_pixels</li>
67
68</ul>
69
70
71<h2>Changes</h2>
72
73<p>Anuj Phogat (1):</p>
74<ul>
75 <li>i965/glk: Add l3 banks count for 2x6 configuration</li>
76</ul>
77
78<p>Bas Nieuwenhuizen (2):</p>
79<ul>
80 <li>amd/addrlib: Use defines in autotools build.</li>
81 <li>radv: Fix SRGB compute copies.</li>
82</ul>
83
84<p>Dave Airlie (1):</p>
85<ul>
86 <li>tgsi/scan: add hw atomic to the list of memory accessing files</li>
87</ul>
88
89<p>Francisco Jerez (4):</p>
90<ul>
91 <li>Revert "mesa: simplify _mesa_is_image_unit_valid for buffers"</li>
92 <li>i965: Move buffer texture size calculation into a common helper function.</li>
93 <li>i965: Handle non-zero texture buffer offsets in buffer object range calculation.</li>
94 <li>i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.</li>
95</ul>
96
97<p>Jan Vesely (1):</p>
98<ul>
99 <li>eg/compute: Use reference counting to handle compute memory pool.</li>
100</ul>
101
102<p>Jason Ekstrand (2):</p>
103<ul>
104 <li>intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0</li>
105 <li>intel/blorp: Support blits and clears on surfaces with offsets</li>
106</ul>
107
108<p>Jose Dapena Paz (1):</p>
109<ul>
110 <li>mesa: do not leak ctx-&gt;Shader.ReferencedProgram references</li>
111</ul>
112
113<p>Juan A. Suarez Romero (8):</p>
114<ul>
115 <li>docs: add sha256 checksums for 18.0.4</li>
116 <li>cherry-ignore: i965/miptree: Fix handling of uninitialized MCS buffers</li>
117 <li>cherry-ignore: add explicit 18.1 only nominations</li>
118 <li>cherry-ignore: mesa/st: handle vert_attrib_mask in nir case too</li>
119 <li>cherry-ignore: Tegra is not supported</li>
120 <li>cherry-ignore: st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)</li>
121 <li>cherry-ignore: nv30: ensure that displayable formats are marked accordingly</li>
122 <li>Update version to 18.0.5</li>
123</ul>
124
125<p>Marek Olšák (3):</p>
126<ul>
127 <li>st/mesa: simplify lastLevel determination in st_finalize_texture</li>
128 <li>radeonsi: fix incorrect parentheses around VS-PS varying elimination</li>
129 <li>mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)</li>
130</ul>
131
132<p>Michel Dänzer (1):</p>
133<ul>
134 <li>dri3: Stricter SBC wraparound handling</li>
135</ul>
136
137<p>Nanley Chery (1):</p>
138<ul>
139 <li>i965/miptree: Zero-initialize CCS_D buffers</li>
140</ul>
141
142<p>Samuel Pitoiset (2):</p>
143<ul>
144 <li>spirv: fix visiting inner loops with same break/continue block</li>
145 <li>radv: fix centroid interpolation</li>
146</ul>
147
148<p>Stuart Young (1):</p>
149<ul>
150 <li>etnaviv: Fix missing rnndb file in tarballs</li>
151</ul>
152
153<p>Timothy Arceri (1):</p>
154<ul>
155 <li>mesa: add glUniform*ui{v} support to display lists</li>
156</ul>
157
158
159</div>
160</body>
161</html>