i915g: Fix indentation.
authorStéphane Marchesin <marcheu@chromium.org>
Fri, 20 Jan 2012 01:18:55 +0000 (17:18 -0800)
committerStéphane Marchesin <marcheu@chromium.org>
Fri, 20 Jan 2012 03:27:34 +0000 (19:27 -0800)
src/gallium/drivers/i915/i915_fpc_emit.c

index d29539623297e3e5ff67088c788a63043c0d3f35..eff0937971bbc1678ad8b75a867ea927efba9f13 100644 (file)
@@ -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.
        */