From: Edmondo Tommasina Date: Wed, 21 Dec 2016 21:58:13 +0000 (+0100) Subject: gallium/hud: set filedescriptor for fps graph X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b9d76296ff1c4c1cff6323510947e22bee9dfd3;p=mesa.git gallium/hud: set filedescriptor for fps graph Signed-off-by: Marek Olšák --- 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); }