st/mesa: plug in default for pipe_context::surface_copy() if needed
[mesa.git] / src / mesa / swrast / s_masking.h
index 3260ca34e324a9e5d1418c4943fc68e826a9b5e3..3ba4f8356cb8a1643e5909367231cefaab83ae66 100644 (file)
 
 extern void
 _swrast_mask_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb,
-                       SWspan *span);
-
-
-extern void
-_swrast_mask_ci_span(GLcontext *ctx, struct gl_renderbuffer *rb,
-                     SWspan *span);
+                       SWspan *span, GLuint buf);
 
 #endif