18.0.4.html revision b8e80941
1<!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.4 Release Notes / May 17, 2018</h1>
18
19<p>
20Mesa 18.0.4 is a bug fix release which fixes bugs found since the 18.0.3 release.
21</p>
22<p>
23Mesa 18.0.4 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>
34d1dc3469faccdd73439479426952d71a9e8f684e8d03b6687063c12b13430801  mesa-18.0.4.tar.gz
351f3bcfe7cef0a5c20dae2b41df5d7e0a985e06be0183fa4d43b6068fcba2920f  mesa-18.0.4.tar.xz
36</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=91808">Bug 91808</a> - trine1 misrender r600g</li>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100430">Bug 100430</a> - [radv] graphical glitches on dolphin emulator</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106243">Bug 106243</a> - [kbl] GPU HANG: 9:0:0x85dffffb, in Cinnamon</li>
52
53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106480">Bug 106480</a> - A2B10G10R10_SNORM vertex attribute doesn't work.</li>
54
55</ul>
56
57
58<h2>Changes</h2>
59
60<p>Bas Nieuwenhuizen (3):</p>
61<ul>
62  <li>radv: Translate logic ops.</li>
63  <li>radv: Fix up 2_10_10_10 alpha sign.</li>
64  <li>radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.</li>
65</ul>
66
67<p>Dave Airlie (3):</p>
68<ul>
69  <li>r600: fix constant buffer bounds.</li>
70  <li>radv: resolve all layers in compute resolve path.</li>
71  <li>radv: use compute path for multi-layer images.</li>
72</ul>
73
74<p>Deepak Rawat (1):</p>
75<ul>
76  <li>egl/x11: Send invalidate to driver on copy_region path in swap_buffer</li>
77</ul>
78
79<p>Ian Romanick (1):</p>
80<ul>
81  <li>mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)</li>
82</ul>
83
84<p>Jan Vesely (8):</p>
85<ul>
86  <li>clover: Add explicit virtual destructor to argument class</li>
87  <li>eg/compute: Drop reference on code_bo in destructor.</li>
88  <li>r600: Cleanup constant buffers on context destruction</li>
89  <li>eg/compute: Drop reference to kernel_param bo in destructor</li>
90  <li>pipe-loader: Free driver_name in error path</li>
91  <li>gallium/auxiliary: Add helper function to count the number of entries in hash table</li>
92  <li>winsys/radeon: Destroy fd_hash table when the last winsys is removed.</li>
93  <li>winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.</li>
94</ul>
95
96<p>Jason Ekstrand (1):</p>
97<ul>
98  <li>i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL</li>
99</ul>
100
101<p>Jose Maria Casanova Crespo (2):</p>
102<ul>
103  <li>intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediate</li>
104  <li>intel/compiler: fix brw_imm_w for negative 16-bit integers</li>
105</ul>
106
107<p>Juan A. Suarez Romero (7):</p>
108<ul>
109  <li>docs: add sha256 checksums for 18.0.3</li>
110  <li>cherry-ignore: add explicit 18.1 only nominations</li>
111  <li>cherry-ignore: glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug</li>
112  <li>cherry-ignore: mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs</li>
113  <li>cherry-ignore: mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT</li>
114  <li>cherry-ignore: radv/resolve: do fmask decompress on all layers.</li>
115  <li>Update version to 18.0.4</li>
116</ul>
117
118<p>Kai Wasserbäch (1):</p>
119<ul>
120  <li>opencl: autotools: Fix linking order for OpenCL target</li>
121</ul>
122
123<p>Kenneth Graunke (1):</p>
124<ul>
125  <li>i965: Don't leak blorp on Gen4-5.</li>
126</ul>
127
128<p>Lionel Landwerlin (2):</p>
129<ul>
130  <li>i965: require pixel scoreboard stall prior to ISP disable</li>
131  <li>anv: emit pixel scoreboard stall before ISP disable</li>
132</ul>
133
134<p>Matthew Nicholls (1):</p>
135<ul>
136  <li>radv: fix multisample image copies</li>
137</ul>
138
139<p>Neil Roberts (1):</p>
140<ul>
141  <li>spirv: Apply OriginUpperLeft to FragCoord</li>
142</ul>
143
144<p>Rhys Perry (1):</p>
145<ul>
146  <li>mesa: fix error handling in get_framebuffer_parameteriv</li>
147</ul>
148
149<p>Ross Burton (1):</p>
150<ul>
151  <li>src/intel/Makefile.vulkan.am: add missing MKDIR_GEN</li>
152</ul>
153
154
155</div>
156</body>
157</html>
158