Re: [Mesa-dev] [PATCH 4/4] gallivm: Rudimentary native integer support.

2012-12-06 Thread Brian Paul
On 12/06/2012 10:35 AM, jfons...@vmware.com wrote: From: José Fonseca Just enough for draw module to work ok. This improves "piglit attribs GL3", though something fishy is still happening with certain unsigned integer values. --- src/gallium/auxiliary/gallivm/lp_bld_format_aos.c |4 ++--

[Mesa-dev] [PATCH 4/4] gallivm: Rudimentary native integer support.

2012-12-06 Thread jfonseca
From: José Fonseca Just enough for draw module to work ok. This improves "piglit attribs GL3", though something fishy is still happening with certain unsigned integer values. --- src/gallium/auxiliary/gallivm/lp_bld_format_aos.c |4 ++-- .../auxiliary/gallivm/lp_bld_format_aos_array.c|