mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 01:00:47 +02:00
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:
parent
2c6793fb6b
commit
a43f20e069
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue