gallium: Make printing info on debug builds default off
authorJakob Bornecrantz <wallbraker@gmail.com>
Sun, 15 Aug 2010 00:00:42 +0000 (01:00 +0100)
committerJakob Bornecrantz <wallbraker@gmail.com>
Sun, 15 Aug 2010 00:03:23 +0000 (01:03 +0100)
commit7f5202be63c6dc639e57d11ef8253e79dd349f59
tree2c23f82a5dc1d3c0d2391e2019734bce90c75fb7
parent84ec422232af870f9b9291d72585af27eaeb29db
gallium: Make printing info on debug builds default off

This commit silences the printing off most of the debug information
when running debug builds. The big culprits are: the tgsi sanity checker
that gets run on all shaders on debug; all the options; and
finaly the cpu caps printer.
src/gallium/auxiliary/tgsi/tgsi_sanity.c
src/gallium/auxiliary/tgsi/tgsi_sanity.h
src/gallium/auxiliary/util/u_cpu_detect.c
src/gallium/auxiliary/util/u_debug.c