Merge branch 'master' of ../mesa into vulkan
[mesa.git] / src / glsl / nir / nir_opt_copy_propagate.c
2015-05-09 Jason Ekstrandnir: Use nir_instr_rewrite_src in copy propagation
2015-02-23 Jason Ekstrandnir: Copy-propagate vecN operations that are actually...
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir/copy_propagate: Don't cause size mismatches on...
2015-01-15 Connor Abbottnir: add an SSA-based copy propagation pass