Mesa (master): gallium/hud: set filedescriptor for fps graph

Marek Olšák mareko at kemper.freedesktop.org
Sat Dec 31 23:30:14 UTC 2016


Module: Mesa
Branch: master
Commit: 5b9d76296ff1c4c1cff6323510947e22bee9dfd3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b9d76296ff1c4c1cff6323510947e22bee9dfd3

Author: Edmondo Tommasina <edmondo.tommasina at gmail.com>
Date:   Wed Dec 21 22:58:13 2016 +0100

gallium/hud: set filedescriptor for fps graph

Signed-off-by: Marek Olšák <marek.olsak at amd.com>

---

 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);
 }




More information about the mesa-commit mailing list