Skip to content

RFC: radv: add a mechanism for tracking registers per cmdbuf

Samuel Pitoiset requested to merge hakzsam/mesa:radv_tracked_regs into main

The idea behind this is to reduce the number of context rolls but this might increase CPU usage, so it will require benchmarks if we want to adopt it.

This is loosely based on RadeonSI.

Merge request reports