From 3e7d43cd480203f0f861345776454628df0d9a42 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 28 Mar 2007 14:23:33 -0600 Subject: Get rid of BRK0, BRK1, CONT0, CONT1 instructions. --- src/mesa/shader/prog_instruction.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/shader/prog_instruction.c') diff --git a/src/mesa/shader/prog_instruction.c b/src/mesa/shader/prog_instruction.c index 272caf6c746..1e8e0812262 100644 --- a/src/mesa/shader/prog_instruction.c +++ b/src/mesa/shader/prog_instruction.c @@ -138,13 +138,9 @@ static const struct instruction_info InstInfo[MAX_OPCODE] = { { OPCODE_BGNSUB, "BGNSUB", 0 }, { OPCODE_BRA, "BRA", 0 }, { OPCODE_BRK, "BRK", 0 }, - { OPCODE_BRK0, "BRK0", 1 }, - { OPCODE_BRK1, "BRK1", 1 }, { OPCODE_CAL, "CAL", 0 }, { OPCODE_CMP, "CMP", 3 }, { OPCODE_CONT, "CONT", 0 }, - { OPCODE_CONT0, "CONT0", 1 }, - { OPCODE_CONT1, "CONT1", 1 }, { OPCODE_COS, "COS", 1 }, { OPCODE_DDX, "DDX", 1 }, { OPCODE_DDY, "DDY", 1 }, -- cgit v1.2.3