commit | f90da64fc65d8da99a5a5a140be7b64c8cf5ee6a | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Wed Nov 30 09:44:20 2016 +0100 |
committer | Iago Toral Quiroga <itoral@igalia.com> | Tue Dec 13 10:32:46 2016 +0100 |
tree | db719f26915a17e4c4be5e3a9e4c39a8ca26932a | |
parent | a8e740c3547b0209d04b505d95a79794db31ce0b [diff] |
i965/nir: enable lowering of texture gradient for cube maps This gets the lowering on the Vulkan driver too. Fixes Vulkan CTS cube map texture gradient tests in: dEQP-VK.glsl.texture_functions.texturegrad.* Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>