summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_double_packing.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove spurious return from void function.Jose Fonseca2016-05-061-2/+0
* nir/lower_double_pack: fixup for new nir_foreach_block()Jason Ekstrand2016-05-051-26/+21
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a pass for lowering (un)pack_double_2x32Connor Abbott2016-04-111-0/+95