fix function name
authorBrian <brian.paul@tungstengraphics.com>
Thu, 18 Oct 2007 20:20:38 +0000 (14:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 18 Oct 2007 20:20:38 +0000 (14:20 -0600)
src/mesa/state_tracker/st_cb_readpixels.c

index 7bce7e9a27b67bc1f6c303cc1f71399135e9da31..2c6847e372fdccfd03cca09a8ecc636eba075901 100644 (file)
@@ -159,7 +159,7 @@ st_readpixels(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
    }
 
    if (format == GL_STENCIL_INDEX) {
-      read_stencil_pixels(ctx, x, y, width, height, type, pack, dest);
+      st_read_stencil_pixels(ctx, x, y, width, height, type, pack, dest);
       return;
    }
    else if (format == GL_DEPTH_COMPONENT) {