diff options
author | Stéphane Marchesin <[email protected]> | 2012-01-22 23:44:31 -0800 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2012-02-12 16:32:14 -0800 |
commit | 175adf0776d8df066a908b06055f243bd1325a34 (patch) | |
tree | 080530aa2912fde0b5ca6f6c8563cf54ce9516c1 | |
parent | 4dc0425261fbd62e38eb5fac7f88e88d50d0cc7b (diff) |
i915g: Fix comment.
-rw-r--r-- | src/gallium/drivers/i915/i915_fpc_translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c index a82ad146dfd..1adbbe5328a 100644 --- a/src/gallium/drivers/i915/i915_fpc_translate.c +++ b/src/gallium/drivers/i915/i915_fpc_translate.c @@ -528,7 +528,7 @@ i915_translate_instruction(struct i915_fp_compile *p, i915_emit_arith(p, A0_MOD, tmp, A0_DEST_CHANNEL_X, 0, tmp, 0, 0); /* - * t0.xy = MUL x.xx11, x.x1111 ; x^2, x, 1, 1 + * t0.xy = MUL x.xx11, x.x111 ; x^2, x, 1, 1 * t0 = MUL t0.xyxy t0.xx11 ; x^4, x^3, x^2, 1 * t0 = MUL t0.xxz1 t0.z111 ; x^6 x^4 x^2 1 * result = DP4 t0, cos_constants |