Fix typo from commit 1d312ae013 .

This commit is contained in:
Jerome Glisse 2007-01-11 12:53:06 +01:00 committed by Michel Dänzer
parent 3dd243c59e
commit b55f1ec9af

View file

@ -463,7 +463,7 @@ static int swz_native(struct r300_fragment_program *rp,
GLuint arbneg)
{
/* Native swizzle, handle negation */
src = (src & ~REG_NEGS_SHIFT) |
src = (src & ~REG_NEGS_MASK) |
(((arbneg >> 3) & 1) << REG_NEGS_SHIFT);
if ((arbneg & 0x7) == 0x0) {