[Mesa-dev] [PATCH] anv: Bump advertised version to 1.0.42

Chad Versace chadversary at chromium.org
Mon Feb 27 17:40:39 UTC 2017


On Mon 27 Feb 2017, Jason Ekstrand wrote:
> We've been following the spec changes.

Yup, we have ;) Let's chat on irc today about how to handle the KHX
extensions.

Reviewed-by: Chad Versace <chadversary at chromium.org>

> ---
>  src/intel/vulkan/anv_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
> index 5168331..30b5bb3 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -646,7 +646,7 @@ void anv_GetPhysicalDeviceProperties(
>     };
>  
>     *pProperties = (VkPhysicalDeviceProperties) {
> -      .apiVersion = VK_MAKE_VERSION(1, 0, 39),
> +      .apiVersion = VK_MAKE_VERSION(1, 0, 42),
>        .driverVersion = 1,
>        .vendorID = 0x8086,
>        .deviceID = pdevice->chipset_id,
> -- 
> 2.5.0.400.gff86faf
> 
> _______________________________________________
> 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