panvk: report strictLines as true

We are implementing the line rasterization as per the spec, so we should
report strictLines as true. This matches what the DDK does as well.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33373>
This commit is contained in:
Erik Faye-Lund 2025-02-04 11:35:29 +01:00 committed by Marge Bot
parent 1d64095410
commit e49df902b4

View file

@ -667,7 +667,7 @@ get_device_properties(const struct panvk_instance *instance,
.lineWidthRange = {0.0, 7.9921875},
.pointSizeGranularity = (1.0 / 16.0),
.lineWidthGranularity = (1.0 / 128.0),
.strictLines = false,
.strictLines = true,
.standardSampleLocations = true,
.optimalBufferCopyOffsetAlignment = 64,
.optimalBufferCopyRowPitchAlignment = 64,