aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_private.h
diff options
context:
space:
mode:
authorEdmondo Tommasina <[email protected]>2016-12-21 22:58:11 +0100
committerMarek Olšák <[email protected]>2017-01-01 00:03:38 +0100
commit57f86fb3a8bde60e8c99a46fdccd0dc12377ffd2 (patch)
tree55f119f87910eccdd626173b0e2f4d7f55330c76 /src/gallium/auxiliary/hud/hud_private.h
parent22cd9040da75cac6e1c61b821e1ac6906ac4a8ac (diff)
gallium/hud: move file initialization to a function
The function will be used later to create the filedescriptor for other metrics. Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r--src/gallium/auxiliary/hud/hud_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h
index fa1cd8b9a45..5132b3d2c4f 100644
--- a/src/gallium/auxiliary/hud/hud_private.h
+++ b/src/gallium/auxiliary/hud/hud_private.h
@@ -104,6 +104,8 @@ boolean hud_driver_query_install(struct hud_batch_query_context **pbq,
void hud_batch_query_update(struct hud_batch_query_context *bq);
void hud_batch_query_cleanup(struct hud_batch_query_context **pbq);
+void hud_graph_set_dump_file(struct hud_graph *gr);
+
#if HAVE_GALLIUM_EXTRA_HUD
int hud_get_num_nics(bool displayhelp);
#define NIC_DIRECTION_RX 1