mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
tgsi/exec: Actually enable switch-case for FLR.
This commit is contained in:
parent
cbd305394a
commit
e3d5e0aead
1 changed files with 1 additions and 1 deletions
|
|
@ -1904,7 +1904,7 @@ exec_instruction(
|
|||
|
||||
switch (inst->Instruction.Opcode) {
|
||||
case TGSI_OPCODE_ARL:
|
||||
/* TGSI_OPCODE_FLOOR */
|
||||
case TGSI_OPCODE_FLOOR:
|
||||
/* TGSI_OPCODE_FLR */
|
||||
FOR_EACH_ENABLED_CHANNEL( *inst, chan_index ) {
|
||||
FETCH( &r[0], 0, chan_index );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue