aco: compact various Instruction classes
[mesa.git] / src / amd / compiler / aco_assembler.cpp
2020-01-10 Daniel Schürmannaco: compact various Instruction classes
2019-12-07 Daniel Schürmannaco: Initial GFX7 Support
2019-11-29 Rhys Perryaco: fix SADDR with FLAT on GFX10
2019-11-29 Rhys Perryaco: fix assembly of FLAT/GLOBAL atomics
2019-11-26 Rhys Perryaco: allow constant offsets for global/scratch instruct...
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-08 Timur Kristófac: Handle invalid GFX10 format correctly in ac_get_tbu...
2019-10-25 Timur Kristófaco/gfx10: Add notes about some GFX10 hazards.
2019-10-21 Timur Kristófaco/gfx10: Update constant addresses in fix_branches_gfx10.
2019-10-10 Timur Kristófaco: Clean up usages of PhysReg::reg from aco_assembler.
2019-10-10 Rhys Perryaco: Initial work to avoid GFX10 hazards.
2019-10-10 Rhys Perryaco: pad code with s_code_end on GFX10
2019-10-10 Rhys Perryaco: workaround GFX10 0x3f branch bug
2019-10-10 Rhys Perryaco: Assemble opsel in VOP3 instructions.
2019-10-10 Rhys Perryaco: Allow literals on VOP3 instructions.
2019-10-10 Timur Kristófaco: Support subvector loops in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 EXP in aco_assembler.
2019-10-10 Timur Kristófaco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add...
2019-10-10 Timur Kristófaco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 MTBUF in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 MUBUF in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 DS in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 VINTRP in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 SMEM in aco_assembler.
2019-10-10 Timur Kristófaco: Add missing GFX10 specific fields and some README...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler