diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 91c9c6ca12e..5c99dc39f3c 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -879,9 +879,9 @@ tu_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, .maxCombinedClipAndCullDistances = 8, .discreteQueuePriorities = 1, .pointSizeRange = { 1, 4092 }, - .lineWidthRange = { 0.0, 7.9921875 }, + .lineWidthRange = { 1.0, 1.0 }, .pointSizeGranularity = 0.0625, - .lineWidthGranularity = (1.0 / 128.0), + .lineWidthGranularity = 0.0, .strictLines = false, /* FINISHME */ .standardSampleLocations = true, .optimalBufferCopyOffsetAlignment = 128,