Skip to content

r300: shader stats reporting improvements

Pavel Ondračka requested to merge ondracka/mesa:r300_shader_stats into main

Several minor improvements:

  • don't report stats on compile failure so we get the GAIN/LOST information from shader-db
  • loops counting
  • vs predication opcodes counting
  • unsigned printf modifier fix

Merge request reports