summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_depth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_depth.h')
-rw-r--r--src/mesa/swrast/s_depth.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h
index 2caea82e081..25a7a0bbf83 100644
--- a/src/mesa/swrast/s_depth.h
+++ b/src/mesa/swrast/s_depth.h
@@ -49,7 +49,10 @@ _swrast_read_depth_span_float( struct gl_context *ctx, struct gl_renderbuffer *r
GLint n, GLint x, GLint y, GLfloat depth[] );
extern void
-_swrast_clear_depth_buffer( struct gl_context *ctx, struct gl_renderbuffer *rb );
+_swrast_clear_depth_buffer(struct gl_context *ctx);
+
+extern void
+_swrast_clear_depth_stencil_buffer(struct gl_context *ctx);
#endif