From 7492201c4e7b7b3d6575a43673142d6735cb3977 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 21 Jun 2017 19:54:45 +0200 Subject: gallium/hud: rename API-thread-busy to main-thread-busy Reviewed-by: Timothy Arceri --- src/gallium/auxiliary/hud/hud_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/hud/hud_private.h') diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h index bbc5ec70c8a..bf9962dbab0 100644 --- a/src/gallium/auxiliary/hud/hud_private.h +++ b/src/gallium/auxiliary/hud/hud_private.h @@ -93,7 +93,7 @@ int hud_get_num_cpus(void); void hud_fps_graph_install(struct hud_pane *pane); void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index); -void hud_api_thread_busy_install(struct hud_pane *pane); +void hud_main_thread_busy_install(struct hud_pane *pane, const char *name); void hud_pipe_query_install(struct hud_batch_query_context **pbq, struct hud_pane *pane, struct pipe_context *pipe, const char *name, unsigned query_type, -- cgit v1.2.3