gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / drivers / iris / iris_clear.c
index 163783a8504b45990ed64f83b8edb32c4d574c02..4c3adfdc39f2eae96f05937cf27d98fe2a1b7ae9 100644 (file)
@@ -636,6 +636,7 @@ clear_depth_stencil(struct iris_context *ice,
 static void
 iris_clear(struct pipe_context *ctx,
            unsigned buffers,
+           const struct pipe_scissor_state *scissor_state,
            const union pipe_color_union *p_color,
            double depth,
            unsigned stencil)