diff options
-rw-r--r-- | src/mesa/shader/prog_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index 647ade95052..9560ffad7da 100644 --- a/src/mesa/shader/prog_print.c +++ b/src/mesa/shader/prog_print.c @@ -625,7 +625,7 @@ _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent, void _mesa_print_program(const struct gl_program *prog) { - _mesa_print_program_opt(prog, PROG_PRINT_ARB, GL_TRUE); + _mesa_print_program_opt(prog, PROG_PRINT_DEBUG, GL_TRUE); } |