commit | a7f7366d382b2fe124f1495baf0360bffa30f0c0 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Fri Apr 20 08:11:51 2007 -0600 |
committer | Brian <brian@yutani.localnet.net> | Sat Apr 21 10:05:05 2007 -0600 |
tree | b7bbc5b797efd9a99165440bee628403149edff6 | |
parent | 11e3f733ba5c26f68fb8a7d69e6f94c1b5361f7d [diff] |
another bit of debug code
diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c index 013d65c..356d4ce 100644 --- a/src/mesa/shader/prog_execute.c +++ b/src/mesa/shader/prog_execute.c
@@ -933,6 +933,9 @@ else { cond = eval_condition(machine, inst); } + if (DEBUG_PROG) { + printf("IF: %d\n", cond); + } /* do if/else */ if (cond) { /* do if-clause (just continue execution) */