nir: add missing type to type_size_vec4()
[mesa.git] / src / glsl / nir / nir_live_variables.c
2015-03-04 Jose Fonsecanir: Use helper macros for dealing with VLAs.
2015-02-27 Jose Fonsecanir: Use alloca instead of variable length arrays.
2015-01-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-16 Jason Ekstrandnir/live_variables: Use a worklist
2015-01-15 Jason Ekstrandnir: Rename nir_block_following_if to nir_block_get_fol...
2015-01-15 Jason Ekstrandnir/live_variables: Use the new ssa_def iterator
2015-01-15 Jason Ekstrandnir: Add an SSA-based liveness analysis pass.