intel: Set Debug options to off by default
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 24 Oct 2014 21:28:25 +0000 (15:28 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 Oct 2014 21:29:18 +0000 (15:29 -0600)
icd/intel/compiler/pipeline/intel_debug.c

index 39e461e..1763096 100644 (file)
@@ -34,7 +34,7 @@
 //#include "utils.h"  // LunarG :
 
 //uint64_t INTEL_DEBUG = DEBUG_WM | DEBUG_NO16 | DEBUG_VS;
-uint64_t INTEL_DEBUG = DEBUG_BLORP;
+uint64_t INTEL_DEBUG = 0;
 
 //static const struct dri_debug_control debug_control[] = {
 //   { "tex",   DEBUG_TEXTURE},