mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 17:10:26 +01:00
r600: fix typo in blend code
This commit is contained in:
parent
cc893d9a98
commit
6617fa6fab
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ static void r700SetBlendState(GLcontext * ctx)
|
|||
SETfield(blend_reg,
|
||||
eqnA, ALPHA_COMB_FCN_shift, ALPHA_COMB_FCN_mask);
|
||||
|
||||
SETbit(r700->render_target[id].CB_BLEND0_CONTROL.u32All, SEPARATE_ALPHA_BLEND_bit);
|
||||
SETbit(blend_reg, SEPARATE_ALPHA_BLEND_bit);
|
||||
|
||||
if (context->radeon.radeonScreen->chip_family == CHIP_FAMILY_R600)
|
||||
r700->CB_BLEND_CONTROL.u32All = blend_reg;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue