summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-08-05 17:52:39 -0700
committerJakob Bornecrantz <jakob@vmware.com>2010-08-05 17:53:48 -0700
commit1a3a04d56b01714e4fa19aa7efcdae4b6644af46 (patch)
tree15eb0cf69ec1dc31953ffd3d1ef2e2241e72279b /src/gallium/auxiliary/tgsi
parent9f5c1194ff0ff69be5d7641d68169b152bc6cd0a (diff)
tgsi: Fix typo, so we follow what is in the comments
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-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 d0550110d8..9e02040f6c 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", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE);
typedef struct {