ir_to_mesa: Print out the ir along with the Mesa IR.
authorEric Anholt <eric@anholt.net>
Tue, 4 May 2010 00:26:14 +0000 (17:26 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 22:05:19 +0000 (15:05 -0700)
commitb7abce770fe9bb09a6f435d35c1a4afd134fa855
tree73d2e6e46f15c3a18d42da1cdb489912299d1825
parent34195832669f0eb7c4a80997cc524f8d10319307
ir_to_mesa: Print out the ir along with the Mesa IR.

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.
ir_to_mesa.cpp
ir_to_mesa.h
mesa/shader/prog_print.c