X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fi915%2Fi915_debug.h;h=fa60799d0c55669253ae9ab3ae4327764a96a54a;hb=417aad5a992c8d7659438d20f82b4cf405c9c7b2;hp=8aa09f9c1f2d5f840df141994ab4fc91d3afee3d;hpb=a01e0afd9fc0d647081c6903baa1a7ba505c4b05;p=mesa.git diff --git a/src/gallium/drivers/i915/i915_debug.h b/src/gallium/drivers/i915/i915_debug.h index 8aa09f9c1f2..fa60799d0c5 100644 --- a/src/gallium/drivers/i915/i915_debug.h +++ b/src/gallium/drivers/i915/i915_debug.h @@ -47,6 +47,7 @@ struct i915_winsys_batchbuffer; extern unsigned i915_debug; +#ifdef DEBUG static INLINE boolean I915_DBG_ON(unsigned flags) { @@ -64,6 +65,10 @@ I915_DBG(unsigned flags, const char *fmt, ...) va_end(args); } } +#else +#define I915_DBG_ON(flags) (0) +static INLINE void I915_DBG(unsigned flags, const char *fmt, ...) {} +#endif void i915_debug_init(struct i915_screen *i915);