summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-04-20 16:05:01 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-04-20 16:07:44 +0200
commit8ae52413c7883fa4e9bee303f7d28d6dd6953101 (patch)
tree3a23f2c4a0c250ea8aa4c15450c2bcf885029463 /src/gallium/drivers/trace/tr_screen.c
parent6900046aad77b3b01feb30af9e50375224747b7d (diff)
trace: Add initializer for static variables
Diffstat (limited to 'src/gallium/drivers/trace/tr_screen.c')
-rw-r--r--src/gallium/drivers/trace/tr_screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.c b/src/gallium/drivers/trace/tr_screen.c
index 549525b82a..12a8535342 100644
--- a/src/gallium/drivers/trace/tr_screen.c
+++ b/src/gallium/drivers/trace/tr_screen.c
@@ -840,6 +840,8 @@ trace_screen_create(struct pipe_screen *screen)
if(!screen)
goto error1;
+ trace_dump_init();
+
if(!trace_dump_trace_begin())
goto error1;