dzn: Claim fillModeNonSolid
authorJesse Natalie <jenatali@microsoft.com>
Fri, 31 Mar 2023 19:56:51 +0000 (12:56 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 4 Apr 2023 21:48:19 +0000 (21:48 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22277>

src/microsoft/vulkan/dzn_device.c

index 9ff6a85..b09622b 100644 (file)
@@ -1322,7 +1322,7 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
       .drawIndirectFirstInstance = true,
       .depthClamp = true,
       .depthBiasClamp = true,
-      .fillModeNonSolid = false,
+      .fillModeNonSolid = true,
       .depthBounds = dzn_physical_device_supports_depth_bounds(pdev),
       .wideLines = driQueryOptionb(&instance->dri_options, "dzn_claim_wide_lines"),
       .largePoints = false,