i915g: Add a debug_printf when we get the Abs flag.
authorStéphane Marchesin <marcheu@chromium.org>
Tue, 28 Jun 2011 09:14:43 +0000 (02:14 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Tue, 28 Jun 2011 09:14:43 +0000 (02:14 -0700)
src/gallium/drivers/i915/i915_fpc_translate.c

index b1e0f6a3f034ace2e89c122b4ed6c70624063a94..41c94e66a5110c76ece453c512065fced0061ac7 100644 (file)
@@ -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;
 }