aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_copy_propagate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use nir_instr_rewrite_src in copy propagationJason Ekstrand2015-05-081-61/+10
* nir: Copy-propagate vecN operations that are actually movesJason Ekstrand2015-02-231-16/+29
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-8/+4
* nir: Remove predicationJason Ekstrand2015-01-151-4/+0
* nir/copy_propagate: Don't cause size mismatches on phi node sourcesJason Ekstrand2015-01-151-0/+12
* nir: add an SSA-based copy propagation passConnor Abbott2015-01-151-0/+313