mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
panvk: Report correct min value for discreteQueuePriorities
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Fixes:ac34183ec3("panvk: Move the VkPhysicalDevice logic to panvk_physical_device.{c,h}") Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29800> (cherry picked from commit3129d71fef)
This commit is contained in:
parent
20cbc1ee3f
commit
edb1d3ea03
2 changed files with 2 additions and 2 deletions
|
|
@ -1154,7 +1154,7 @@
|
|||
"description": "panvk: Report correct min value for discreteQueuePriorities",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "ac34183ec3df1435481f345d87f06ee949ed43c7",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -425,7 +425,7 @@ get_device_properties(const struct panvk_physical_device *device,
|
|||
.maxClipDistances = 0,
|
||||
.maxCullDistances = 0,
|
||||
.maxCombinedClipAndCullDistances = 0,
|
||||
.discreteQueuePriorities = 1,
|
||||
.discreteQueuePriorities = 2,
|
||||
.pointSizeRange = {0.125, 4095.9375},
|
||||
.lineWidthRange = {0.0, 7.9921875},
|
||||
.pointSizeGranularity = (1.0 / 16.0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue