Skip to content

r600: fix handling of use_sb flag

Gert Wollny requested to merge gerddie/mesa:r600_more_fixes into main
  • Fix type of use_sb to handle logical ops correctly
  • Disable sb if the variable length dot is used - it is not handled well and as long as we sb is still in the code, we should at least not break it by feeding it things can't understand
  • Drop some extra kill op handling, the scheduler already does the right thing
  • Emit WaitACK for some memory barriers

Merge request reports