From b61d74c57589cf22f003ac7f9db3aa47fd1b3cb2 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 11 Apr 2007 09:04:18 -0600 Subject: as with prev commit, also fix color index mode zoomed depth copies (bug 10608) --- src/mesa/swrast/s_copypix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index ae5bdab3dd..dbbfc58c6f 100644 --- a/src/mesa/swrast/s_copypix.c +++ b/src/mesa/swrast/s_copypix.c @@ -542,7 +542,7 @@ copy_depth_pixels( GLcontext *ctx, GLint srcx, GLint srcy, } else { if (zoom) - _swrast_write_zoomed_index_span(ctx, destx, desty, &span); + _swrast_write_zoomed_depth_span(ctx, destx, desty, &span); else _swrast_write_index_span(ctx, &span); } -- cgit v1.2.3