Skip to content

zink: add a texture barrier hook

Mike Blumenkrantz requested to merge zmike/mesa:zink-texture_barrier into master

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

Merge request reports