mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
fixed conflict between depth & alpha in 16bpp
This commit is contained in:
parent
0a10abf93e
commit
10e768c11b
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ void tdfxEmitHwStateLocked( tdfxContextPtr fxMesa )
|
|||
fxMesa->Glide.grColorMask( fxMesa->Color.ColorMask[RCOMP] ||
|
||||
fxMesa->Color.ColorMask[GCOMP] ||
|
||||
fxMesa->Color.ColorMask[BCOMP],
|
||||
fxMesa->Color.ColorMask[ACOMP] );
|
||||
/*fxMesa->Color.ColorMask[ACOMP]*/GL_FALSE/*[dBorca] no-no*/ );
|
||||
}
|
||||
fxMesa->dirty &= ~TDFX_UPLOAD_COLOR_MASK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue