summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state_emit.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-08 11:10:37 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-08 11:14:08 +0100
commitdbb297fac6a9637cc7ee7ab2cf40f196048ba626 (patch)
tree51182cf8ee3d28c5ed36ac745d99082d1891c8cb /src/mesa/pipe/i915simple/i915_state_emit.c
parent7e78b9e4d0117d7438fa1a07dff2bc261a9100d9 (diff)
Hook up i915simple. Doesn't compile.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state_emit.c')
-rw-r--r--src/mesa/pipe/i915simple/i915_state_emit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state_emit.c b/src/mesa/pipe/i915simple/i915_state_emit.c
index ba8cbdacf3..c0539daa6e 100644
--- a/src/mesa/pipe/i915simple/i915_state_emit.c
+++ b/src/mesa/pipe/i915simple/i915_state_emit.c
@@ -189,7 +189,7 @@ i915_emit_hardware_state(struct i915_context *i915 )
OUT_RELOC(cbuf_region->buffer,
I915_BUFFER_ACCESS_WRITE,
- /*cbuf_region->draw_offset*/0);
+ 0);
}
/* What happens if no zbuf??
@@ -207,7 +207,7 @@ i915_emit_hardware_state(struct i915_context *i915 )
OUT_RELOC(depth_region->buffer,
I915_BUFFER_ACCESS_WRITE,
- /*depth_region->draw_offset*/0);
+ 0);
}