dzn: Support dynamic line width
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 14 Jun 2022 07:11:11 +0000 (00:11 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 15 Jun 2022 00:10:42 +0000 (00:10 +0000)
commit1acf0b4bd4fdddec1d1d045115fc133256595997
tree896d789d567d98ec178d77f1bfa33526513df4f2
parent7d9afb93cc8a9d8afe120f2d71224cf8bd914f11
dzn: Support dynamic line width

.wideLines = false, which forbids the user to set the line width
to something different than 1. We're thus safe to claim support
for dynamic line width and do nothing in CmdSetLineWidth() other
than checking the value passed is 1.0f.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16971>
src/microsoft/vulkan/dzn_pipeline.c