From: Michal Krol Date: Wed, 26 Nov 2008 21:29:49 +0000 (+0100) Subject: tgsi: Reenable OPCODE_ARR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=158a5f75d8436facfe8163845a942979899213fe;p=mesa.git tgsi: Reenable OPCODE_ARR. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/tgsi_sse2.c index 68f5510351f..ff869c8312f 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_sse2.c +++ b/src/gallium/auxiliary/tgsi/tgsi_sse2.c @@ -1924,16 +1924,15 @@ emit_instruction( return 0; break; -#if 0 case TGSI_OPCODE_ARR: FOR_EACH_DST0_ENABLED_CHANNEL( *inst, chan_index ) { FETCH( func, *inst, 0, 0, chan_index ); - emit_rnd( func, 0, 0 ); + emit_rnd( func, 0 ); emit_f2it( func, 0 ); STORE( func, *inst, 0, 0, chan_index ); } break; -#endif + case TGSI_OPCODE_BRA: return 0; break;