diff options
author | Stéphane Marchesin <[email protected]> | 2011-06-29 01:23:44 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-06-29 01:23:44 -0700 |
commit | 1a7e17e44a1129bbd6a0f454fe95b3ce8240cd45 (patch) | |
tree | 81dcf3e6218a856a01ba63313250d63dcf9e3682 | |
parent | 4e6120576fa695ad46e6f23e65c6e4126c18a0e6 (diff) |
i915g: Fix unimplemented Abs comment.
-rw-r--r-- | 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 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; } |