mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 21:00:16 +01:00
i915g: Fix optimize so that it actually gets used.
This commit is contained in:
parent
b786db0654
commit
31484b068d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue