nir: Rework conversion opcodes
[mesa.git] / src / compiler / nir / nir_lower_double_ops.c
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2016-05-05 Jason Ekstrandnir/lower_double_ops: fixup for new nir_foreach_block()
2016-05-04 Samuel Iglesias... nir/lower_double_ops: lower mod()
2016-04-30 Thomas Hindoe Paab... nir/lower_double_ops: fix indentation
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower round_even()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower fract()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower ceil()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower floor()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower trunc()
2016-04-28 Connor Abbottnir: add a pass to lower some double operations