mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
i915g: Fix indentation.
This commit is contained in:
parent
2f9df215a2
commit
63dbd3fefb
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ uint i915_emit_texld( struct i915_fp_compile *p,
|
|||
ignore |= (0xf << UREG_CHANNEL_W_SHIFT);
|
||||
}
|
||||
|
||||
if ( (coord &~ignore ) != (k & ~ignore) ) {
|
||||
if ( (coord & ~ignore ) != (k & ~ignore) ) {
|
||||
/* texcoord is swizzled or negated. Need to allocate a new temporary
|
||||
* register (a utemp / unpreserved temp) won't do.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue