swrast: rewrite glDrawPixels(GL_DEPTH) with zoom
[mesa.git] / src / mesa / swrast / s_zoom.h
index 581ea178e89f336c654dea4ac954ba42b55e3d5e..1955e7e88390dc34002aefedca8320f478ee4a3d 100644 (file)
@@ -45,12 +45,12 @@ _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY,
 extern void
 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY,
                                   GLint width, GLint spanX, GLint spanY,
-                                  const GLstencil stencil[]);
+                                  const GLubyte stencil[]);
 
 extern void
 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY,
                             GLint width, GLint spanX, GLint spanY,
-                            const GLvoid *z);
+                            const GLuint *zVals);
 
 
 #endif