From: Ilia Mirkin Date: Wed, 30 Nov 2016 05:56:48 +0000 (-0500) Subject: anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fda1d0187d2e9ea2aa9e1f4afd3c4ebccf74f668;p=mesa.git anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge This is already supported in genX_state.c, expose the extension string. Signed-off-by: Ilia Mirkin Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 0b0f610ef34..d594df7d3be 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -260,6 +260,10 @@ static const VkExtensionProperties device_extensions[] = { .extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME, .specVersion = 68, }, + { + .extensionName = VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME, + .specVersion = 1, + } }; static void *