From: Michal Krol Date: Mon, 2 Jun 2008 09:41:17 +0000 (+0200) Subject: i915: SWZ no longer aliases MOV. X-Git-Tag: 062012170305~17580^2~390^2~1399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd30b878680dd6dca96928a06a301b837b7a650;p=profile%2Fivi%2Fmesa.git i915: SWZ no longer aliases MOV. --- diff --git a/src/gallium/drivers/i915simple/i915_fpc_translate.c b/src/gallium/drivers/i915simple/i915_fpc_translate.c index 48f3ceb..23cd909 100644 --- a/src/gallium/drivers/i915simple/i915_fpc_translate.c +++ b/src/gallium/drivers/i915simple/i915_fpc_translate.c @@ -676,7 +676,7 @@ i915_translate_instruction(struct i915_fp_compile *p, break; case TGSI_OPCODE_MOV: - /* aka TGSI_OPCODE_SWZ */ + case TGSI_OPCODE_SWZ: emit_simple_arith(p, inst, A0_MOV, 1); break;