Browse Source

gallium: s/OPCODE_INT/OPCODE_TRUNC/

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
3225bc8493
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/state_tracker/st_mesa_to_tgsi.c

+ 2
- 2
src/mesa/state_tracker/st_mesa_to_tgsi.c View 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 */

Loading…
Cancel
Save