tgsi/exec: Actually enable switch-case for FLR.

This commit is contained in:
Michal Krol 2009-04-03 17:25:29 +02:00
parent cbd305394a
commit e3d5e0aead

View file

@ -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 );