summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_debug.h')
-rw-r--r--src/mesa/state_tracker/st_debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_debug.h b/src/mesa/state_tracker/st_debug.h
index 288eccf..ed3ead8 100644
--- a/src/mesa/state_tracker/st_debug.h
+++ b/src/mesa/state_tracker/st_debug.h
@@ -32,6 +32,8 @@
#include "pipe/p_compiler.h"
#include "util/u_debug.h"
+struct st_context;
+
extern void
st_print_current(void);
@@ -59,6 +61,8 @@ extern int ST_DEBUG;
void st_debug_init( void );
+void st_enable_debug_output(struct st_context *st, boolean enable);
+
static inline void
ST_DBG( unsigned flag, const char *fmt, ... )
{