projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7523f49
)
replace draw_offset w/ 0 for now
author
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 15:52:35 +0000
(09:52 -0600)
committer
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 15:52:35 +0000
(09:52 -0600)
src/mesa/pipe/i915simple/i915_state_emit.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/i915simple/i915_state_emit.c
b/src/mesa/pipe/i915simple/i915_state_emit.c
index
dd7932b
..
ba8cbda
100644
(file)
--- 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
);
+
/*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
);
}