Skip to content

panfrost: use util_debug_message for perf_debug

Erik Faye-Lund requested to merge kusma/mesa:pan-debug-output into main

This way, applications can get to know about performance issues when they happen, using the debug callback mechanism.

In order to make this work, we need to clean things up a bit first.

Merge request reports