mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage
[mesa.git] / src / mesa / swrast / s_depth.h
index 44820ac8f76f327b47d8874b4b9b4a3a1c34fff9..25a7a0bbf83cdc5cf0941b080a15d201cf32d497 100644 (file)
@@ -48,14 +48,11 @@ extern void
 _swrast_read_depth_span_float( struct gl_context *ctx, struct gl_renderbuffer *rb,
                                GLint n, GLint x, GLint y, GLfloat depth[] );
 
-
 extern void
-_swrast_read_depth_span_uint( struct gl_context *ctx, struct gl_renderbuffer *rb,
-                              GLint n, GLint x, GLint y, GLuint depth[] );
-
+_swrast_clear_depth_buffer(struct gl_context *ctx);
 
 extern void
-_swrast_clear_depth_buffer( struct gl_context *ctx, struct gl_renderbuffer *rb );
+_swrast_clear_depth_stencil_buffer(struct gl_context *ctx);
 
 
 #endif