zink: add a texture barrier hook
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 18 Aug 2020 21:12:27 +0000 (17:12 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 10 Feb 2021 13:12:12 +0000 (13:12 +0000)
commit79fcea9475da1f03164a855f32c4c259007a8a19
tree530e16f2edbfd72851198aa2cb80645aacc0dc03
parent802c1afe9c6f31b92d4f6ee2ded7975156139094
zink: add a texture barrier hook

this just flushes all the pending batches, which is enough since we
do our batch work synchronously and everything is awful

will be reworked when this is no longer the case

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8948>
src/gallium/drivers/zink/zink_context.c