[Mesa-dev] [PATCH 7/7] radv: Expose VK_KHR_maintenance1

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Mon Jan 30 01:19:33 UTC 2017


Patch 1-3, 6-7 are

Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

The other two you'll need to find someone else to review as I'm not
going to review my own patches.

- Bas

On Fri, Jan 27, 2017, at 06:03, Andres Rodriguez wrote:
> ---
>  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 4aa6af2..7f68cdc 100644
> --- a/src/amd/vulkan/radv_device.c
> +++ b/src/amd/vulkan/radv_device.c
> @@ -104,6 +104,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,
>  	},
> -- 
> 2.9.3
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list