turn off shader debug
authorkeithw <keithw@keithw-laptop.(none)>
Tue, 25 Sep 2007 12:16:25 +0000 (13:16 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 25 Sep 2007 12:21:57 +0000 (13:21 +0100)
src/mesa/state_tracker/st_atom_fs.c
src/mesa/state_tracker/st_atom_vs.c

index ef5b941..dd4cdf0 100644 (file)
@@ -45,7 +45,7 @@
 #include "st_program.h"
 
 
-#define TGSI_DEBUG 1
+#define TGSI_DEBUG 0
 
 
 /**
index 9050f30..a6c0d15 100644 (file)
@@ -46,7 +46,7 @@
 #include "st_program.h"
 
 
-#define TGSI_DEBUG 1
+#define TGSI_DEBUG 0
 
 
 /**