1Mesa 12.0.0 Release Notes / July 8, 2016
2========================================
3
4Mesa 12.0.0 is a new development release. People who are concerned with
5stability and reliability should stick with a previous release or wait
6for Mesa 12.0.1.
7
8Mesa 12.0.0 implements the OpenGL 4.3 API, but the version reported by
9glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
10glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
11used. Some drivers don't support all the features required in OpenGL
124.3. OpenGL 4.3 is **only** available if requested at context creation
13because compatibility contexts are not supported.
14
15SHA256 checksums
16----------------
17
18::
19
20   3b8fa4d86d78f8f6ec86055b92ad1afe869001483593b3dd4531184b8bc4fcfb  mesa-12.0.0.tar.gz
21   0090c025219318935124292b482e3439bc43e8c074ad01086449fcad88547dc6  mesa-12.0.0.tar.xz
22
23New features
24------------
25
26Note: some of the new features are only available with certain drivers.
27
28-  OpenGL 4.3 on nvc0, radeonsi, i965 (Gen8+)
29-  OpenGL ES 3.1 on nvc0, radeonsi
30-  GL_ARB_ES3_1_compatibility on nvc0, radeonsi
31-  GL_ARB_compute_shader on nvc0, radeonsi, softpipe
32-  GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe
33-  GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe
34-  GL_ARB_internalformat_query2 on all drivers
35-  GL_ARB_query_buffer_object on i965/hsw+
36-  GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi
37-  GL_ARB_shader_atomic_counters on radeonsi, softpipe
38-  GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe
39-  GL_ARB_shader_image_load_store on nvc0, radeonsi, softpipe
40-  GL_ARB_shader_image_size on nvc0, radeonsi, softpipe
41-  GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe
42-  GL_ATI_fragment_shader on all Gallium drivers
43-  GL_EXT_base_instance on all drivers that support GL_ARB_base_instance
44-  GL_EXT_clip_cull_distance on all drivers that support
45   GL_ARB_cull_distance
46-  GL_KHR_robustness on i965
47-  GL_OES_copy_image on i965 (Baytrail and Gen8+)
48-  GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all
49   drivers that support GL_ARB_draw_buffers_blend
50-  GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 on all drivers that support
51   GL_ARB_gpu_shader5
52-  GL_OES_sample_shading on i965, nvc0, r600, radeonsi
53-  GL_OES_sample_variables on i965, nvc0, r600, radeonsi
54-  GL_OES_shader_image_atomic on all drivers that support
55   GL_ARB_shader_image_load_store
56-  GL_OES_shader_io_blocks on i965, nvc0, radeonsi
57-  GL_OES_shader_multisample_interpolation on i965, nvc0, r600, radeonsi
58-  GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all
59   drivers that support GL_ARB_texture_border_clamp
60-  GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, nvc0,
61   radeonsi
62-  EGL_KHR_reusable_sync on all drivers
63-  GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+
64
65Bug fixes
66---------
67
68-  `Bug 42187 <https://bugs.freedesktop.org/show_bug.cgi?id=42187>`__ -
69   ES 1.1 conformance pntszary.c fail
70-  `Bug 71789 <https://bugs.freedesktop.org/show_bug.cgi?id=71789>`__ -
71   [r300g] Visuals not found in (default) depth = 24
72-  `Bug 81585 <https://bugs.freedesktop.org/show_bug.cgi?id=81585>`__ -
73   piglit
74   spec_glsl-1.10_compiler_literals_invalid-float-suffix-capital-f.vert
75   fails
76-  `Bug 83036 <https://bugs.freedesktop.org/show_bug.cgi?id=83036>`__ -
77   [ILK]Piglit spec_ARB_copy_image_arb_copy_image-formats fails
78-  `Bug 89607 <https://bugs.freedesktop.org/show_bug.cgi?id=89607>`__ -
79   Assertion hit in opt_array_splitting with recursive array indexing
80-  `Bug 90513 <https://bugs.freedesktop.org/show_bug.cgi?id=90513>`__ -
81   Odd gray and red flicker in The Talos Principle on GK104
82-  `Bug 91526 <https://bugs.freedesktop.org/show_bug.cgi?id=91526>`__ -
83   World of Warcraft (on Wine) has UI corruption with nouveau
84-  `Bug 92363 <https://bugs.freedesktop.org/show_bug.cgi?id=92363>`__ -
85   [BSW/BDW] ogles1conform Gets test fails
86-  `Bug 92628 <https://bugs.freedesktop.org/show_bug.cgi?id=92628>`__ -
87   HTTP site for Mesa downloads
88-  `Bug 92743 <https://bugs.freedesktop.org/show_bug.cgi?id=92743>`__ -
89   Centroid shouldn't have to match between the FS and the VS
90-  `Bug 92850 <https://bugs.freedesktop.org/show_bug.cgi?id=92850>`__ -
91   Segfault loading War Thunder
92-  `Bug 93054 <https://bugs.freedesktop.org/show_bug.cgi?id=93054>`__ -
93   [BDW] DiRT Showdown and Bioshock Infinite only render half the screen
94   (bottom left triangle)
95-  `Bug 93524 <https://bugs.freedesktop.org/show_bug.cgi?id=93524>`__ -
96   Clover doesn't build
97-  `Bug 93551 <https://bugs.freedesktop.org/show_bug.cgi?id=93551>`__ -
98   Divinity: Original Sin Enhanced Edition(Native) crash on start
99-  `Bug 93667 <https://bugs.freedesktop.org/show_bug.cgi?id=93667>`__ -
100   Crash in eglCreateImageKHR with huge texture size
101-  `Bug 93767 <https://bugs.freedesktop.org/show_bug.cgi?id=93767>`__ -
102   Glitches with soft shadows and MSAA in Knights of the Old Republic 2
103-  `Bug 93840 <https://bugs.freedesktop.org/show_bug.cgi?id=93840>`__ -
104   [i965] Alien: Isolation fails with GL_ARB_compute_shader enabled
105-  `Bug 93962 <https://bugs.freedesktop.org/show_bug.cgi?id=93962>`__ -
106   [HSW, regression, bisected, CTS]
107   ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts
108-  `Bug 94081 <https://bugs.freedesktop.org/show_bug.cgi?id=94081>`__ -
109   [HSW] compute shader shared var + atomic op = fail
110-  `Bug 94086 <https://bugs.freedesktop.org/show_bug.cgi?id=94086>`__ -
111   Multiple conflicting libGL libraries installed
112-  `Bug 94116 <https://bugs.freedesktop.org/show_bug.cgi?id=94116>`__ -
113   program interface queries not returning right data for UBO /
114   GL_BLOCK_INDEX
115-  `Bug 94129 <https://bugs.freedesktop.org/show_bug.cgi?id=94129>`__ -
116   Mesa's compiler should warn about undefined values
117-  `Bug 94181 <https://bugs.freedesktop.org/show_bug.cgi?id=94181>`__ -
118   [regression] piglit.spec.ext_framebuffer_object.getteximage-formats
119   init-by-clear-and-render
120-  `Bug 94193 <https://bugs.freedesktop.org/show_bug.cgi?id=94193>`__ -
121   [llvmpipe] Line antialiasing looks different when GL_LINE_STIPPLE is
122   enabled with pattern 0xffff
123-  `Bug 94198 <https://bugs.freedesktop.org/show_bug.cgi?id=94198>`__ -
124   [HSW] segfault in copy image when copying from cubemap to 2d
125-  `Bug 94199 <https://bugs.freedesktop.org/show_bug.cgi?id=94199>`__ -
126   Shader abort/crash
127-  `Bug 94253 <https://bugs.freedesktop.org/show_bug.cgi?id=94253>`__ -
128   [llvmpipe] piglit gl-1.0-swapbuffers-behavior regression
129-  `Bug 94254 <https://bugs.freedesktop.org/show_bug.cgi?id=94254>`__ -
130   [llvmpipe] [softpipe] piglit read-front regression
131-  `Bug 94257 <https://bugs.freedesktop.org/show_bug.cgi?id=94257>`__ -
132   [softpipe] piglit glx-copy-sub-buffer regression
133-  `Bug 94274 <https://bugs.freedesktop.org/show_bug.cgi?id=94274>`__ -
134   [swrast] piglit arb_occlusion_query2-render regression
135-  `Bug 94284 <https://bugs.freedesktop.org/show_bug.cgi?id=94284>`__ -
136   [radeonsi] outlast segfault on start
137-  `Bug 94291 <https://bugs.freedesktop.org/show_bug.cgi?id=94291>`__ -
138   llvmpipe tests fail if built on skylake i7-6700k
139-  `Bug 94348 <https://bugs.freedesktop.org/show_bug.cgi?id=94348>`__ -
140   vkBindImageMemory doesn't take into account the offset when the image
141   is used as a depth buffer
142-  `Bug 94383 <https://bugs.freedesktop.org/show_bug.cgi?id=94383>`__ -
143   build error on i386 when enabling swr
144-  `Bug 94388 <https://bugs.freedesktop.org/show_bug.cgi?id=94388>`__ -
145   r600_blit.c:281: r600_decompress_depth_textures: Assertion
146   \`tex->is_depth && !tex->is_flushing_texture' failed.
147-  `Bug 94412 <https://bugs.freedesktop.org/show_bug.cgi?id=94412>`__ -
148   Trine 3 misrender
149-  `Bug 94447 <https://bugs.freedesktop.org/show_bug.cgi?id=94447>`__ -
150   glsl/glcpp/tests/glcpp-test-cr-lf regression
151-  `Bug 94453 <https://bugs.freedesktop.org/show_bug.cgi?id=94453>`__ -
152   dEQP-GLES3.functional.clipping.line.wide_line_clip_viewport_{center,corner}
153   fail
154-  `Bug 94454 <https://bugs.freedesktop.org/show_bug.cgi?id=94454>`__ -
155   dEQP-GLES3.functional.clipping.point.wide_point_clip\* fails
156-  `Bug 94456 <https://bugs.freedesktop.org/show_bug.cgi?id=94456>`__ -
157   dEQP-GLES3.functional.state_query.floats.{blend_color,color_clear_value,depth_clear_value}_getinteger64
158   fail
159-  `Bug 94458 <https://bugs.freedesktop.org/show_bug.cgi?id=94458>`__ -
160   dEQP-GLES3.functional.state_query.fbo.framebuffer_attachment_x_size_initial
161   fails
162-  `Bug 94468 <https://bugs.freedesktop.org/show_bug.cgi?id=94468>`__ -
163   [HSW, regression, bisected] numerous Sascha demos render incorrectly
164-  `Bug 94481 <https://bugs.freedesktop.org/show_bug.cgi?id=94481>`__ -
165   softpipe - access violation in img_filter_2d_nearest
166-  `Bug 94485 <https://bugs.freedesktop.org/show_bug.cgi?id=94485>`__ -
167   dEQP-GLES3.functional.negative_api.shader.compile_shader and
168   delete_shader broken by Meta
169-  `Bug 94524 <https://bugs.freedesktop.org/show_bug.cgi?id=94524>`__ -
170   Wrong gl_TessLevelOuter interpretation for isolines
171-  `Bug 94595 <https://bugs.freedesktop.org/show_bug.cgi?id=94595>`__ -
172   [Mesa AMD&swrast] Texture views attached as framebuffers return their
173   viewed tecture's color encoding and render incorrectly
174-  `Bug 94657 <https://bugs.freedesktop.org/show_bug.cgi?id=94657>`__ -
175   [llvmpipe] [softpipe] piglit arb_texture_view-getteximage-srgb
176   regression
177-  `Bug 94661 <https://bugs.freedesktop.org/show_bug.cgi?id=94661>`__ -
178   [bdw, skl] vk-cts: new test failing
179-  `Bug 94671 <https://bugs.freedesktop.org/show_bug.cgi?id=94671>`__ -
180   [radeonsi] Blue-ish textures in Shadow of Mordor
181-  `Bug 94713 <https://bugs.freedesktop.org/show_bug.cgi?id=94713>`__ -
182   [Gen8+] ES 3.1 Stencil texturing broken for 2DArray/Cubes
183-  `Bug 94747 <https://bugs.freedesktop.org/show_bug.cgi?id=94747>`__ -
184   Convert phi nodes to logical operations
185-  `Bug 94835 <https://bugs.freedesktop.org/show_bug.cgi?id=94835>`__ -
186   Increase fragment shader sample limits from 16 to 32 (AMD Linux -
187   Mesa/RadeonSi)
188-  `Bug 94847 <https://bugs.freedesktop.org/show_bug.cgi?id=94847>`__ -
189   [ES3.1CTS] es31-cts.draw_buffers_indexed.color_masks fails
190-  `Bug 94896 <https://bugs.freedesktop.org/show_bug.cgi?id=94896>`__ -
191   [vulkan] new CTS tests fail on i965
192-  `Bug 94904 <https://bugs.freedesktop.org/show_bug.cgi?id=94904>`__ -
193   [vulkan, BSW]
194   dEQP-VK.api.object_management.multithreaded_per_thread_device
195   intermittent crash
196-  `Bug 94907 <https://bugs.freedesktop.org/show_bug.cgi?id=94907>`__ -
197   codegen/nv50_ir_ra.cpp:1330:29: error: ‘isinf’ was not declared in
198   this scope
199-  `Bug 94909 <https://bugs.freedesktop.org/show_bug.cgi?id=94909>`__ -
200   [llvmpipe] piglit fs-roundEven-float regression
201-  `Bug 94917 <https://bugs.freedesktop.org/show_bug.cgi?id=94917>`__ -
202   radeonsi supports GL_ARB_shader_storage_buffer_object with 0
203   GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS
204-  `Bug 94924 <https://bugs.freedesktop.org/show_bug.cgi?id=94924>`__ -
205   [GEN8] Ungine Valley fails to run due to "intel_do_flush_locked
206   failed: Input/output error"
207-  `Bug 94925 <https://bugs.freedesktop.org/show_bug.cgi?id=94925>`__ -
208   Crash in egl_dri3_get_dri_context with Dolphin EGL/X11 in single-core
209   mode
210-  `Bug 94944 <https://bugs.freedesktop.org/show_bug.cgi?id=94944>`__ -
211   [regression, hswgt1] gpu hang on arb_shader_image_load_store
212-  `Bug 94955 <https://bugs.freedesktop.org/show_bug.cgi?id=94955>`__ -
213   Uninitialized variables leads to random segfaults (valgrind log,
214   apitrace attached)
215-  `Bug 94969 <https://bugs.freedesktop.org/show_bug.cgi?id=94969>`__ -
216   build fails because install-data-local doesn't follow $DESTDIR
217-  `Bug 94972 <https://bugs.freedesktop.org/show_bug.cgi?id=94972>`__ -
218   blend failures on llvmpipe with llvm 3.7 due to vector selects
219-  `Bug 94979 <https://bugs.freedesktop.org/show_bug.cgi?id=94979>`__ -
220   dolphin-emu rendering broken on gallium/SWR + crashing often
221-  `Bug 94984 <https://bugs.freedesktop.org/show_bug.cgi?id=94984>`__ -
222   XCom2 crashes with SIGSEGV on radeonsi
223-  `Bug 94994 <https://bugs.freedesktop.org/show_bug.cgi?id=94994>`__ -
224   OSMesaGetProcAdress always fails on mangled OSMesa
225-  `Bug 94997 <https://bugs.freedesktop.org/show_bug.cgi?id=94997>`__ -
226   [vulkan, SKL,BDW,HSW]
227   deqp-vk.spirv_assembly.instruction.compute.opcopymemory.array
228   regression
229-  `Bug 94998 <https://bugs.freedesktop.org/show_bug.cgi?id=94998>`__ -
230   [vulkan]
231   deqp-vk.pipeline.push_constant.graphics_pipeline.count_3shader_vgf
232   regression
233-  `Bug 95001 <https://bugs.freedesktop.org/show_bug.cgi?id=95001>`__ -
234   [vulkan] deqp-vk.binding_model.shader_access regression
235-  `Bug 95005 <https://bugs.freedesktop.org/show_bug.cgi?id=95005>`__ -
236   Unreal engine demos segfault after shader compilation error with
237   OpenGL 4.3
238-  `Bug 95026 <https://bugs.freedesktop.org/show_bug.cgi?id=95026>`__ -
239   Alien Isolation segfault after initial loading screen/video
240-  `Bug 95034 <https://bugs.freedesktop.org/show_bug.cgi?id=95034>`__ -
241   vkResetCommandPool should not destroy the command buffers.
242-  `Bug 95071 <https://bugs.freedesktop.org/show_bug.cgi?id=95071>`__ -
243   [bisected] Wrong colors in KDE/Qt applications
244-  `Bug 95133 <https://bugs.freedesktop.org/show_bug.cgi?id=95133>`__ -
245   X-COM Enemy Within crashes when entering tactical mission with
246   Bonaire
247-  `Bug 95138 <https://bugs.freedesktop.org/show_bug.cgi?id=95138>`__ -
248   [deqp, 32bit, gen8+] deqp-gles31.functional.draw_indirect.negative
249-  `Bug 95142 <https://bugs.freedesktop.org/show_bug.cgi?id=95142>`__ -
250   [ES3.1CTS,GEN8]
251   ESEXT-CTS.draw_elements_base_vertex_tests.invalid_mapped_bos
252   assertion
253-  `Bug 95158 <https://bugs.freedesktop.org/show_bug.cgi?id=95158>`__ -
254   glx-test compilation fails in \`make check\`
255-  `Bug 95164 <https://bugs.freedesktop.org/show_bug.cgi?id=95164>`__ -
256   GLSL compiler (linker I think) emits assertion upon call to
257   glAttachShader
258-  `Bug 95180 <https://bugs.freedesktop.org/show_bug.cgi?id=95180>`__ -
259   rasterizer/memory/Convert.h:170:9: error: ‘__builtin_isnan’ is not a
260   member of ‘std’
261-  `Bug 95198 <https://bugs.freedesktop.org/show_bug.cgi?id=95198>`__ -
262   Shadow of Mordor beta has missing geometry with gl 4.3
263-  `Bug 95203 <https://bugs.freedesktop.org/show_bug.cgi?id=95203>`__ -
264   Tonga GST/OMX/VCE encode broken since mesa: st/omx: Fix resource leak
265   on OMX_ErrorNone
266-  `Bug 95211 <https://bugs.freedesktop.org/show_bug.cgi?id=95211>`__ -
267   scons TypeError: 'tuple' object is not callable
268-  `Bug 95246 <https://bugs.freedesktop.org/show_bug.cgi?id=95246>`__ -
269   Segfault in glBindFramebuffer()
270-  `Bug 95251 <https://bugs.freedesktop.org/show_bug.cgi?id=95251>`__ -
271   vdpau decoder capabilities: not supported
272-  `Bug 95252 <https://bugs.freedesktop.org/show_bug.cgi?id=95252>`__ -
273   [deqp] deqp-gles31.functional.debug.object_labels.query_length_only
274   crashes
275-  `Bug 95292 <https://bugs.freedesktop.org/show_bug.cgi?id=95292>`__ -
276   [IVB,SKL] vulkan: stride/tiling issue with vkCmdCopyBufferToImage
277   from larger source buffer into destination image
278-  `Bug 95296 <https://bugs.freedesktop.org/show_bug.cgi?id=95296>`__ -
279   nir_lower_double_packing.c:79:4: error: void function
280   'lower_double_pack_impl' should not return a value [-Wreturn-type]
281-  `Bug 95324 <https://bugs.freedesktop.org/show_bug.cgi?id=95324>`__ -
282   GL33-CTS.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo fails in one
283   case on Haswell
284-  `Bug 95370 <https://bugs.freedesktop.org/show_bug.cgi?id=95370>`__ -
285   [965GM] piglit fails many tests after a5d7e144
286-  `Bug 95373 <https://bugs.freedesktop.org/show_bug.cgi?id=95373>`__ -
287   Suspicious warning in brw_blorp_clear.cpp
288-  `Bug 95403 <https://bugs.freedesktop.org/show_bug.cgi?id=95403>`__ -
289   [GK110] misaligned_gpr spamming dmesg when playing victor vran
290-  `Bug 95419 <https://bugs.freedesktop.org/show_bug.cgi?id=95419>`__ -
291   [HSW][regression][bisect] RPG Maker game gives "invalid floating
292   point operation" at startup
293-  `Bug 95456 <https://bugs.freedesktop.org/show_bug.cgi?id=95456>`__ -
294   glXGetFBConfigs has invalid screen bounds
295-  `Bug 95462 <https://bugs.freedesktop.org/show_bug.cgi?id=95462>`__ -
296   [BXT,BSW] arb_gpu_shader_fp64 causes gpu hang
297-  `Bug 95529 <https://bugs.freedesktop.org/show_bug.cgi?id=95529>`__ -
298   [regression, bisected] Image corruption in Chrome
299-  `Bug 95537 <https://bugs.freedesktop.org/show_bug.cgi?id=95537>`__ -
300   Invalid argument in anv_ioctl called from anv_physical_device_init
301-  `Bug 96221 <https://bugs.freedesktop.org/show_bug.cgi?id=96221>`__ -
302   nir/nir_lower_tex.c:202: error: unknown field ‘f32’ specified in
303   initializer
304-  `Bug 96228 <https://bugs.freedesktop.org/show_bug.cgi?id=96228>`__ -
305   SSBO test regressions from mesa 5b267509
306-  `Bug 96236 <https://bugs.freedesktop.org/show_bug.cgi?id=96236>`__ -
307   dri_interface.h:404: error: redefinition of typedef
308   ‘mesa_glinterop_device_info’
309-  `Bug 96238 <https://bugs.freedesktop.org/show_bug.cgi?id=96238>`__ -
310   swr fails to build outside of the main directory
311-  `Bug 96239 <https://bugs.freedesktop.org/show_bug.cgi?id=96239>`__ -
312   [radeonsi tessellation] [R9 290/390] Random "texture flickering"
313   (Shadow of Mordor, Tomb Raider, Unigine Heaven 4.0)
314-  `Bug 96258 <https://bugs.freedesktop.org/show_bug.cgi?id=96258>`__ -
315   [NVC0] Hang when running compute program
316-  `Bug 96285 <https://bugs.freedesktop.org/show_bug.cgi?id=96285>`__ -
317   Mesa build broken
318-  `Bug 96299 <https://bugs.freedesktop.org/show_bug.cgi?id=96299>`__ -
319   [vulkan] 64 regressions due to mesa d5f2f32
320-  `Bug 96346 <https://bugs.freedesktop.org/show_bug.cgi?id=96346>`__ -
321   [SNB,CTS] es2-cts.gtf.gl.atan regression
322-  `Bug 96349 <https://bugs.freedesktop.org/show_bug.cgi?id=96349>`__ -
323   [CTS,SKL,BSW,BDW,KBL,BXT]
324   es31-cts.arrays_of_arrays.interactionuniformbuffers3
325-  `Bug 96351 <https://bugs.freedesktop.org/show_bug.cgi?id=96351>`__ -
326   [CTS,SKL,KBL,BXT] es2-cts.gtf.gl2extensiontests.egl_image.egl_image
327-  `Bug 96358 <https://bugs.freedesktop.org/show_bug.cgi?id=96358>`__ -
328   SSO: wrong interface validation between GS and VS (regresion due to
329   latest gles 3.1)
330-  `Bug 96425 <https://bugs.freedesktop.org/show_bug.cgi?id=96425>`__ -
331   [bisected] occasional dark render in The Talos Principle
332-  `Bug 96504 <https://bugs.freedesktop.org/show_bug.cgi?id=96504>`__ -
333   [vulkancts] compute tests crash
334-  `Bug 96516 <https://bugs.freedesktop.org/show_bug.cgi?id=96516>`__ -
335   [bisected: 482526] "clover: Update OpenCL version string to match
336   OpenGL": clover's build fails because of missing git_sha1.h
337-  `Bug 96565 <https://bugs.freedesktop.org/show_bug.cgi?id=96565>`__ -
338   Clive Barker's Jericho displays strange,vivid colors when motion blur
339   enabled
340-  `Bug 96607 <https://bugs.freedesktop.org/show_bug.cgi?id=96607>`__ -
341   [bisected] texture misrender / flicker in The Talos Principle on SKL
342-  `Bug 96617 <https://bugs.freedesktop.org/show_bug.cgi?id=96617>`__ -
343   gl_SecondaryFragDataEXT doesn't work for extended blend func
344-  `Bug 96629 <https://bugs.freedesktop.org/show_bug.cgi?id=96629>`__ -
345   dEQP-GLES2.functional.texture.completeness.cube.not_positive_level_0:
346   Assertion \`width >= 1' failed.
347-  `Bug 96639 <https://bugs.freedesktop.org/show_bug.cgi?id=96639>`__ -
348   st/mesa: transfer_map with too-high level with
349   dEQP-GLES2.functional.texture.completeness.cube.extra_level
350-  `Bug 96674 <https://bugs.freedesktop.org/show_bug.cgi?id=96674>`__ -
351   [SNB, ILK]
352   spec.ext_image_dma_buf_import.ext_image_dma_buf_import-sample_nv1
353-  `Bug 96765 <https://bugs.freedesktop.org/show_bug.cgi?id=96765>`__ -
354   BindFragDataLocationIndexed on array fragment shader output.
355-  `Bug 96791 <https://bugs.freedesktop.org/show_bug.cgi?id=96791>`__ -
356   Cannot use image from swapchains for sampling
357-  `Bug 96825 <https://bugs.freedesktop.org/show_bug.cgi?id=96825>`__ -
358   anv_device.c:31:27: fatal error: anv_timestamp.h: No such file or
359   directory
360
361Changes
362-------
363
364Radeon drivers (r600 and radeonsi) now require LLVm 3.6 as a minimum.
365