summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-09-14 17:11:09 +0100
committerKeith Whitwell <keithw@vmware.com>2009-09-14 17:11:09 +0100
commitd7512521fd73aea3c6f19c427a877fc74e3fa557 (patch)
treec97865e075e07b9675ccc37ccd7a1a2684bb84c3 /src/mesa/state_tracker/st_mesa_to_tgsi.c
parent4295b34d25f40f38b8cfd3ebdc64aef29d0666db (diff)
mesa/st: remove dead comment
Diffstat (limited to 'src/mesa/state_tracker/st_mesa_to_tgsi.c')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.c7
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 82fb3e6e6c..3605df4d5c 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,