zink: hook up line-rasterization ext
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Oct 2019 15:42:48 +0000 (16:42 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 9 Jul 2021 13:18:47 +0000 (13:18 +0000)
commit9e7e54b4738df04dce385006d0d8ce1314c9e319
tree3d4055b3f146a257f39930482215fdd393a45f8e
parent1c6c200c0d79329174d19ae694d11f762819eeba
zink: hook up line-rasterization ext

The VK_EXT_line_rasterization extension allows to specify the
correct line-rasterization rules, which is needed for correct OpenGL
rendering.

So, let's prepare for filling this one out. Right now, it does a whole
lot of nothing, but that's about to change.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11795>
src/gallium/drivers/zink/zink_device_info.py
src/gallium/drivers/zink/zink_pipeline.c