summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_double_ops.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_double_ops: fixup for new nir_foreach_block()Jason Ekstrand2016-05-051-23/+9
* nir/lower_double_ops: lower mod()Samuel Iglesias Gonsálvez2016-05-041-0/+29
* nir/lower_double_ops: fix indentationThomas Hindoe Paaboel Andersen2016-04-301-30/+30
* 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/lower_double_ops: lower round_even()Iago Toral Quiroga2016-04-281-0/+58
* nir/lower_double_ops: lower fract()Iago Toral Quiroga2016-04-281-0/+14
* nir/lower_double_ops: lower ceil()Iago Toral Quiroga2016-04-281-0/+23
* nir/lower_double_ops: lower floor()Iago Toral Quiroga2016-04-281-0/+25
* nir/lower_double_ops: lower trunc()Iago Toral Quiroga2016-04-281-0/+60
* nir: add a pass to lower some double operationsConnor Abbott2016-04-281-0/+384