nir: Get rid of function overloads
[mesa.git] / src / glsl / nir / nir_lower_alu_to_scalar.c
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Add support for nir_op_fdph
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Return after lower_reduction
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Use the builder
2015-09-11 Jason Ekstrandnir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
2015-09-11 Jason Ekstrandnir: Fix a bunch of ralloc parenting errors
2015-08-14 Eric Anholtnir: Don't try to scalarize unpack ops.
2015-06-30 Rob Clarknir: cleanup open-coded instruction casts
2015-01-24 Eric Anholtnir: Add nir_lower_alu_to_scalar.