[Mesa-dev] [PATCH 11/11] anv/device: expose shaderInt16 support in gen8+

Jason Ekstrand jason at jlekstrand.net
Tue Apr 24 21:56:14 UTC 2018


9-11 are

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

On Wed, Apr 11, 2018 at 12:20 AM, Iago Toral Quiroga <itoral at igalia.com>
wrote:

> ---
>  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 7522b7865c2..306d5beff7d 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -759,7 +759,7 @@ void anv_GetPhysicalDeviceFeatures(
>        .shaderCullDistance                       = true,
>        .shaderFloat64                            = pdevice->info.gen >= 8,
>        .shaderInt64                              = pdevice->info.gen >= 8,
> -      .shaderInt16                              = false,
> +      .shaderInt16                              = pdevice->info.gen >= 8,
>        .shaderResourceMinLod                     = false,
>        .variableMultisampleRate                  = false,
>        .inheritedQueries                         = true,
> --
> 2.14.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180424/b6b024ca/attachment.html>


More information about the mesa-dev mailing list