diff options
author | Keith Whitwell <[email protected]> | 2009-09-14 17:11:09 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-09-14 17:11:09 +0100 |
commit | d7512521fd73aea3c6f19c427a877fc74e3fa557 (patch) | |
tree | c97865e075e07b9675ccc37ccd7a1a2684bb84c3 /src/mesa/state_tracker | |
parent | 4295b34d25f40f38b8cfd3ebdc64aef29d0666db (diff) |
mesa/st: remove dead comment
Diffstat (limited to 'src/mesa/state_tracker')
-rw-r--r-- | src/mesa/state_tracker/st_mesa_to_tgsi.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index 82fb3e6e6c4..3605df4d5ce 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -583,13 +583,6 @@ compile_instruction( case OPCODE_ENDLOOP: case OPCODE_IF: assert(num_dst == 0); - - /* Currently assuming a 1:1 relationship between mesa - * instructions and TGSI instructions. That won't always be the - * case, and to be generic we'll have to make a table of labels - * that get fixed up afterwards. Or make labels symbolic in - * TGSI. - */ ureg_label_insn( ureg, translate_opcode( inst->Opcode ), src, num_src, |