aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorEdmondo Tommasina <[email protected]>2016-12-21 22:58:13 +0100
committerMarek Olšák <[email protected]>2017-01-01 00:03:38 +0100
commit5b9d76296ff1c4c1cff6323510947e22bee9dfd3 (patch)
treefd07fc4078ea566337119785a4970a60923080ad /src/gallium/auxiliary
parent94c9916710ad19aeec998cc44cbbe95945695e92 (diff)
gallium/hud: set filedescriptor for fps graph
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/hud/hud_fps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_fps.c b/src/gallium/auxiliary/hud/hud_fps.c
index a360bc2ed04..ddf30e415d2 100644
--- a/src/gallium/auxiliary/hud/hud_fps.c
+++ b/src/gallium/auxiliary/hud/hud_fps.c
@@ -88,5 +88,7 @@ hud_fps_graph_install(struct hud_pane *pane)
*/
gr->free_query_data = free_query_data;
+ hud_graph_set_dump_file(gr);
+
hud_pane_add_graph(pane, gr);
}