[Mesa-dev] [PATCH 1/2] anv: Ensure discreteQueuePriorities is at least 2
Iago Toral
itoral at igalia.com
Tue Oct 2 07:43:47 UTC 2018
Reviewed-by: Iago Toral Quiroga <itoral at 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),
More information about the mesa-dev
mailing list