Reviewed-by: Iago Toral Quiroga <ito...@igalia.com>

Grabriel: do you need someone else to push the patch for you?

Iago

On Sun, 2018-08-26 at 21:48 +0300, Gabriel Majeri wrote:
> This is the minimum value according to the spec.
> ---
>  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 d85615caae..85e497f1dd 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -1035,7 +1035,7 @@ void anv_GetPhysicalDeviceProperties(
>        .maxClipDistances                         = 8,
>        .maxCullDistances                         = 8,
>        .maxCombinedClipAndCullDistances          = 8,
> -      .discreteQueuePriorities                  = 1,
> +      .discreteQueuePriorities                  = 2,
>        .pointSizeRange                           = { 0.125, 255.875
> },
>        .lineWidthRange                           = { 0.0, 7.9921875
> },
>        .pointSizeGranularity                     = (1.0 / 8.0),
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to