OSDN Git Service

as with prev commit, also fix color index mode zoomed depth copies (bug 10608)
authorBrian <brian@yutani.localnet.net>
Wed, 11 Apr 2007 15:04:18 +0000 (09:04 -0600)
committerBrian <brian@yutani.localnet.net>
Wed, 11 Apr 2007 15:04:18 +0000 (09:04 -0600)
src/mesa/swrast/s_copypix.c

index ae5bdab..dbbfc58 100644 (file)
@@ -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);
       }