projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c9916
)
gallium/hud: set filedescriptor for fps graph
author
Edmondo Tommasina
<edmondo.tommasina@gmail.com>
Wed, 21 Dec 2016 21:58:13 +0000
(22:58 +0100)
committer
Marek Olšák
<marek.olsak@amd.com>
Sat, 31 Dec 2016 23:03:38 +0000
(
00:03
+0100)
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/hud/hud_fps.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/hud/hud_fps.c
b/src/gallium/auxiliary/hud/hud_fps.c
index a360bc2ed04613b3617800d57d530dc291e86217..ddf30e415d240540cec151a53adc1ba74be76713 100644
(file)
--- 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);
}