From: Michal Krol Date: Sun, 3 Jan 2010 20:13:47 +0000 (+0100) Subject: tgsi: Treat MOV source operand as FLOAT so modifiers works as expected. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c301fa6fc86b5ab8cc953674d6d21ff28a09e4ad;p=mesa.git tgsi: Treat MOV source operand as FLOAT so modifiers works as expected. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index defa4e5ca59..00ec3a6ba1a 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -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: