From: Stéphane Marchesin Date: Tue, 28 Jun 2011 09:14:43 +0000 (-0700) Subject: i915g: Add a debug_printf when we get the Abs flag. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de33b0dd231d646cbbc7ba6c25bf6dd04a96cd86;p=mesa.git i915g: Add a debug_printf when we get the Abs flag. --- diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c index b1e0f6a3f03..41c94e66a51 100644 --- a/src/gallium/drivers/i915/i915_fpc_translate.c +++ b/src/gallium/drivers/i915/i915_fpc_translate.c @@ -272,6 +272,9 @@ src_vector(struct i915_fp_compile *p, /* XXX enable these assertions, or fix things */ assert(!source->Register.Absolute); #endif + if (source->Register.Absolute) + debug_printf("Exceeded max generics\n"); + return src; }