Enable INTEL_DEBUG environment variable.
authorEric Anholt <eric@anholt.net>
Mon, 21 May 2007 18:08:55 +0000 (11:08 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 21 May 2007 18:08:55 +0000 (11:08 -0700)
src/mesa/drivers/dri/i915tex/intel_context.h

index e75dd64fe1ecc1be3efb25abd579ee86fe6d1e08..d03c4c5dd1cb3b43cd805c3b23df68839d79da0f 100644 (file)
@@ -342,7 +342,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