aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_live_variables.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use helper macros for dealing with VLAs.Jose Fonseca2015-03-041-2/+2
* nir: Use alloca instead of variable length arrays.Jose Fonseca2015-02-271-2/+3
* nir: Add a nir_foreach_phi_src helper macroJason Ekstrand2015-01-201-1/+1
* nir/live_variables: Use a worklistJason Ekstrand2015-01-151-55/+75
* nir: Rename nir_block_following_if to nir_block_get_following_ifJason Ekstrand2015-01-151-1/+1
* nir/live_variables: Use the new ssa_def iteratorJason Ekstrand2015-01-151-19/+13
* nir: Add an SSA-based liveness analysis pass.Jason Ekstrand2015-01-151-0/+282