radv: add support for VK_KHR_sampler_mirror_clamp_to_edge
authorFredrik Höglund <fredrik@kde.org>
Wed, 23 Nov 2016 22:04:59 +0000 (23:04 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Nov 2016 22:19:20 +0000 (08:19 +1000)
commit2c748c5c8a19f331b9b96f4b4365c015d9b3e68c
tree32159cd89fc35d2e0d9c5f3965258cd73ced54a3
parent5cbcbc75f437b805e5c3c0c3b5c1192c0d68c1f5
radv: add support for VK_KHR_sampler_mirror_clamp_to_edge

radv_tex_wrap() already supports VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE,
so all that's needed is to advertise support for the extension.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_device.c