use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457
authorBrian <brian.paul@tungstengraphics.com>
Tue, 3 Jul 2007 14:53:49 +0000 (08:53 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 3 Jul 2007 14:54:29 +0000 (08:54 -0600)
src/mesa/swrast/s_drawpix.c

index b8b452e33ddfee3b30d8adb8a6ac3139203de541..1c9f64b275e755669720c893872b88929c2ebb4d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.5.2
+ * Version:  7.1
  *
- * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -398,10 +398,9 @@ draw_stencil_pixels( GLcontext *ctx, GLint x, GLint y,
                                                       width, height,
                                                       GL_COLOR_INDEX, type,
                                                       row, skipPixels);
-         _mesa_unpack_index_span(ctx, spanWidth, destType, values,
-                                 type, source, unpack,
-                                 ctx->_ImageTransferState);
-         _mesa_apply_stencil_transfer_ops(ctx, spanWidth, values);
+         _mesa_unpack_stencil_span(ctx, spanWidth, destType, values,
+                                   type, source, unpack,
+                                   ctx->_ImageTransferState);
          if (zoom) {
             _swrast_write_zoomed_stencil_span(ctx, x, y, spanWidth,
                                               spanX, spanY, values);