projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7f1ed
)
gallium/hud: fix the windows build by disabling file dumping
author
Marek Olšák
<marek.olsak@amd.com>
Mon, 2 Jan 2017 22:16:48 +0000
(23:16 +0100)
committer
Marek Olšák
<marek.olsak@amd.com>
Mon, 2 Jan 2017 22:18:28 +0000
(23:18 +0100)
src/gallium/auxiliary/hud/hud_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/hud/hud_context.c
b/src/gallium/auxiliary/hud/hud_context.c
index
779c116
..
f2f503d
100644
(file)
--- a/
src/gallium/auxiliary/hud/hud_context.c
+++ b/
src/gallium/auxiliary/hud/hud_context.c
@@
-868,6
+868,7
@@
hud_graph_destroy(struct hud_graph *graph)
void
hud_graph_set_dump_file(struct hud_graph *gr)
{
+#ifndef PIPE_OS_WINDOWS
const char *hud_dump_dir = getenv("GALLIUM_HUD_DUMP_DIR");
char *dump_file;
@@
-880,6
+881,7
@@
hud_graph_set_dump_file(struct hud_graph *gr)
free(dump_file);
}
}
+#endif
}
/**