vc4: fixup for new nir_foreach_block()
[mesa.git] / src / gallium / drivers / ilo / ilo_blitter.h
index 392f784a50354dd1391b5217e925bb54dcf75ba8..4eba8481c2856f73a2a9d516ec46d6643ed7fe85 100644 (file)
@@ -58,9 +58,9 @@ struct ilo_blitter {
    bool initialized;
 
    float vertices[3][2];
-   struct pipe_draw_info draw;
+   struct gen6_3dprimitive_info draw_info;
 
-   uint32_t vf_data[2];
+   uint32_t vf_data[4];
    struct ilo_state_vf vf;
 
    struct ilo_state_vs vs;
@@ -74,6 +74,7 @@ struct ilo_blitter {
    uint32_t vp_data[20];
 
    struct ilo_state_sbe sbe;
+   struct ilo_state_ps ps;
    struct ilo_state_cc cc;
 
    uint32_t depth_clear_value;