replace draw_offset w/ 0 for now

This commit is contained in:
Brian
2007-08-08 09:52:35 -06:00
parent 7523f490b0
commit 40bc47f578
+2 -2
View File
@@ -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);
/*cbuf_region->draw_offset*/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);
/*depth_region->draw_offset*/0);
}