summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/trace/tr_public.h')
-rw-r--r--src/gallium/drivers/trace/tr_public.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_public.h b/src/gallium/drivers/trace/tr_public.h
index 62e217097d..aee4937dd4 100644
--- a/src/gallium/drivers/trace/tr_public.h
+++ b/src/gallium/drivers/trace/tr_public.h
@@ -38,6 +38,9 @@ struct pipe_context;
struct pipe_screen *
trace_screen_create(struct pipe_screen *screen);
+boolean
+trace_enabled(void);
+
#ifdef __cplusplus
}
#endif