summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/prog_print.c')
-rw-r--r--src/mesa/shader/prog_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c
index 647ade9505..9560ffad7d 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);
}