nir: Delete all traces of nir_op_fexp
[mesa.git] / src / glsl / nir / nir_search.c
2015-04-16 Ian Romanicknir: Convert the if-test for num_inputs == 2 to an...
2015-02-21 Eric Anholtnir: Allow nir_opt_algebraic to see booleanness through...
2015-01-30 Jason Ekstrandnir/search: Allow for matching variables based on types
2015-01-30 Jason Ekstrandnir/search: Add support for matching unknown constants
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-22 Eric Anholtnir: Make an easier helper for setting up SSA defs.
2015-01-22 Jason Ekstrandnir: Stop using designated initializers
2015-01-15 Jason Ekstrandnir/search: Use nir_op_infos to determine if an operati...
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandnir: Add an expression matching framework