gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / drivers / panfrost / pan_context.c
index 33fad6208b63e89a65d0e67521a34f4e78038cf9..7ff551d093b505d822f96f1848beaa34f5690bd9 100644 (file)
@@ -125,6 +125,7 @@ static void
 panfrost_clear(
         struct pipe_context *pipe,
         unsigned buffers,
+        const struct pipe_scissor_state *scissor_state,
         const union pipe_color_union *color,
         double depth, unsigned stencil)
 {