nir: Make argument order of unop_convert match binop_convert.
[mesa.git] / src / glsl / nir / nir_opcodes.py
2016-01-25 Matt Turnernir: Make argument order of unop_convert match binop_co...
2016-01-14 Matt Turnernir: Lower bitfield_extract.
2016-01-14 Matt Turnernir: Handle <bits>=32 case in bitfield_insert lowering.
2016-01-13 Matt Turnernir: Change bfm's semantics to match Intel/AMD/SM5.
2016-01-13 Matt Turnerglsl: Fix undefined shifts.
2016-01-13 Kenneth Graunkeglsl, nir: Make ir_triop_bitfield_extract a vectorized...
2016-01-13 Kenneth Graunkeglsl, nir: Make ir_quadop_bitfield_insert a vectorized...
2016-01-13 Matt Turnernir: Fix constant evaluation of bfm.
2016-01-08 Jason Ekstrandnir/opcodes: Fix up uadd_carry and usub_borrow
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-19 Connor Abbottnir: fix constant folding of bfi
2015-10-23 Eric Anholtnir: Add opcodes for saturated vector math.
2015-09-23 Jason Ekstrandnir: Add fdph and fdph_replicated opcodes
2015-09-15 Jason Ekstrandnir: Add a fdot instruction that replicates the result...
2015-07-29 Matt Turnernir: Avoid double promotion.
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