diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-15 20:17:20 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-15 20:17:20 +0000 |
commit | b96b92f7ec29810031a1125fbe294ff95cd5c4b7 (patch) | |
tree | 06396a291a9149c686e7e0f6b89ee4051bbdd28a | |
parent | 8184f76f02566c95f1d2d516ad900a31d16ecb9f (diff) |
removed bogus assertion
-rw-r--r-- | src/mesa/main/image.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index af2bae61d99..6c66ea8e79a 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.35.4.7 2001/04/04 23:23:19 brianp Exp $ */ +/* $Id: image.c,v 1.35.4.8 2001/05/15 20:17:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2303,9 +2303,6 @@ _mesa_unpack_ubyte_color_span( GLcontext *ctx, srcType == GL_UNSIGNED_INT_10_10_10_2 || srcType == GL_UNSIGNED_INT_2_10_10_10_REV); - /* this is intended for RGBA mode only */ - assert(ctx->Visual->RGBAflag); - applyTransferOps &= (ctx->Pixel.ScaleOrBiasRGBA || ctx->Pixel.MapColorFlag || ctx->ColorMatrix.type != MATRIX_IDENTITY || |