removed a misplaced _mesa_logicop_ci_span() call
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user