Re: [Mesa-dev] [PATCH v7] nir: Add an ALU op builder kind of like ir_builder.h

2015-02-18 Thread Connor Abbott
On Wed, Feb 18, 2015 at 6:43 PM, Eric Anholt wrote: > v2: Rebase on the nir_opcodes.h python code generation support. > v3: Use SSA values, and set an appropriate writemask on dot products. > v4: Make the arguments be SSA references as well. This lets you stack up > expressions in the argumen

[Mesa-dev] [PATCH v7] nir: Add an ALU op builder kind of like ir_builder.h

2015-02-18 Thread Eric Anholt
v2: Rebase on the nir_opcodes.h python code generation support. v3: Use SSA values, and set an appropriate writemask on dot products. v4: Make the arguments be SSA references as well. This lets you stack up expressions in the arguments of other expressions, at the cost of having to insert