commit | 5edaf081cdbdadfd027c2ba9ee5095f49b274f81 | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Wed Jul 01 15:57:43 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Aug 07 11:17:04 2020 +0000 |
tree | e80a3028e8c7bb455b759dc62e6544b687b0e2f9 | |
parent | 8531830038de9f0d8a97d55ccf209f549b720d8c [diff] |
zink: basic primitive restart support for strip/fan topologies this conditionally handles rewriting the index buffer to use vk-compatible restart indexes and then enables it in the pipeline for supported draw modes fixes #3174 Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5912>