radv: determine shaders wavesize at pipeline level
[mesa.git] / src / amd / compiler / aco_insert_NOPs.cpp
2019-10-30 Rhys Perryaco: a couple loop handling fixes for GFX10 hazard...
2019-10-25 Timur Kristófaco: Refactor hazard mitigations, separate pass for...
2019-10-25 Timur Kristófaco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate LdsBranchVmemWARHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate SMEMtoVectorWriteHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate VcmpxExecWARHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate VcmpxPermlaneHazard.
2019-10-10 Rhys Perryaco: Initial work to avoid GFX10 hazards.
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler