mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
tgsi/sse2: Fix ARL instruction.
This commit is contained in:
parent
c54b219975
commit
790a18f2c2
1 changed files with 1 additions and 0 deletions
|
|
@ -1477,6 +1477,7 @@ emit_instruction(
|
|||
case TGSI_OPCODE_ARL:
|
||||
FOR_EACH_DST0_ENABLED_CHANNEL( *inst, chan_index ) {
|
||||
FETCH( func, *inst, 0, 0, chan_index );
|
||||
emit_flr(func, 0);
|
||||
emit_f2it( func, 0 );
|
||||
STORE( func, *inst, 0, 0, chan_index );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue