Mesa (master): i965: Remove spurious duplicate ADVANCE_BATCH

Chris Wilson ickle at kemper.freedesktop.org
Mon Feb 21 16:06:11 UTC 2011


Module: Mesa
Branch: master
Commit: a43f20e0699f0b60d1e1e3e7a0693192f8d2895d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a43f20e0699f0b60d1e1e3e7a0693192f8d2895d

Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Feb 21 16:02:26 2011 +0000

i965: Remove spurious duplicate ADVANCE_BATCH

... a leftover from a bad merge.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

---

 src/mesa/drivers/dri/i965/brw_draw_upload.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index 09d7a5e..17af046 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_draw_upload.c
@@ -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));




More information about the mesa-commit mailing list