From: Eric Anholt Date: Wed, 19 Sep 2007 16:02:24 +0000 (-0700) Subject: Enable building the debug (env INTEL_DEBUG=list) code by default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f843dcb844c4b1000f3b98a85f622b6929c19eea;p=mesa.git Enable building the debug (env INTEL_DEBUG=list) code by default. --- diff --git a/src/mesa/drivers/dri/i915tex/intel_context.h b/src/mesa/drivers/dri/i915tex/intel_context.h index ddd1439b004..3bb34796b1c 100644 --- a/src/mesa/drivers/dri/i915tex/intel_context.h +++ b/src/mesa/drivers/dri/i915tex/intel_context.h @@ -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