aco: fix waitcnts for barriers at block ends
[mesa.git] / src / amd / compiler / aco_insert_waitcnt.cpp
2019-11-22 Rhys Perryaco: fix waitcnts for barriers at block ends
2019-11-21 Rhys Perryaco: fix copy+paste error
2019-11-21 Rhys Perryaco: improve waitcnt insertion around loops
2019-10-22 Rhys PerryRevert "aco: only emit waitcnt on loop continues if...
2019-10-21 Timur Kristófaco/gfx10: Wait for pending SMEM stores before loads
2019-10-10 Timur Kristófaco: Fix s_dcache_wb on GFX10.
2019-10-10 Rhys Perryaco: Have s_waitcnt_vscnt write to NULL.
2019-09-23 Daniel Schürmannaco: only emit waitcnt on loop continues if we there...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler