aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_phis_to_scalar.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Implement __intrinsic_load_ssboIago Toral Quiroga2015-09-251-0/+2
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-2/+1
* nir/lower_phis_to_scalar: undef is trivially scalarizableRob Clark2015-07-031-0/+1
* nir: prevent use-after-free condition in should_lower_phi()Eduardo Lima Mitev2015-06-021-0/+5
* nir: Allocate nir_phi_src values out of the nir_phi_instr.Kenneth Graunke2015-04-071-1/+1
* nir/lower_phis_to_scalar: Fix some logic in is_phi_scalarizableJason Ekstrand2015-02-141-3/+3
* nir: Add a pass to lower vector phi nodes to scalar phi nodesJason Ekstrand2015-02-031-0/+290