aco: refactor reduction lowering helpers
[mesa.git] / src / amd / compiler / aco_lower_to_hw_instr.cpp
2019-11-19 Rhys Perryaco: refactor reduction lowering helpers
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-12 Rhys Perryaco: use DPP instead of exec modification when lowering...
2019-10-28 Timur Kristófaco: Introduce vgpr_limit to keep track of available...
2019-10-28 Timur Kristófaco: Implement subgroup shuffle in GFX10 wave64 mode.
2019-10-28 Rhys Perryaco: Remove dead code in reduction lowering.
2019-10-28 Rhys Perryaco: Fix reductions on GFX10.
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