mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 03:30:22 +01:00
i810: use ColorMask[0]
This commit is contained in:
parent
7c55fe9bfd
commit
fa47eff55b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static void i810Clear( GLcontext *ctx, GLbitfield mask )
|
|||
{
|
||||
i810ContextPtr imesa = I810_CONTEXT( ctx );
|
||||
__DRIdrawable *dPriv = imesa->driDrawable;
|
||||
const GLuint colorMask = *((GLuint *) &ctx->Color.ColorMask);
|
||||
const GLuint colorMask = *((GLuint *) &ctx->Color.ColorMask[0]);
|
||||
drmI810Clear clear;
|
||||
unsigned int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue