Skip to content

zink: emit line-width when using polygon line-mode

Erik Faye-Lund requested to merge kusma/mesa:zink-fix-line-width into master

When switching this to dynamic state, I forgot that this also needs to be emitted when we use a polygon-mode set to lines.

Signed-off-by: Erik Faye-Lund erik.faye-lund@collabora.com Fixes: 6d30abb4 ("zink: use dynamic state for line-width")

Merge request reports