mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 04:08:25 +02:00
gallium/hud: set filedescriptor for fps graph
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
94c9916710
commit
5b9d76296f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue