[Mesa-dev] [PATCH 5/6] gallium/hud: set filedescriptor for fps graph

Edmondo Tommasina edmondo.tommasina at gmail.com
Wed Dec 21 21:58:13 UTC 2016


---
 src/gallium/auxiliary/hud/hud_fps.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/auxiliary/hud/hud_fps.c b/src/gallium/auxiliary/hud/hud_fps.c
index a360bc2..ddf30e4 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);
 }
-- 
2.10.0



More information about the mesa-dev mailing list