diff options
author | Brian Paul <[email protected]> | 2001-02-14 22:40:21 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-02-14 22:40:21 +0000 |
commit | 4e492363f01e6700fc49d13d61c56a70fc23308d (patch) | |
tree | ccfa1a40d3d1dc83a4c25026ac71491d58168812 /src/mesa/swrast/s_span.c | |
parent | b5fb4fd55bb49fb969ae483f77aa6f9db8348c20 (diff) |
removed a misplaced _mesa_logicop_ci_span() call
Diffstat (limited to 'src/mesa/swrast/s_span.c')
-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 062b4da348d..3afa91341b4 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 ); |