vbo: Print display list debug using printf() like dlist.c does.
authorEric Anholt <eric@anholt.net>
Fri, 1 Feb 2013 01:10:18 +0000 (12:10 +1100)
committerEric Anholt <eric@anholt.net>
Mon, 11 Feb 2013 21:14:51 +0000 (13:14 -0800)
commit50202f09610ec4f748a9175caa2607df6394b7d0
tree73e0fe2c15679712c456ae719fdd260c4eb25f4e
parentb9a66da258f5be17d68d8e8466fb2e2fa6ad76e8
vbo: Print display list debug using printf() like dlist.c does.

Otherwise, the stderr and stdout debug end up interleaved wrong
when I pipe them to a file.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/vbo/vbo_save_api.c