Mesa (master): tgsi: Fix typo, so we follow what is in the comments

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Aug 6 00:54:15 UTC 2010


Module: Mesa
Branch: master
Commit: 1a3a04d56b01714e4fa19aa7efcdae4b6644af46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a3a04d56b01714e4fa19aa7efcdae4b6644af46

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Aug  5 17:52:39 2010 -0700

tgsi: Fix typo, so we follow what is in the comments

---

 src/gallium/auxiliary/tgsi/tgsi_sanity.c |    2 +-
 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 d055011..9e02040 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 {




More information about the mesa-commit mailing list