Enable building the debug (env INTEL_DEBUG=list) code by default.
authorEric Anholt <eric@anholt.net>
Wed, 19 Sep 2007 16:02:24 +0000 (09:02 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 19 Sep 2007 17:50:19 +0000 (10:50 -0700)
src/mesa/drivers/dri/i915tex/intel_context.h

index ddd1439b0043ae938a820ede93076d94ac08d3c2..3bb34796b1c2cbb9fe6568db92600f7d8c7f5579 100644 (file)
@@ -354,7 +354,7 @@ __memcpy(void *to, const void *from, size_t n)
 /* ================================================================
  * Debugging:
  */
-#define DO_DEBUG               0
+#define DO_DEBUG               1
 #if DO_DEBUG
 extern int INTEL_DEBUG;
 #else