Jordan Justen <jordan.l.jus...@intel.com> writes: > On Tue, 2012-08-07 at 11:04 -0700, Eric Anholt wrote: >> diff --git a/src/mesa/drivers/dri/intel/intel_context.h >> b/src/mesa/drivers/dri/intel/intel_context.h >> index 6d1a81c..c4efa54 100644 >> --- a/src/mesa/drivers/dri/intel/intel_context.h >> +++ b/src/mesa/drivers/dri/intel/intel_context.h >> @@ -463,6 +463,11 @@ extern int INTEL_DEBUG; >> printf(__VA_ARGS__); \ >> } while(0) >> >> +#define perf_debug(...) do { \ >> + if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \ >> + printf(__VA_ARGS__); \ >> +} while(0) > > Should perf_debug be used in the paths in PATCH 1/8? > > For series: > Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com>
Seems like a reasonable follow-up, but I don't want to block on it.
pgpOYqNcTzFUS.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev