Module: Mesa Branch: master Commit: 1a7e17e44a1129bbd6a0f454fe95b3ce8240cd45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a7e17e44a1129bbd6a0f454fe95b3ce8240cd45
Author: Stéphane Marchesin <[email protected]> Date: Wed Jun 29 01:23:44 2011 -0700 i915g: Fix unimplemented Abs comment. --- src/gallium/drivers/i915/i915_fpc_translate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c index cae349e..ab09d56 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; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
