Merge branch 'ext-provoking-vertex'
[profile/ivi/mesa.git] / src / gallium / drivers / softpipe / sp_prim_vbuf.c
index 93eea69..4202178 100644 (file)
@@ -236,7 +236,6 @@ sp_vbuf_draw(struct vbuf_render *vbr, const ushort *indices, uint nr)
       }
       break;
 
-
    case PIPE_PRIM_TRIANGLES:
       for (i = 2; i < nr; i += 3) {
          if (softpipe->rasterizer->flatshade_first) {