s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/
authorBrian <brian@nostromo.localnet.net>
Sat, 17 Feb 2007 16:41:59 +0000 (09:41 -0700)
committerBrian <brian@nostromo.localnet.net>
Sat, 17 Feb 2007 16:41:59 +0000 (09:41 -0700)
src/mesa/shader/prog_print.c

index 647ade9..9560ffa 100644 (file)
@@ -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);
 }