tgsi: Reenable OPCODE_ARR.

This commit is contained in:
Michal Krol 2008-11-26 22:29:49 +01:00
parent 527e76a7ec
commit 158a5f75d8

View file

@ -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;