diff options
author | Marek Olšák <[email protected]> | 2017-06-21 19:54:45 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-06-26 02:17:03 +0200 |
commit | 7492201c4e7b7b3d6575a43673142d6735cb3977 (patch) | |
tree | 4908d58e210788291cf2c515d97557c2763cefdc /src/gallium/auxiliary/hud/hud_private.h | |
parent | d1513edaa00b476f87c4dd397c3746f17f19196a (diff) |
gallium/hud: rename API-thread-busy to main-thread-busy
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |