turnip: Drop wideLines properties since we don't support wide lines.

The blob doesn't expose wideLines either, and
dEQP-VK.info.device_properties fails if you claim wide line properties
without it.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10470>
This commit is contained in:
Eric Anholt 2021-04-26 11:08:20 -07:00 committed by Marge Bot
parent e882b0505e
commit d8099df65a
1 changed files with 2 additions and 2 deletions

View File

@ -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,