Skip to content

anv: Emit CS stall on timestamp

Felix Degrood requested to merge fjdegroo/mesa:wip/csstall-on-timestamp into main

Ensure all prior instructions completed before timestamp taken.

Fixes: cc5843a5 ("anv: implement u_trace support")

Merge request reports