summaryrefslogtreecommitdiff
path: root/mesa/shader/prog_print.c
AgeCommit message (Collapse)Author
2010-06-24ir_to_mesa: Print out the ir along with the Mesa IR.Eric Anholt
Ideally this would be hooked up by ir_print_visitor dumping into a string that we could include as prog_instruction->Comment when in debug mode, and not try keeping ir_instruction trees around after conversion to Mesa. The ir_print_visitor isn't set up to do that for us today.
2010-06-24ir_to_mesa: Print out the resulting program.Eric Anholt