diff options
author | Brian Paul <[email protected]> | 2004-02-23 21:07:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-02-23 21:07:12 +0000 |
commit | cf20f8cc3f92fcc6441b55a793bcede0d83a2a69 (patch) | |
tree | 4cb5aff95a598c34debe0828d753d53591d66f01 /src/mesa/drivers/dri/unichrome/via_dmatmp.h | |
parent | 537f42e24042292a34048a2e48844fbe4e9267e0 (diff) |
updates from Erdi Chen
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_dmatmp.h')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_dmatmp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_dmatmp.h b/src/mesa/drivers/dri/unichrome/via_dmatmp.h index 458ccea213f..5808b505f37 100644 --- a/src/mesa/drivers/dri/unichrome/via_dmatmp.h +++ b/src/mesa/drivers/dri/unichrome/via_dmatmp.h @@ -304,11 +304,6 @@ static void TAG(render_tri_strip_verts)(GLcontext *ctx, currentsz = dmasz; } - if ((flags & PRIM_PARITY) && count - start > 2) { - EMIT_VERTS(ctx, start, 1); - currentsz--; - } - /* From here on emit even numbers of tris when wrapping over buffers: */ dmasz -= (dmasz & 1); |