summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_dce.c
Commit message (Expand)AuthorAgeFilesLines
* nir/instr: Change "live" to a more generic "pass_flags" fieldJason Ekstrand2015-02-191-5/+9
* nir: Rename nir_block_following_if to nir_block_get_following_ifJason Ekstrand2015-01-151-1/+1
* nir: Make load_const SSA-onlyJason Ekstrand2015-01-151-7/+0
* nir: Call nir_metadata_preserve more placesJason Ekstrand2015-01-151-0/+4
* nir: Make texture instruction names more consistentJason Ekstrand2015-01-151-2/+2
* nir: Add a function to detect if a block is immediately followed by an ifJason Ekstrand2015-01-151-7/+5
* nir: add an SSA-based dead code elimination passConnor Abbott2015-01-151-0/+184