zink: hook up timeline semaphore signalling during batch submission

just basic parts, no waiting on semaphores yet

Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9963>
This commit is contained in:
Mike Blumenkrantz
2021-02-12 14:15:27 -05:00
committed by Marge Bot
parent 2d38fb7e61
commit 9a13add12e
7 changed files with 62 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ EXTENSIONS = [
properties=True,
features=True,
guard=True),
Extension("VK_KHR_timeline_semaphore"),
Extension("VK_EXT_4444_formats",
alias="format_4444",
features=True),