mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
1d64095410
commit
e49df902b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue