From: Brian Date: Thu, 18 Oct 2007 20:20:38 +0000 (-0600) Subject: fix function name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68b88fab882d882abbdc555ddd2c6df37a7e125e;p=mesa.git fix function name --- diff --git a/src/mesa/state_tracker/st_cb_readpixels.c b/src/mesa/state_tracker/st_cb_readpixels.c index 7bce7e9a27b..2c6847e372f 100644 --- a/src/mesa/state_tracker/st_cb_readpixels.c +++ b/src/mesa/state_tracker/st_cb_readpixels.c @@ -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) {