Mesa (master): i915g: Fix unimplemented Abs comment.

Stephane Marchesin marcheu at kemper.freedesktop.org
Wed Jun 29 08:23:52 UTC 2011


Module: Mesa
Branch: master
Commit: 1a7e17e44a1129bbd6a0f454fe95b3ce8240cd45
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a7e17e44a1129bbd6a0f454fe95b3ce8240cd45

Author: Stéphane Marchesin <marcheu at chromium.org>
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;
 }




More information about the mesa-commit mailing list