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.h | |
parent | 1bbd69251b2738428795c06bb19c3a21797d6846 (diff) |
Get rid of BRK0, BRK1, CONT0, CONT1 instructions.
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index dc2d2dc29b4..c800757aa0f 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -153,13 +153,9 @@ typedef enum prog_opcode { OPCODE_BGNSUB, /* opt */ OPCODE_BRA, /* 2 X */ OPCODE_BRK, /* 2 opt */ - OPCODE_BRK0, /* opt */ - OPCODE_BRK1, /* opt */ OPCODE_CAL, /* 2 2 */ OPCODE_CMP, /* X */ OPCODE_CONT, /* opt */ - OPCODE_CONT0, /* opt */ - OPCODE_CONT1, /* opt */ OPCODE_COS, /* X 2 X X */ OPCODE_DDX, /* X X */ OPCODE_DDY, /* X X */ |