aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_schedule.c
Commit message (Expand)AuthorAgeFilesLines
* nir/scheduler: Add an option to specify what stages share memory for I/ONeil Roberts2020-06-221-7/+15
* nir/schedule: Store a pointer to the scoreboard in nir_deps_stateNeil Roberts2020-06-221-15/+15
* nir/scheduler: Handle nir_intrinsic_load_per_vertex_inputNeil Roberts2020-06-221-0/+1
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a scheduler pass to reduce maximum register pressure.Eric Anholt2019-11-251-0/+1087