replace draw_offset w/ 0 for now
authorBrian <brian@i915.localnet.net>
Wed, 8 Aug 2007 15:52:35 +0000 (09:52 -0600)
committerBrian <brian@i915.localnet.net>
Wed, 8 Aug 2007 15:52:35 +0000 (09:52 -0600)
src/mesa/pipe/i915simple/i915_state_emit.c

index dd7932b..ba8cbda 100644 (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);
    }