diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-09-25 13:16:25 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-09-25 13:21:57 +0100 |
commit | 45b37dc078130b64e110d1a965960c60c56f0e60 (patch) | |
tree | 898ec2409b22a7fd6ab2f1db658b8ca52cde0d8f /src/mesa/state_tracker/st_atom_fs.c | |
parent | 0940059f8b2dceb817e9b1778e78baf1ccc4c438 (diff) |
turn off shader debug
Diffstat (limited to 'src/mesa/state_tracker/st_atom_fs.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_atom_fs.c b/src/mesa/state_tracker/st_atom_fs.c index ef5b941c17..dd4cdf0855 100644 --- a/src/mesa/state_tracker/st_atom_fs.c +++ b/src/mesa/state_tracker/st_atom_fs.c @@ -45,7 +45,7 @@ #include "st_program.h" -#define TGSI_DEBUG 1 +#define TGSI_DEBUG 0 /** |