Module: Mesa Branch: main Commit: 9663546cf4c7c3ef87da870b8399725eb5f6f5bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9663546cf4c7c3ef87da870b8399725eb5f6f5bf
Author: Jesse Natalie <[email protected]> Date: Fri Mar 31 12:56:51 2023 -0700 dzn: Claim fillModeNonSolid Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22277> --- src/microsoft/vulkan/dzn_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsoft/vulkan/dzn_device.c b/src/microsoft/vulkan/dzn_device.c index 9ff6a85dc85..b09622b005f 100644 --- a/src/microsoft/vulkan/dzn_device.c +++ b/src/microsoft/vulkan/dzn_device.c @@ -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,
