ilo: clean up 3DPRIMITIVE functions
[mesa.git] / src / gallium / drivers / ilo / ilo_3d_pipeline_gen7.c
index 6117c22dea1ccbd058bc661b8ff373e7d7e2568d..db00d79bef3914743ac7b64a9445a3266aa2ac30 100644 (file)
@@ -602,7 +602,7 @@ gen7_pipeline_vf_draw(struct ilo_3d_pipeline *p,
                       struct gen6_pipeline_session *session)
 {
    /* 3DPRIMITIVE */
-   gen7_3DPRIMITIVE(&p->cp->builder, ilo->draw, &ilo->ib, false);
+   gen7_3DPRIMITIVE(&p->cp->builder, ilo->draw, &ilo->ib);
    p->state.has_gen6_wa_pipe_control = false;
 }
 
@@ -844,7 +844,7 @@ gen7_rectlist_commands(struct ilo_3d_pipeline *p,
    gen6_3DSTATE_DRAWING_RECTANGLE(&p->cp->builder, 0, 0,
          blitter->fb.width, blitter->fb.height);
 
-   gen7_3DPRIMITIVE(&p->cp->builder, &blitter->draw, NULL, true);
+   gen7_3DPRIMITIVE(&p->cp->builder, &blitter->draw, NULL);
 }
 
 static void