nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctx
[mesa.git] / src / glsl / nir / nir_opt_peephole_select.c
2015-04-17 Matt Turnernir: Allow abs/neg in select peephole pass.
2015-03-18 Jason Ekstrandnir/peephole_select: Allow uniform/input loads and...
2015-03-18 Jason Ekstrandnir/peephole_select: Copy instructions into the block...
2015-03-18 Jason Ekstrandnir/peephole_select: Rename are_all_move_to_phi and...
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-24 Eric Anholtnir: Make some helpers for copying ALU src/dests.
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-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-15 Jason Ekstrandnir: Make bcsel a fully vector operation
2015-01-15 Jason Ekstrandnir/metadata: Rename metadata_dirty to metadata_preserve
2015-01-15 Jason Ekstrandnir: Don't require a function in ssa_def_init
2015-01-15 Jason Ekstrandnir: Add a peephole select optimization