i915: Remove superfluous MI_NOOP from vertex emission

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2010-02-22 09:50:15 +00:00
parent 5abee283d3
commit ac6ce53af7
+1 -2
View File
@@ -98,8 +98,7 @@ static void intel_start_inline(struct intel_context *intel, uint32_t prim)
/* Emit a slot which will be filled with the inline primitive
* command later.
*/
BEGIN_BATCH(2);
OUT_BATCH(0);
BEGIN_BATCH(1);
assert((intel->batch->dirty_state & (1<<1)) == 0);