mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
tgsi: Reenable OPCODE_ARR.
This commit is contained in:
parent
527e76a7ec
commit
158a5f75d8
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue