diff options
-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, |