mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.
This commit is contained in:
parent
7218322703
commit
c301fa6fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -2211,7 +2211,7 @@ exec_instruction(
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_MOV:
|
||||
exec_vector_unary(mach, inst, micro_mov, TGSI_EXEC_DATA_UINT, TGSI_EXEC_DATA_UINT);
|
||||
exec_vector_unary(mach, inst, micro_mov, TGSI_EXEC_DATA_UINT, TGSI_EXEC_DATA_FLOAT);
|
||||
break;
|
||||
|
||||
case TGSI_OPCODE_LIT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue