Skip to content

zink: implement command stream reordering for transfer ops

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

this enables opportunistic reordering of command lists to promote transfer ops to the unordered cmdbuf that precedes the "main" cmdbuf, which helps to avoid splitting renderpasses

Merge request reports