diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/swrast/s_span.c | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index 062b4da348..3afa91341b 100644 --- a/src/mesa/swrast/s_span.c +++ b/src/mesa/swrast/s_span.c @@ -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 ); | 
