Skip to content

aux/trace: avoid deadlock in screen::flush_frontbuffer hook

Mike Blumenkrantz requested to merge zmike/mesa:trace-deadlock into main

this hook usually requires mapping a resource, which will trigger a trace dump internally, which requires locking the output mutex, so finish the trace dump before calling it

Merge request reports