summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/drivers/i965simple/brw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965simple/brw_context.h b/src/gallium/drivers/i965simple/brw_context.h
index f00eb34f92..3079485180 100644
--- a/src/gallium/drivers/i965simple/brw_context.h
+++ b/src/gallium/drivers/i965simple/brw_context.h
@@ -188,7 +188,7 @@ extern int BRW_DEBUG;
} while(0)
#define PRINT(...) do { \
- debug_printf(brw->pipe.winsys, __VA_ARGS__); \
+ debug_printf(__VA_ARGS__); \
} while(0)
struct brw_state_flags {