summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_loop_unroll.c
Commit message (Expand)AuthorAgeFilesLines
* nir: fix selection of loop terminator when two or more have the same limitTimothy Arceri2018-06-301-2/+2
* nir: add comment for loop_unroll passRob Clark2018-06-191-0/+4
* nir: fix crash in loop unroll corner caseTimothy Arceri2018-03-281-5/+12
* Revert "nir: bump loop unroll limit to 96."Timothy Arceri2018-03-071-3/+1
* nir: bump loop unroll limit to 96.Dave Airlie2017-10-111-1/+3
* nir: delete magic numberElie TOURNIER2017-02-241-1/+11
* nir: bump loop max unroll limitTimothy Arceri2017-01-251-1/+1
* nir: Rename convert_to_ssa lower_regs_to_ssaJason Ekstrand2016-12-291-1/+1
* nir: add a loop unrolling passTimothy Arceri2016-12-231-0/+575