From 4e492363f01e6700fc49d13d61c56a70fc23308d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 14 Feb 2001 22:40:21 +0000 Subject: [PATCH] removed a misplaced _mesa_logicop_ci_span() call --- src/mesa/swrast/s_span.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index 062b4da..3afa913 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 ); -- 2.7.4