turnip: enable strictLines

Now we can enable strictLines as we set rectangular lines by default.

Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6020>
This commit is contained in:
Hyunjun Ko 2021-09-30 02:55:28 +00:00 committed by Marge Bot
parent 542211676c
commit 30b4911031
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ tu_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
.lineWidthRange = { 1.0, 1.0 },
.pointSizeGranularity = 0.0625,
.lineWidthGranularity = 0.0,
.strictLines = false, /* FINISHME */
.strictLines = true,
.standardSampleLocations = true,
.optimalBufferCopyOffsetAlignment = 128,
.optimalBufferCopyRowPitchAlignment = 128,