Skip to content

zink: split renderpasses for TextureBarrierNV() usage

Mike Blumenkrantz requested to merge zmike/mesa:zink-barrier into main

if no fbfetch is present, then this is a draw -> sampler read barrier, and zink does not emit a self-dependency for this by default

Merge request reports