From b30e70436c614629b654664cb36a4f35276d93ad Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 19 Aug 1999 15:48:01 +0000 Subject: fixed alpha channel problem in gl_blend_pixels() --- src/mesa/main/blend.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c index 10119ac3b3..deac05c489 100644 --- a/src/mesa/main/blend.c +++ b/src/mesa/main/blend.c @@ -1,4 +1,4 @@ -/* $Id: blend.c,v 1.1 1999/08/19 00:55:41 jtg Exp $ */ +/* $Id: blend.c,v 1.2 1999/08/19 15:48:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -794,16 +794,9 @@ void gl_blend_pixels( GLcontext *ctx, /* Read pixels from current color buffer */ (*ctx->Driver.ReadRGBAPixels)( ctx, n, x, y, dest, mask ); - if (ctx->RasterMask & ALPHABUF_BIT) { gl_read_alpha_pixels( ctx, n, x, y, dest, mask ); } - else { - GLuint i; - for (i=0; iColor.BlendFunc) set_blend_function(ctx); -- cgit v1.2.3