removed a misplaced _mesa_logicop_ci_span() call
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 14 Feb 2001 22:40:21 +0000 (22:40 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 14 Feb 2001 22:40:21 +0000 (22:40 +0000)
src/mesa/swrast/s_span.c

index 062b4da..3afa913 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: s_span.c,v 1.6 2001/01/05 21:28:31 brianp Exp $ */
+/* $Id: s_span.c,v 1.7 2001/02/14 22:40:21 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  * 
- * Copyright (C) 1999-2000  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2001  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"),
@@ -335,10 +335,6 @@ void gl_write_monoindex_span( GLcontext *ctx,
            _mesa_depth_fog_ci_pixels( ctx, n, z, indexes );
       }
 
-      if (ctx->Color.IndexLogicOpEnabled) {
-        _mesa_logicop_ci_span( ctx, n, x, y, indexes, mask );
-      }
-
       if (swrast->_RasterMask & MULTI_DRAW_BIT) {
          /* draw to zero or two or more buffers */
          multi_write_index_span( ctx, n, x, y, indexes, mask );