mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface
change.
This commit is contained in:
parent
29b2ced167
commit
253428f06a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue