panvk: Ignore point size for !points
authorAlyssa Rosenzweig <alyssa@collabora.com>
Mon, 25 Apr 2022 16:24:04 +0000 (12:24 -0400)
committerMarge Bot <emma+marge@anholt.net>
Mon, 2 May 2022 13:12:31 +0000 (13:12 +0000)
commit9d84caa4d5876e85c43aa8f7d38256bfdce59798
treecf075a52a261fd6bc7daaca04fe98277ce9ebbcc
parent2864094f69db38f1948bad738256db4699653fad
panvk: Ignore point size for !points

Otherwise wide lines break. The alternative approach is to eliminate the points
writes when not drawing points since we do have topology information at compile
time. I'm admittedly stuck in my GL mindset. That's the approach we'll need for
Valhall anyway.

Fixes dEQP-VK.rasterization.interpolation.basic.lines_wide

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16204>
src/panfrost/ci/deqp-panfrost-g52-vk.toml
src/panfrost/vulkan/panvk_vX_cmd_buffer.c
src/panfrost/vulkan/panvk_vX_pipeline.c