Skip to content

anv: options for debugging hangs

Lionel Landwerlin requested to merge llandwerlin/mesa:review/anv-debug into main

Run your application with INTEL_DEBUG=sync,stall, stall inserts flushes between draw/dispatches, sync synchronously wait after the execbuffer submission for the work to complete.

/cc @jljusten

Merge request reports