i965: Settle on printing our program debug to stdout.
authorEric Anholt <eric@anholt.net>
Thu, 5 Aug 2010 02:55:52 +0000 (19:55 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 5 Aug 2010 03:52:33 +0000 (20:52 -0700)
commit72fd0568db0ce5f25a1eee0266ec1e7cb3dafab0
tree5256514e227cdfd2aaced8852b16056611448759
parent455290e4281bf53ce2fe248a2adf5163563c44c8
i965: Settle on printing our program debug to stdout.

Mixing stderr (_mesa_print_program, _mesa_print_instruction,
_mesa_print_alu) with stdout means that when writing both to a file,
there isn't a consistent ordering between the two.
src/mesa/drivers/dri/i965/brw_vs.c
src/mesa/drivers/dri/i965/brw_vs_emit.c
src/mesa/drivers/dri/i965/brw_wm_fp.c
src/mesa/program/prog_print.c
src/mesa/program/prog_print.h