summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-10 09:58:17 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-10 10:15:31 +0100
commitcb2d95ba68affe665619cc0ec7b74fd0aaae7fc2 (patch)
tree900bb15edc1cc39986315f8d4bd2452ad18fd414 /src/mesa/pipe/i915simple/i915_context.h
parentaf25ca6e69cef93e19bfb118111ffbaedf354f03 (diff)
Add a printf method to winsys and use for all debugging.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h
index c9fd2e9a3f..550d9c012f 100644
--- a/src/mesa/pipe/i915simple/i915_context.h
+++ b/src/mesa/pipe/i915simple/i915_context.h
@@ -120,6 +120,7 @@ struct i915_context
struct i915_state current;
GLuint hardware_dirty;
+ GLuint debug;
struct pipe_scissor_state cliprect;