aco: add ACO_DEBUG=liveinfo

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9599>
This commit is contained in:
Rhys Perry
2021-03-15 14:17:14 +00:00
committed by Marge Bot
parent 8e409abf96
commit e2cdbb25c7
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ static const struct debug_control aco_debug_options[] = {
{"noopt", DEBUG_NO_OPT},
{"nosched", DEBUG_NO_SCHED},
{"perfinfo", DEBUG_PERF_INFO},
{"liveinfo", DEBUG_LIVE_INFO},
{NULL, 0}
};