Re: [Mesa-dev] [PATCH 4/5] gallivm: enable fetch for integer opcodes.

2012-02-06 Thread Jose Fonseca
- Original Message - > From: Dave Airlie > > The infers the type of data required using the opcode, > and casts the input to the appropriate type. > > So far this only handles non-indirect constant and temporaries. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/gallivm

[Mesa-dev] [PATCH 4/5] gallivm: enable fetch for integer opcodes.

2012-02-06 Thread Dave Airlie
From: Dave Airlie The infers the type of data required using the opcode, and casts the input to the appropriate type. So far this only handles non-indirect constant and temporaries. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/gallivm/lp_bld_tgsi.c |4 +- src/gallium/auxiliary