gallium: s/OPCODE_INT/OPCODE_TRUNC/
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 7 Nov 2008 00:19:54 +0000 (17:19 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 7 Nov 2008 00:19:54 +0000 (17:19 -0700)
src/mesa/state_tracker/st_mesa_to_tgsi.c

index 50e638d..232efe5 100644 (file)
@@ -389,8 +389,8 @@ compile_instruction(
       fullinst->Instruction.Opcode = TGSI_OPCODE_IF;
       fullinst->InstructionExtLabel.Label = inst->BranchTarget + preamble_size;
       break;
-   case OPCODE_INT:
-      fullinst->Instruction.Opcode = TGSI_OPCODE_INT;
+   case OPCODE_TRUNC:
+      fullinst->Instruction.Opcode = TGSI_OPCODE_TRUNC;
       break;
    case OPCODE_KIL:
       /* conditional */