radeonsi: move clip state to new handling
[mesa.git] / src / gallium / drivers / radeonsi / si_state.h
index f02bb5b1b6415a9e1768b27f97cce9baac8991bf..1ba6dcaa02b285d8e84388deff53ff1cb9d30bc9 100644 (file)
@@ -39,6 +39,7 @@ union si_state {
        struct {
                struct si_state_blend   *blend;
                struct si_pm4_state     *blend_color;
+               struct si_pm4_state     *clip;
        } named;
        struct si_pm4_state     *array[0];
 };