i915g: Fix optimize so that it actually gets used.

This commit is contained in:
Stéphane Marchesin 2011-07-06 14:10:51 -07:00
parent b786db0654
commit 31484b068d

View file

@ -68,7 +68,7 @@ static boolean is_unswizzled(struct i915_full_src_register* r,
return FALSE;
if (sw && r->Register.SwizzleW != TGSI_SWIZZLE_W)
return FALSE;
return FALSE;
return TRUE;
}
/*