summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_debug.h
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2007-11-03 02:00:28 +0000
committerJosé Fonseca <[email protected]>2007-11-03 02:01:32 +0000
commit7a7899a2476592e846b908a557a738a49fa9a948 (patch)
tree58a2d2f5ef1a02d1e916e749d445f4617abe7aa0 /src/mesa/pipe/i915simple/i915_debug.h
parent5fa6ea68586e906a984291dd4c20f664924157eb (diff)
Allow batch buffer debugging without calling i915_winsys->batch_start so often.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_debug.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_debug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/pipe/i915simple/i915_debug.h b/src/mesa/pipe/i915simple/i915_debug.h
index 0ea131171ef..4c3aa64b421 100644
--- a/src/mesa/pipe/i915simple/i915_debug.h
+++ b/src/mesa/pipe/i915simple/i915_debug.h
@@ -79,9 +79,7 @@ void i915_print_ureg(const char *msg, unsigned ureg);
#endif
-void i915_dump_batchbuffer( struct i915_context *i915,
- unsigned *start,
- unsigned *end );
+void i915_dump_batchbuffer( struct i915_context *i915 );