From: Michal Krol Date: Fri, 3 Apr 2009 15:25:29 +0000 (+0200) Subject: tgsi/exec: Actually enable switch-case for FLR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3d5e0aead06dc066f3df4bb5a0c8f30bef55248;p=mesa.git tgsi/exec: Actually enable switch-case for FLR. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index 80b8c92445a..e8bd7cda3b1 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -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 );