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