From 253428f06a45d59cc50c9ccc4c8d17cd8c02c25d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 28 Jan 2004 17:35:49 +0000 Subject: Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface change. --- src/mesa/drivers/dri/radeon/radeon_state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/radeon') diff --git a/src/mesa/drivers/dri/radeon/radeon_state.c b/src/mesa/drivers/dri/radeon/radeon_state.c index 668fd49171..1727e9cb2f 100644 --- a/src/mesa/drivers/dri/radeon/radeon_state.c +++ b/src/mesa/drivers/dri/radeon/radeon_state.c @@ -1701,8 +1701,8 @@ static void radeonEnable( GLcontext *ctx, GLenum cap, GLboolean state ) ctx->Color.BlendEquationA ); ctx->Driver.BlendFuncSeparate( ctx, ctx->Color.BlendSrcRGB, ctx->Color.BlendDstRGB, - ctx->Color.BlendSrcRGB, - ctx->Color.BlendDstRGB ); + ctx->Color.BlendSrcA, + ctx->Color.BlendDstA ); } else { FALLBACK( rmesa, RADEON_FALLBACK_BLEND_FUNC, GL_FALSE ); -- cgit v1.2.3