mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
fix a typo
This commit is contained in:
parent
3bd6e3d532
commit
5b28844dba
1 changed files with 1 additions and 1 deletions
|
|
@ -1619,7 +1619,7 @@ void viaValidateState( GLcontext *ctx )
|
||||||
*/
|
*/
|
||||||
#if 0
|
#if 0
|
||||||
/* Disabling now, as the main problem was that the alpha reference
|
/* Disabling now, as the main problem was that the alpha reference
|
||||||
* value was calculated incorrectly, it's now fixed.
|
* value was calculated incorrectly, it's now fixed. */
|
||||||
if (vmesa->viaScreen->deviceID == VIA_CLE266) {
|
if (vmesa->viaScreen->deviceID == VIA_CLE266) {
|
||||||
GLboolean fallback = (ctx->Color.AlphaEnabled &&
|
GLboolean fallback = (ctx->Color.AlphaEnabled &&
|
||||||
ctx->Color.AlphaFunc != GL_ALWAYS &&
|
ctx->Color.AlphaFunc != GL_ALWAYS &&
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue