projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4295b34
)
mesa/st: remove dead comment
author
Keith Whitwell
<keithw@vmware.com>
Mon, 14 Sep 2009 16:11:09 +0000
(17:11 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 14 Sep 2009 16:11:09 +0000
(17:11 +0100)
src/mesa/state_tracker/st_mesa_to_tgsi.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_mesa_to_tgsi.c
b/src/mesa/state_tracker/st_mesa_to_tgsi.c
index 82fb3e6e6c40309c7e250cd102a3817103dcea7e..3605df4d5ce2e6a2860f4efd1de8db27d664f8be 100644
(file)
--- 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,