Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/lower_double_ops: fixup for new nir_foreach_block() | Jason Ekstrand | 2016-05-05 | 1 | -23/+9 |
* | nir/lower_double_ops: lower mod() | Samuel Iglesias Gonsálvez | 2016-05-04 | 1 | -0/+29 |
* | nir/lower_double_ops: fix indentation | Thomas Hindoe Paaboel Andersen | 2016-04-30 | 1 | -30/+30 |
* | nir: Switch the arguments to nir_foreach_function | Jason Ekstrand | 2016-04-28 | 1 | -1/+1 |
* | nir: Switch the arguments to nir_foreach_instr | Jason Ekstrand | 2016-04-28 | 1 | -1/+1 |
* | nir/lower_double_ops: lower round_even() | Iago Toral Quiroga | 2016-04-28 | 1 | -0/+58 |
* | nir/lower_double_ops: lower fract() | Iago Toral Quiroga | 2016-04-28 | 1 | -0/+14 |
* | nir/lower_double_ops: lower ceil() | Iago Toral Quiroga | 2016-04-28 | 1 | -0/+23 |
* | nir/lower_double_ops: lower floor() | Iago Toral Quiroga | 2016-04-28 | 1 | -0/+25 |
* | nir/lower_double_ops: lower trunc() | Iago Toral Quiroga | 2016-04-28 | 1 | -0/+60 |
* | nir: add a pass to lower some double operations | Connor Abbott | 2016-04-28 | 1 | -0/+384 |