tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.

This commit is contained in:
Michal Krol 2010-01-03 21:13:47 +01:00
parent 7218322703
commit c301fa6fc8

View file

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