From: Stéphane Marchesin Date: Wed, 29 Jun 2011 08:23:44 +0000 (-0700) Subject: i915g: Fix unimplemented Abs comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a7e17e44a1129bbd6a0f454fe95b3ce8240cd45;p=mesa.git i915g: Fix unimplemented Abs comment. --- diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c index cae349e62c3..ab09d56ec77 100644 --- a/src/gallium/drivers/i915/i915_fpc_translate.c +++ b/src/gallium/drivers/i915/i915_fpc_translate.c @@ -273,7 +273,7 @@ src_vector(struct i915_fp_compile *p, assert(!source->Register.Absolute); #endif if (source->Register.Absolute) - debug_printf("Exceeded max generics\n"); + debug_printf("Unhandler absolute value\n"); return src; }