aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_copy_propagate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: move to compiler/Emil Velikov2016-01-261-290/+0
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-2/+2
* nir/copy_propagate: do not copy-propagate MOV srcs with source modifiersIago Toral Quiroga2015-11-161-1/+6
* Revert "nir/copy_propagate: do not copy-propagate MOV srcs with source modifi...Iago Toral Quiroga2015-11-131-10/+7
* nir/copy_propagate: do not copy-propagate MOV srcs with source modifiersIago Toral Quiroga2015-11-131-7/+10
* nir: Properly invalidate metadata in nir_opt_copy_prop().Kenneth Graunke2015-11-031-0/+6
* nir: Unexpose _impl versions of copy_prop and dceJason Ekstrand2015-11-031-1/+1
* 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