docs: add release notes for 17.2.7
[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 <h1>The Mesa 3D Graphics Library</h1>
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 TBD
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=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>
47
48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=101378">Bug 101378</a> - interpolateAtSample check for input parameter is too strict</li>
49
50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102006">Bug 102006</a> - gstreamer vaapih264enc segfault</li>
51
52 <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>
53
54 <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>
55
56 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102677">Bug 102677</a> - [OpenGL CTS] KHR-GL45.CommonBugs.CommonBug_PerVertexValidation fails</li>
57
58 <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>
59
60 <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>
61
62 <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>
63
64 <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>
65
66 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103616">Bug 103616</a> - Increased difference from reference image in shaders</li>
67
68 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103626">Bug 103626</a> - [SNB] ES3-CTS.functional.shaders.precision</li>
69
70 <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>
71
72 <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>
73
74 <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>
75
76 <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>
77
78 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=104143">Bug 104143</a> - r600/sb: clobbers gl_Position -&gt; gl_FragCoord</li>
79
80 </ul>
81
82
83 <h2>Changes</h2>
84
85 <p>Alex Smith (1):</p>
86 <ul>
87 <li>radv: Add LLVM version to the device name string</li>
88 </ul>
89
90 <p>Andres Gomez (2):</p>
91 <ul>
92 <li>docs: add sha256 checksums for 17.2.6</li>
93 <li>docs: remove bug 103626 from fix list as per 17.2.6</li>
94 </ul>
95
96 <p>Ben Crocker (2):</p>
97 <ul>
98 <li>docs/llvmpipe.html: Minor edits</li>
99 <li>docs/llvmpipe: document ppc64le as alternative architecture to x86.</li>
100 </ul>
101
102 <p>Dave Airlie (1):</p>
103 <ul>
104 <li>r600/sb: handle jump after target to end of program. (v2)</li>
105 </ul>
106
107 <p>Denis Pauk (1):</p>
108 <ul>
109 <li>gallium/{r600, radeonsi}: Fix segfault with color format (v2)</li>
110 </ul>
111
112 <p>Eduardo Lima Mitev (3):</p>
113 <ul>
114 <li>glsl_parser_extra: Add utility to copy symbols between symbol tables</li>
115 <li>glsl: Use the utility function to copy symbols between symbol tables</li>
116 <li>glsl/linker: Check that re-declared, inter-shader built-in blocks match</li>
117 </ul>
118
119 <p>Emil Velikov (3):</p>
120 <ul>
121 <li>gl_table.py: add extern C guard for the generated glapitable.h</li>
122 <li>cherry-ignore: radeonsi: allow DMABUF exports for local buffers</li>
123 <li>Update version to 17.2.7</li>
124 </ul>
125
126 <p>Eric Anholt (1):</p>
127 <ul>
128 <li>broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.</li>
129 </ul>
130
131 <p>Eric Engestrom (1):</p>
132 <ul>
133 <li>compiler: use NDEBUG to guard asserts</li>
134 </ul>
135
136 <p>Fabian Bieler (2):</p>
137 <ul>
138 <li>glsl: Match order of gl_LightSourceParameters elements.</li>
139 <li>glsl: Fix gl_NormalScale.</li>
140 </ul>
141
142 <p>Frank Richter (1):</p>
143 <ul>
144 <li>gallium/wgl: fix default pixel format issue</li>
145 </ul>
146
147 <p>George Kyriazis (1):</p>
148 <ul>
149 <li>swr: Handle resource across context changes</li>
150 </ul>
151
152 <p>Gert Wollny (2):</p>
153 <ul>
154 <li>r600: Emit EOP for more CF instruction types</li>
155 <li>r600/sb: do not convert if-blocks that contain indirect array access</li>
156 </ul>
157
158 <p>Ilia Mirkin (1):</p>
159 <ul>
160 <li>glsl: fix derived cs variables</li>
161 </ul>
162
163 <p>James Legg (1):</p>
164 <ul>
165 <li>nir/opcodes: Fix constant-folding of bitfield_insert</li>
166 </ul>
167
168 <p>Jason Ekstrand (1):</p>
169 <ul>
170 <li>i965: Disable regular fast-clears (CCS_D) on gen9+</li>
171 </ul>
172
173 <p>Juan A. Suarez Romero (1):</p>
174 <ul>
175 <li>glsl: add varying resources for arrays of complex types</li>
176 </ul>
177
178 <p>Julien Isorce (1):</p>
179 <ul>
180 <li>st/va: change frame_idx from array to hash table</li>
181 </ul>
182
183 <p>Kai Wasserbäch (1):</p>
184 <ul>
185 <li>docs: Point to apt.llvm.org for development snapshot packages</li>
186 </ul>
187
188 <p>Kenneth Graunke (3):</p>
189 <ul>
190 <li>meta: Initialize depth/clear values on declaration.</li>
191 <li>meta: Fix ClearTexture with GL_DEPTH_COMPONENT.</li>
192 <li>i965: Fix Smooth Point Enables.</li>
193 </ul>
194
195 <p>Marek Olšák (3):</p>
196 <ul>
197 <li>radeonsi: fix layered DCC fast clear</li>
198 <li>radeonsi/gfx9: fix importing shared textures with DCC</li>
199 <li>radeonsi: flush the context after resource_copy_region for buffer exports</li>
200 </ul>
201
202 <p>Matt Turner (4):</p>
203 <ul>
204 <li>i965/fs: Handle negating immediates on MADs when propagating saturates</li>
205 <li>util: Fix SHA1 implementation on big endian</li>
206 <li>util: Fix disk_cache index calculation on big endian</li>
207 <li>i965/fs: Unpack count argument to 64-bit shift ops on Atom</li>
208 </ul>
209
210 <p>Nicolai Hähnle (3):</p>
211 <ul>
212 <li>radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check</li>
213 <li>glsl: allow any l-value of an input variable as interpolant in interpolateAt*</li>
214 <li>glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx</li>
215 </ul>
216
217 <p>Pierre Moreau (1):</p>
218 <ul>
219 <li>nvc0/ir: Properly lower 64-bit shifts when the shift value is &gt;32</li>
220 </ul>
221
222 <p>Tapani Pälli (1):</p>
223 <ul>
224 <li>mesa/gles: adjust internal format in glTexSubImage2D error checks</li>
225 </ul>
226
227 <p>Timothy Arceri (1):</p>
228 <ul>
229 <li>glsl: get correct member type when processing xfb ifc arrays</li>
230 </ul>
231
232 <p>Vadym Shovkoplias (2):</p>
233 <ul>
234 <li>intel/blorp: Fix possible NULL pointer dereferencing</li>
235 <li>glx/dri3: Remove unused deviceName variable</li>
236 </ul>
237
238 <p>Vinson Lee (1):</p>
239 <ul>
240 <li>anv: Check if memfd_create is already defined.</li>
241 </ul>
242
243
244 </div>
245 </body>
246 </html>