nir: Get rid of *_indirect variants of input/output load/store intrinsics
[mesa.git] / src / glsl / nir / nir_lower_phis_to_scalar.c
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-09-25 Iago Toral Quiroganir: Implement __intrinsic_load_ssbo
2015-09-11 Jason Ekstrandnir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
2015-07-03 Rob Clarknir/lower_phis_to_scalar: undef is trivially scalarizable
2015-06-02 Eduardo Lima Mitevnir: prevent use-after-free condition in should_lower_phi()
2015-04-07 Kenneth Graunkenir: Allocate nir_phi_src values out of the nir_phi_instr.
2015-02-14 Jason Ekstrandnir/lower_phis_to_scalar: Fix some logic in is_phi_scal...
2015-02-03 Jason Ekstrandnir: Add a pass to lower vector phi nodes to scalar...