Mesa 12.0.6 Release Notes / January 23, 2017 ============================================ Mesa 12.0.6 is a bug fix release which fixes bugs found since the 12.0.5 release. Mesa 12.0.6 implements the OpenGL 4.3 API, but the version reported by glGetString(GL\_VERSION) or glGetIntegerv(GL\_MAJOR\_VERSION) / glGetIntegerv(GL\_MINOR\_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 4.3. OpenGL 4.3 is **only** available if requested at context creation because compatibility contexts are not supported. SHA256 checksums ---------------- :: 65339ba5d76a45225b8b56f9a1da9db15c569e1d163760faa2921da0a8461741 mesa-12.0.6.tar.gz 7d6da9744c1022a4c2ab6ad01a206984d00443fb691568011d01b3dd97e36448 mesa-12.0.6.tar.xz New features ------------ None Bug fixes --------- This list is likely incomplete. - `Bug 92234 `__ - [BDW] GPU hang in Shogun2 - `Bug 95130 `__ - Derivatives of gl\_Color wrong when helper pixels used - `Bug 98329 `__ - [dEQP, EGL, SKL, BDW, BSW] dEQP-EGL.functional.image.render\_multiple\_contexts.gles2\_renderbuffer\_depth16\_depth\_buffer - `Bug 99030 `__ - [HSW, regression] transform feedback fails on Linux 4.8 - `Bug 99354 `__ - [G71] "Assertion \`bkref' failed" reproducible with glmark2 Changes ------- Chad Versace (3): - i965/mt: Disable aux surfaces after making miptree shareable - i965/mt: Disable HiZ when sharing depth buffer externally (v2) - anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0 Emil Velikov (5): - docs: add sha256 checksums for 12.0.5 - get-typod-pick-list.sh: add new script - automake: use shared llvm libs for make distcheck - egl/wayland: use the destroy\_window\_callback for swrast - Update version to 12.0.6 Fredrik Höglund (1): - dri3: Fix MakeCurrent without a default framebuffer Ilia Mirkin (1): - nouveau: take extra push space into account for pushbuf\_space calls Jason Ekstrand (19): - spirv/nir: Fix some texture opcode asserts - spirv/nir: Add support for shadow samplers that return vec4 - spirv/nir: Properly handle gather components - anv/pipeline: Set binding\_table.gather\_texture\_start - nir: Add a helper for determining the type of a texture source - nir/lower\_tex: Add some helpers for working with tex sources - nir/lower\_tex: Add support for lowering coordinate offsets - i965/nir: Enable NIR lowering of txf and rect offsets - i965: Get rid of the do\_lower\_unnormalized\_offsets pass - spirv/nir: Don't increment coord\_components for array lod queries - anv/image: Assert that the image format is actually supported - spirv/nir: Move opcode selection higher up in handle\_texture - spirv/nir: Refactor type handling in handle\_texture - nir/spirv: Refactor coordinate handling in handle\_texture - spirv/nir: Handle texture projectors - spirv/nir: Add support for ImageQuerySamples - anv/device: Return the right error for failed maps - anv/device: Implicitly unmap memory objects in FreeMemory - anv/descriptor\_set: Write the state offset in the surface state free list. Kenneth Graunke (2): - spirv: Move cursor before calling vtn\_ssa\_value() in phi 2nd pass. - i965: Properly flush in hsw\_pause\_transform\_feedback(). Marek Olšák (6): - cso: don't release sampler states that are bound - radeonsi: always restore sampler states when unbinding sampler views - radeonsi: fix incorrect FMASK checking in bind\_sampler\_states - radeonsi: disable CE on SI + AMDGPU - radeonsi: disable the constant engine (CE) on Carrizo and Stoney - gallium/radeon: fix the draw-calls HUD query Matt Turner (3): - i965/fs: Rename opt\_copy\_propagate -> opt\_copy\_propagation. - i965/fs: Add unit tests for copy propagation pass. - i965/fs: Reject copy propagation into SEL if not min/max. Michel Dänzer (1): - cso: Don't restore nr\_samplers in cso\_restore\_fragment\_samplers Nicolai Hähnle (1): - radeonsi: enable WQM in PS prolog when needed