tgsi/exec: Actually enable switch-case for FLR.
authorMichal Krol <michal@vmware.com>
Fri, 3 Apr 2009 15:25:29 +0000 (17:25 +0200)
committerMichal Krol <michal@vmware.com>
Fri, 3 Apr 2009 15:26:01 +0000 (17:26 +0200)
src/gallium/auxiliary/tgsi/tgsi_exec.c

index 80b8c92445a26b869faa341224f50c1625275a5a..e8bd7cda3b1d4f6410afb91ed0d1656d42c79053 100644 (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 );