Skip to content

ir3: Fix "print" meta instruction synchronization

Danylo Piliaiev requested to merge Danil/mesa:fix/ir3/shader-print into main

What does this MR do and why?

There was a WAR hazard if something writes to sources last STG is using. (sy)nop did not wait for sources to become "free", we need to use (ss).

Merge request reports