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/tnl | |
parent | 1bbd69251b2738428795c06bb19c3a21797d6846 (diff) |
Get rid of BRK0, BRK1, CONT0, CONT1 instructions.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_vb_arbprogram.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index f0e326f25c4..2edb1c5ac4c 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -741,13 +741,9 @@ static gpu_function opcode_func[MAX_OPCODE+3] = do_NOP,/*BGNSUB*/ do_NOP,/*BRA*/ do_NOP,/*BRK*/ - do_NOP,/*BRK0*/ - do_NOP,/*BRK1*/ do_NOP,/*CAL*/ do_NOP,/*CMP*/ do_NOP,/*CONT*/ - do_NOP,/*CONT0*/ - do_NOP,/*CONT1*/ do_NOP,/*COS*/ do_NOP,/*DDX*/ do_NOP,/*DDY*/ |