nir: Delete all traces of nir_op_flog
[mesa.git] / src / glsl / nir / nir_opcodes.py
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
2015-04-06 Matt Turnernir: Remove fsin_reduced/fcos_reduced.
2015-04-05 Rob Clarknir: fix typo for f2b/i2b/b2i expressions (v2)
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-01-28 Jason Ekstrandnir/opcodes: Use a return type of tfloat for ldexp
2015-01-28 Jason EkstrandRevert "nir/opcodes: Use fpclassify() instead of isnorm...
2015-01-28 Jason Ekstrandnir/opcodes: Use fpclassify() instead of isnormal(...
2015-01-26 Jason Ekstrandnir/opcodes: Don't go through doubles when constant...
2015-01-26 Jason Ekstrandnir/opcodes: Simplify and fix the unpack_half_*_split_...
2015-01-25 Jason Ekstrandnir: add new constant folding infrastructure
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information