Module: Mesa Branch: master Commit: 33f418bd67a0ccd14de8764b5c2e419963a428d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33f418bd67a0ccd14de8764b5c2e419963a428d8
Author: Andres Rodriguez <[email protected]> Date: Fri Jan 27 00:03:08 2017 -0500 radv: Expose VK_KHR_maintenance1 Reviewed-by: Bas Nieuwenhuizen <[email protected]> --- src/amd/vulkan/radv_device.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 6071421..23cf0d0 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -105,6 +105,10 @@ static const VkExtensionProperties instance_extensions[] = { static const VkExtensionProperties common_device_extensions[] = { { + .extensionName = VK_KHR_MAINTENANCE1_EXTENSION_NAME, + .specVersion = 1, + }, + { .extensionName = VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME, .specVersion = 1, }, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
