freedreno/a4xx: remove fd4_shader_stateobj
[mesa.git] / src / gallium / drivers / radeonsi / si_state_binning.c
index 6c702c0e687ea8f704c4ed6ceba40f201066f753..80b1137fd0c90b9193cc3bee9f9826e510975d5a 100644 (file)
@@ -334,7 +334,7 @@ static void si_emit_dpbb_disable(struct si_context *sctx)
                               S_028060_PUNCHOUT_MODE(V_028060_FORCE_OFF));
 }
 
-void si_emit_dpbb_state(struct si_context *sctx, struct si_atom *state)
+void si_emit_dpbb_state(struct si_context *sctx)
 {
        struct si_screen *sscreen = sctx->screen;
        struct si_state_blend *blend = sctx->queued.named.blend;