Re: [Mesa-dev] gallivm: integer opcode preparation

2012-02-06 Thread Tom Stellard
On Mon, Feb 06, 2012 at 03:46:39PM +, Dave Airlie wrote: > Hi guys, > > These 5 patches are the basis for adding integer opcodes to gallivm. > > They deal with the fetch and store paths, so that the code can > infer from the instruction, what sort of data to give to the processing > and what

[Mesa-dev] gallivm: integer opcode preparation

2012-02-06 Thread Dave Airlie
Hi guys, These 5 patches are the basis for adding integer opcodes to gallivm. They deal with the fetch and store paths, so that the code can infer from the instruction, what sort of data to give to the processing and what sort of data to store from it. These patches shouldn't do anything since w