mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 00:40:25 +01:00
tgsi: fix typo in commit 324ac982d8
Reviewed-by: Bryan Cain <bryancain3@gmail.com>
This commit is contained in:
parent
1465dc26a5
commit
f0bfc0daa8
1 changed files with 1 additions and 1 deletions
|
|
@ -4153,7 +4153,7 @@ exec_instruction(
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_UCMP:
|
||||
exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_FLOAT, TGSI_EXEC_DATA_UINT);
|
||||
exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_UINT, TGSI_EXEC_DATA_UINT);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue