Skip to content

zink: simplify barrier usage

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

this simplifies the barrier helper callsites as we no longer need to check whether a barrier is needed beforehand in order to avoid potentially ending a renderpass too early

Merge request reports