aco: fix vgpr alloc granule with wave32
[mesa.git] / src / amd / compiler / aco_scheduler.cpp
2019-12-21 Rhys Perryaco: fix vgpr alloc granule with wave32
2019-11-29 Rhys Perryaco: improve FLAT/GLOBAL scheduling
2019-11-04 Daniel Schürmannaco: fix accidential reordering of instructions when...
2019-10-30 Rhys Perryaco: try to group together VMEM loads of the same resource
2019-10-30 Daniel Schürmannaco: don't schedule instructions through depending...
2019-10-30 Daniel Schürmannaco: only skip RAR dependencies if the variable is...
2019-10-30 Daniel Schürmannaco: restrict scheduling depending on max_waves
2019-10-23 Rhys Perryaco: increase accuracy of SGPR limits
2019-10-16 Rhys Perryaco: fix scheduling with s_memtime/s_memrealtime
2019-10-09 Rhys Perryaco: move s_andn2_b64 instructions out of the p_discard_if
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler