summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_inline_functions.c
Commit message (Expand)AuthorAgeFilesLines
* nir/inline: Constant-initialize local variables in the callee if neededJason Ekstrand2016-07-201-2/+40
* nir/inline: Also rewrite param derefs for texture instructionsJason Ekstrand2016-05-271-6/+20
* nir/inline: Break the guts of rewrite_param-derefs into a helperJason Ekstrand2016-05-271-19/+30
* nir/inline: Make the rewrite_param_derefs helper work on instructionsJason Ekstrand2016-05-271-28/+25
* nir/inline: Don't use foreach_instr_safe unless we need toJason Ekstrand2016-05-271-2/+2
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-3/+3
* nir/inline_functions: fixup for new foreach_block()Connor Abbott2016-04-281-30/+23
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-3/+3
* nir: Add a pass to inline functionsJason Ekstrand2016-03-241-0/+270