gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_surface.c
index 2b38fe6e7f575a0d472f7ef349deac863e638134..538effdb531bee889dceaa8bfcd2d9f4ddad69db 100644 (file)
@@ -682,6 +682,7 @@ nvc0_clear_depth_stencil(struct pipe_context *pipe,
 
 void
 nvc0_clear(struct pipe_context *pipe, unsigned buffers,
+           const struct pipe_scissor_state *scissor_state,
            const union pipe_color_union *color,
            double depth, unsigned stencil)
 {