projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5c119
)
tgsi: Fix typo, so we follow what is in the comments
author
Jakob Bornecrantz
<jakob@vmware.com>
Fri, 6 Aug 2010 00:52:39 +0000
(17:52 -0700)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Fri, 6 Aug 2010 00:53:48 +0000
(17:53 -0700)
src/gallium/auxiliary/tgsi/tgsi_sanity.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_sanity.c
b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
index d0550110d83f5d9ee2f3f5c2d978d268f40d7827..9e02040f6c4611e43f858059a077ceaf8d3d57e0 100644
(file)
--- 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",
FALS
E);
+DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY",
TRU
E);
typedef struct {