zink: fix ds3 line stipple enable handling
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Oct 2022 17:00:30 +0000 (13:00 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 21 Oct 2022 21:27:13 +0000 (21:27 +0000)
commit5aa437a9f11cb029a52cce90d40fd2c238513107
tree45b6dd8d2403edcaf7c7f957836dcb73b4b7889d
parent12fded59650c26ae831663568e3d2981f5195b7f
zink: fix ds3 line stipple enable handling

ds3 can be used without line stipple enable if the driver doesn't support
line stipple, so this needs special-casing

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19204>
src/gallium/drivers/zink/zink_draw.cpp
src/gallium/drivers/zink/zink_pipeline.c