mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
another bit of debug code
This commit is contained in:
parent
11e3f733ba
commit
a7f7366d38
1 changed files with 3 additions and 0 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue