summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.c
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-08-21 11:34:30 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-08-21 11:34:30 -0700
commit4cfb1b880b52d6bba32f4ebec78040ff6bf6737f (patch)
tree73c6892cf84ccff25a6d7b1e76363efc0bd4c2a2 /src/mesa/shader/prog_print.c
parentef98eed0a94f3b76399b19f9f65ca6977cd11b5d (diff)
parentac5551fbb97dd668f0c96c334d23b1fc48d16e18 (diff)
Merge branch 'asm-shader-rework-1'
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 3c1c17e099..1763a358e9 100644
--- a/src/mesa/shader/prog_print.c
+++ b/src/mesa/shader/prog_print.c
@@ -816,7 +816,7 @@ _mesa_fprint_program_opt(FILE *f,
void
_mesa_print_program(const struct gl_program *prog)
{
- _mesa_fprint_program_opt(stdout, prog, PROG_PRINT_DEBUG, GL_TRUE);
+ _mesa_fprint_program_opt(stderr, prog, PROG_PRINT_DEBUG, GL_TRUE);
}