summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_sanity.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2010-08-15 01:00:42 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2010-08-15 01:03:23 +0100
commit7f5202be63c6dc639e57d11ef8253e79dd349f59 (patch)
tree2c23f82a5dc1d3c0d2391e2019734bce90c75fb7 /src/gallium/auxiliary/tgsi/tgsi_sanity.c
parent84ec422232af870f9b9291d72585af27eaeb29db (diff)
downloadexternal_mesa3d-7f5202be63c6dc639e57d11ef8253e79dd349f59.zip
external_mesa3d-7f5202be63c6dc639e57d11ef8253e79dd349f59.tar.gz
external_mesa3d-7f5202be63c6dc639e57d11ef8253e79dd349f59.tar.bz2
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.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_sanity.c')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_sanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_sanity.c b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
index 287ee00..acbff10 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sanity.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
@@ -34,7 +34,7 @@
#include "tgsi_iterate.h"
-DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE)
+DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", FALSE)
typedef struct {