Re: [Mesa-dev] [PATCH 3/5] gallivm: add uint/int bld to the base builder.

2012-02-06 Thread Jose Fonseca
- Original Message - > On Mon, Feb 6, 2012 at 7:36 PM, Jose Fonseca > wrote: > > > > > > - Original Message - > >> From: Dave Airlie > >> > >> These are used inside the action handlers for the integer opcodes. > >> > >> Signed-off-by: Dave Airlie > >> --- > >>  src/gallium/auxi

Re: [Mesa-dev] [PATCH 3/5] gallivm: add uint/int bld to the base builder.

2012-02-06 Thread Dave Airlie
On Mon, Feb 6, 2012 at 7:36 PM, Jose Fonseca wrote: > > > - Original Message - >> From: Dave Airlie >> >> These are used inside the action handlers for the integer opcodes. >> >> Signed-off-by: Dave Airlie >> --- >>  src/gallium/auxiliary/gallivm/lp_bld_tgsi.h     |    3 +++ >>  src/gall

Re: [Mesa-dev] [PATCH 3/5] gallivm: add uint/int bld to the base builder.

2012-02-06 Thread Jose Fonseca
- Original Message - > From: Dave Airlie > > These are used inside the action handlers for the integer opcodes. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/gallivm/lp_bld_tgsi.h |3 +++ > src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c |2 ++ > src/galliu

[Mesa-dev] [PATCH 3/5] gallivm: add uint/int bld to the base builder.

2012-02-06 Thread Dave Airlie
From: Dave Airlie These are used inside the action handlers for the integer opcodes. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/gallivm/lp_bld_tgsi.h |3 +++ src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c |2 ++ src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c |2 ++