nir: add missing type to type_size_vec4()
[mesa.git] / src / glsl / nir / nir_opt_cse.c
2015-04-16 Ian Romanicknir: Try commutative sources in CSE
2015-04-14 Ian Romanicknir: Silence unused parameter warnings
2015-04-14 Connor Abbottnir/cse: fix bug with comparing non-per-component sources
2015-02-11 Eric Anholtnir: Fix load_const comparisons for CSE.
2015-01-23 Kenneth Graunkenir: Implement CSE on intrinsics that can be eliminated...
2015-01-23 Kenneth Graunkenir: Pull nir_instr_can_cse()'s SSA checks out of the...
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 load_const SSA-only
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir/metadata: Rename metadata_dirty to metadata_preserve
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Add a basic CSE pass