mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
anv: Ensure discreteQueuePriorities is at least 2
This is the minimum value according to the spec. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
parent
2b5f42068d
commit
f0b987646a
1 changed files with 1 additions and 1 deletions
|
|
@ -1069,7 +1069,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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue