diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 1d41260e93c..5a89e54faf9 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -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,