Skip to content

turnip: Properly implement pipeline barriers and events

Connor Abbott requested to merge cwabbott0/mesa:review/tu-barriers-events into master

This series completely rewrites flushing on turnip. It replaces all the ad-hoc flushes, and implements pipeline barriers and subpass dependencies "for real," based on our understanding of how the hardware works.

I still haven't finished testing everything yet, particularly with TU_DEBUG=sysmem, but I've implemented all the major features that I know we need to implement, so I think this is ready for review now.

Merge request reports