diff options
author | Marek Olšák <[email protected]> | 2017-02-16 13:29:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-02-18 01:22:08 +0100 |
commit | c8d84801b76aa0bfb04f5adcfb83335ee54b01e6 (patch) | |
tree | e0ee22a677dcea9c05fdf47a6d4365b369c19eab /src/gallium/auxiliary/hud/hud_fps.c | |
parent | 22c34bbc55a4f2db956780221b251731885cd162 (diff) |
gallium/hud: create files after graphs are created to get final names
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Edmondo Tommasina <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_fps.c')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_fps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/hud/hud_fps.c b/src/gallium/auxiliary/hud/hud_fps.c index ddf30e415d2..a360bc2ed04 100644 --- a/src/gallium/auxiliary/hud/hud_fps.c +++ b/src/gallium/auxiliary/hud/hud_fps.c @@ -88,7 +88,5 @@ 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); } |