zink: emit line-width when using polygon line-mode
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 30 Oct 2019 12:57:21 +0000 (13:57 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 31 Oct 2019 15:38:21 +0000 (15:38 +0000)
commitb7674829a102b3e751e8d5fc9b29d9e9079dce4a
treec434aa4d7b39db0d7ab31f5ceb4c183540de6aa2
parentfbb98ae0ed808d0901b9ea68a1ef1bf67883eb75
zink: emit line-width when using polygon line-mode

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: 6d30abb4f14 ("zink: use dynamic state for line-width")
src/gallium/drivers/zink/zink_context.c