Re: [Mesa-dev] [PATCH 1/2] gallivm: Fix lp_build_print_value of small integers

2012-12-06 Thread Brian Paul
OK, by "small integers" you mean 8 and 16-bit ints. At first I thought you meant 1, 2, 3, etc. On 12/06/2012 06:20 AM, jfons...@vmware.com wrote: From: José Fonseca They need to be converted to native integers to prevent garbagge in "garbage" higher order bits from being printed. ---

[Mesa-dev] [PATCH 1/2] gallivm: Fix lp_build_print_value of small integers

2012-12-06 Thread jfonseca
From: José Fonseca They need to be converted to native integers to prevent garbagge in higher order bits from being printed. --- src/gallium/auxiliary/gallivm/lp_bld_printf.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_