another bit of debug code

This commit is contained in:
Brian
2007-04-20 08:11:51 -06:00
parent 11e3f733ba
commit a7f7366d38

View File

@@ -933,6 +933,9 @@ _mesa_execute_program(GLcontext * ctx,
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) */