diff options
author | Brian <[email protected]> | 2007-03-28 14:23:33 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-28 14:23:33 -0600 |
commit | 3e7d43cd480203f0f861345776454628df0d9a42 (patch) | |
tree | 1450c668c4dfa5cbe8ab2605812ca63f4f965249 /src/mesa/shader/prog_instruction.c | |
parent | 1bbd69251b2738428795c06bb19c3a21797d6846 (diff) |
Get rid of BRK0, BRK1, CONT0, CONT1 instructions.
Diffstat (limited to 'src/mesa/shader/prog_instruction.c')
-rw-r--r-- | src/mesa/shader/prog_instruction.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 }, |