[Mesa-dev] [PATCH] anv: Advertise API version 1.0.39

Iago Toral itoral at igalia.com
Fri Jan 27 09:02:03 UTC 2017


FWIW, vulkan-cts seems happy.

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

On Thu, 2017-01-26 at 09:27 -0800, Jason Ekstrand wrote:
> I'm pretty sure we've kept up with the bug fixes.
> ---
>  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 f40e9b2..27f06ac 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, 5),
> +      .apiVersion = VK_MAKE_VERSION(1, 0, 39),
>        .driverVersion = 1,
>        .vendorID = 0x8086,
>        .deviceID = pdevice->chipset_id,


More information about the mesa-dev mailing list