summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-7/+4
* freedreno/ir3: fix fallout from new block iteratorsRob Clark2016-05-091-1/+1
* ir3: fixup for new nir_foreach_block()Connor Abbott2016-05-051-30/+21
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-3/+3
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-2/+2
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* freedreno/ir3: fix compile break after a4aa25beRob Clark2015-09-131-2/+1
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-1/+1
* freedreno/ir3: fix compile break after splitting out nir_control_flow.hRob Clark2015-08-251-0/+1
* freedreno/ir3/nir: fix build break after f752effaRob Clark2015-05-101-4/+3
* freedreno/ir3/nir: lower if/elseRob Clark2015-04-171-0/+338