Skip to content

amd: add a utility for gathering context rolls by parsing IBs

Marek Olšák requested to merge mareko/mesa:context-roll into main

This is already very useful for being able to see which state changes cause context rolls.

It not only shows which context registers are changed the most often, but it also shows which context registers are changed to the same values (i.e. redundantly), and it may also help realize which context registers are changed too much and don't have to be.

Edited by Marek Olšák

Merge request reports