Skip to content

aco/ra: Clean up print_regs output and support byte-allocated variables

Tony Wasserka requested to merge neobrain/mesa:refactor_print_regs into main

Output previously was a bit hard to parse. This now uses symbols from the Block Elements Unicode block to render variables, allowing us to visualize subdword-allocated variables too.

Example output:

aco_print_regs

Updated output, now with separate rows:

aco_print_regs3

Edited by Tony Wasserka

Merge request reports