summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_nir_opt_peephole_ffma.c
Commit message (Expand)AuthorAgeFilesLines
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* 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_instrJason Ekstrand2016-04-281-1/+1
* i965/nir: fixup for new foreach_block()Connor Abbott2016-04-281-17/+14
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* i965/peephole_ffma: Only match a mul+add if none of the ops are exactJason Ekstrand2016-04-041-0/+11
* i965/peephole_ffma: Don't fuse exact addsJason Ekstrand2016-03-231-1/+3
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-2/+5
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* i965/nir/opt_peephole_ffma: Bypass fusion if any operand of fadd and fmul is ...Eduardo Lima Mitev2015-11-101-0/+31
* nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driverEduardo Lima Mitev2015-11-101-0/+268