turn off shader debug

This commit is contained in:
keithw 2007-09-25 13:16:25 +01:00 committed by Keith Whitwell
parent 0940059f8b
commit 45b37dc078
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
#include "st_program.h"
#define TGSI_DEBUG 1
#define TGSI_DEBUG 0
/**

View file

@ -46,7 +46,7 @@
#include "st_program.h"
#define TGSI_DEBUG 1
#define TGSI_DEBUG 0
/**