i965: Remove spurious duplicate ADVANCE_BATCH

... a leftover from a bad merge.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-02-21 16:02:26 +00:00
parent 2c6793fb6b
commit a43f20e069

View file

@ -559,7 +559,6 @@ static void brw_emit_vertices(struct brw_context *brw)
brw->vb.nr_current_buffers = i;
ADVANCE_BATCH();
}
ADVANCE_BATCH();
BEGIN_BATCH(1 + brw->vb.nr_enabled * 2);
OUT_BATCH((CMD_VERTEX_ELEMENT << 16) | (2*brw->vb.nr_enabled - 1));