Module: Mesa Branch: master Commit: 63dbd3fefba93ccfb984ed589795f6784bb4d1e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63dbd3fefba93ccfb984ed589795f6784bb4d1e3
Author: Stéphane Marchesin <[email protected]> Date: Thu Jan 19 17:18:55 2012 -0800 i915g: Fix indentation. --- src/gallium/drivers/i915/i915_fpc_emit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/i915/i915_fpc_emit.c b/src/gallium/drivers/i915/i915_fpc_emit.c index d295396..eff0937 100644 --- a/src/gallium/drivers/i915/i915_fpc_emit.c +++ b/src/gallium/drivers/i915/i915_fpc_emit.c @@ -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. */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
