docs/features: add shader buffer and atomic support for llvmpipe
[mesa.git] / docs / relnotes / 17.2.7.html
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 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 17.2.7 Release Notes / December 14, 2017</h1>
18
19 <p>
20 Mesa 17.2.7 is a bug fix release which fixes bugs found since the 17.2.6 release.
21 </p>
22 <p>
23 Mesa 17.2.7 implements the OpenGL 4.5 API, but the version reported by
24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26 Some drivers don't support all the features required in OpenGL 4.5. OpenGL
27 4.5 is <strong>only</strong> available if requested at context creation
28 because compatibility contexts are not supported.
29 </p>
30
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 e8d837a1cd55014e636e9caf6c75cfbe1b3e4be9ab3fa125f5ef38398aa12e97 mesa-17.2.7.tar.gz
35 50cfdea8df55045797b4d0409591c04c784d9551c4da09b8178874dbe5a37a68 mesa-17.2.7.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=94739">Bug 94739</a> - Mesa 11.1.2 implementation error: bad format MESA_FORMAT_Z_FLOAT32 in _mesa_unpack_uint_24_8_depth_stencil_row</li>
48
49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=101378">Bug 101378</a> - interpolateAtSample check for input parameter is too strict</li>
50
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102006">Bug 102006</a> - gstreamer vaapih264enc segfault</li>
52
53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102435">Bug 102435</a> - [skl,kbl] [drm] GPU HANG: ecode 9:0:0x86df7cf9, in csgo_linux64 [4947], reason: Hang on rcs, action: reset</li>
54
55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102552">Bug 102552</a> - Null dereference due to not checking return value of util_format_description</li>
56
57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102677">Bug 102677</a> - [OpenGL CTS] KHR-GL45.CommonBugs.CommonBug_PerVertexValidation fails</li>
58
59 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103098">Bug 103098</a> - [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_structure_locations fails</li>
60
61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103227">Bug 103227</a> - [G965 G45 ILK] ES2-CTS.gtf.GL2ExtensionTests.texture_float.texture_float regression</li>
62
63 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103393">Bug 103393</a> - glDispatchComputeGroupSizeARB : gl_GlobalInvocationID.x != gl_WorkGroupID.x * gl_LocalGroupSizeARB.x + gl_LocalInvocationID.x</li>
64
65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103412">Bug 103412</a> - gallium/wgl: Another fix to context creation without prior SetPixelFormat()</li>
66
67 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103616">Bug 103616</a> - Increased difference from reference image in shaders</li>
68
69 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103626">Bug 103626</a> - [SNB] ES3-CTS.functional.shaders.precision</li>
70
71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103732">Bug 103732</a> - [swr] often gets stuck in piglit's glx-multi-context-single-window test</li>
72
73 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103909">Bug 103909</a> - anv_allocator.c:113:1: error: static declaration of ‘memfd_create’ follows non-static declaration</li>
74
75 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103966">Bug 103966</a> - Mesa 17.2.5 implementation error: bad format MESA_FORMAT_Z_FLOAT32 in _mesa_unpack_uint_24_8_depth_stencil_row</li>
76
77 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=104119">Bug 104119</a> - radv: OpBitFieldInsert produces 0 with a loop counter for Insert</li>
78
79 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=104143">Bug 104143</a> - r600/sb: clobbers gl_Position -&gt; gl_FragCoord</li>
80
81 </ul>
82
83
84 <h2>Changes</h2>
85
86 <p>Alex Smith (1):</p>
87 <ul>
88 <li>radv: Add LLVM version to the device name string</li>
89 </ul>
90
91 <p>Andres Gomez (2):</p>
92 <ul>
93 <li>docs: add sha256 checksums for 17.2.6</li>
94 <li>docs: remove bug 103626 from fix list as per 17.2.6</li>
95 </ul>
96
97 <p>Ben Crocker (2):</p>
98 <ul>
99 <li>docs/llvmpipe.html: Minor edits</li>
100 <li>docs/llvmpipe: document ppc64le as alternative architecture to x86.</li>
101 </ul>
102
103 <p>Dave Airlie (1):</p>
104 <ul>
105 <li>r600/sb: handle jump after target to end of program. (v2)</li>
106 </ul>
107
108 <p>Denis Pauk (1):</p>
109 <ul>
110 <li>gallium/{r600, radeonsi}: Fix segfault with color format (v2)</li>
111 </ul>
112
113 <p>Eduardo Lima Mitev (3):</p>
114 <ul>
115 <li>glsl_parser_extra: Add utility to copy symbols between symbol tables</li>
116 <li>glsl: Use the utility function to copy symbols between symbol tables</li>
117 <li>glsl/linker: Check that re-declared, inter-shader built-in blocks match</li>
118 </ul>
119
120 <p>Emil Velikov (3):</p>
121 <ul>
122 <li>gl_table.py: add extern C guard for the generated glapitable.h</li>
123 <li>cherry-ignore: radeonsi: allow DMABUF exports for local buffers</li>
124 <li>Update version to 17.2.7</li>
125 </ul>
126
127 <p>Eric Anholt (1):</p>
128 <ul>
129 <li>broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.</li>
130 </ul>
131
132 <p>Eric Engestrom (1):</p>
133 <ul>
134 <li>compiler: use NDEBUG to guard asserts</li>
135 </ul>
136
137 <p>Fabian Bieler (2):</p>
138 <ul>
139 <li>glsl: Match order of gl_LightSourceParameters elements.</li>
140 <li>glsl: Fix gl_NormalScale.</li>
141 </ul>
142
143 <p>Frank Richter (1):</p>
144 <ul>
145 <li>gallium/wgl: fix default pixel format issue</li>
146 </ul>
147
148 <p>George Kyriazis (1):</p>
149 <ul>
150 <li>swr: Handle resource across context changes</li>
151 </ul>
152
153 <p>Gert Wollny (2):</p>
154 <ul>
155 <li>r600: Emit EOP for more CF instruction types</li>
156 <li>r600/sb: do not convert if-blocks that contain indirect array access</li>
157 </ul>
158
159 <p>Ilia Mirkin (1):</p>
160 <ul>
161 <li>glsl: fix derived cs variables</li>
162 </ul>
163
164 <p>James Legg (1):</p>
165 <ul>
166 <li>nir/opcodes: Fix constant-folding of bitfield_insert</li>
167 </ul>
168
169 <p>Jason Ekstrand (1):</p>
170 <ul>
171 <li>i965: Disable regular fast-clears (CCS_D) on gen9+</li>
172 </ul>
173
174 <p>Juan A. Suarez Romero (1):</p>
175 <ul>
176 <li>glsl: add varying resources for arrays of complex types</li>
177 </ul>
178
179 <p>Julien Isorce (1):</p>
180 <ul>
181 <li>st/va: change frame_idx from array to hash table</li>
182 </ul>
183
184 <p>Kai Wasserbäch (1):</p>
185 <ul>
186 <li>docs: Point to apt.llvm.org for development snapshot packages</li>
187 </ul>
188
189 <p>Kenneth Graunke (3):</p>
190 <ul>
191 <li>meta: Initialize depth/clear values on declaration.</li>
192 <li>meta: Fix ClearTexture with GL_DEPTH_COMPONENT.</li>
193 <li>i965: Fix Smooth Point Enables.</li>
194 </ul>
195
196 <p>Marek Olšák (3):</p>
197 <ul>
198 <li>radeonsi: fix layered DCC fast clear</li>
199 <li>radeonsi/gfx9: fix importing shared textures with DCC</li>
200 <li>radeonsi: flush the context after resource_copy_region for buffer exports</li>
201 </ul>
202
203 <p>Matt Turner (4):</p>
204 <ul>
205 <li>i965/fs: Handle negating immediates on MADs when propagating saturates</li>
206 <li>util: Fix SHA1 implementation on big endian</li>
207 <li>util: Fix disk_cache index calculation on big endian</li>
208 <li>i965/fs: Unpack count argument to 64-bit shift ops on Atom</li>
209 </ul>
210
211 <p>Nicolai Hähnle (3):</p>
212 <ul>
213 <li>radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check</li>
214 <li>glsl: allow any l-value of an input variable as interpolant in interpolateAt*</li>
215 <li>glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx</li>
216 </ul>
217
218 <p>Pierre Moreau (1):</p>
219 <ul>
220 <li>nvc0/ir: Properly lower 64-bit shifts when the shift value is &gt;32</li>
221 </ul>
222
223 <p>Tapani Pälli (1):</p>
224 <ul>
225 <li>mesa/gles: adjust internal format in glTexSubImage2D error checks</li>
226 </ul>
227
228 <p>Timothy Arceri (1):</p>
229 <ul>
230 <li>glsl: get correct member type when processing xfb ifc arrays</li>
231 </ul>
232
233 <p>Vadym Shovkoplias (2):</p>
234 <ul>
235 <li>intel/blorp: Fix possible NULL pointer dereferencing</li>
236 <li>glx/dri3: Remove unused deviceName variable</li>
237 </ul>
238
239 <p>Vinson Lee (1):</p>
240 <ul>
241 <li>anv: Check if memfd_create is already defined.</li>
242 </ul>
243
244
245 </div>
246 </body>
247 </html>