tgsi: Fix typo, so we follow what is in the comments
authorJakob Bornecrantz <jakob@vmware.com>
Fri, 6 Aug 2010 00:52:39 +0000 (17:52 -0700)
committerJakob Bornecrantz <jakob@vmware.com>
Fri, 6 Aug 2010 00:53:48 +0000 (17:53 -0700)
src/gallium/auxiliary/tgsi/tgsi_sanity.c

index d055011..9e02040 100644 (file)
@@ -34,7 +34,7 @@
 #include "tgsi_iterate.h"
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE);
 
 
 typedef struct {