st/mesa: plug in default for pipe_context::surface_copy() if needed
[mesa.git] / src / mesa / swrast / s_masking.h
index 688c07c7ae747528a0f60cba3507dd001bde57c8..3ba4f8356cb8a1643e5909367231cefaab83ae66 100644 (file)
 #define S_MASKING_H
 
 
-#include "main/mtypes.h"
 #include "swrast.h"
 
 
 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