aco: make 1/2*PI a literal constant on SI/CI
[mesa.git] / src / amd / compiler / aco_builder_h.py
2019-12-07 Daniel Schürmannaco: make 1/2*PI a literal constant on SI/CI
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-12-04 Timur Kristófaco/wave32: Add wave size specific opcodes to aco_builder.
2019-11-19 Rhys Perryaco: implement 64-bit integer reductions
2019-10-30 Daniel Schürmannaco: Lower to CSSA
2019-10-28 Timur Kristófaco: Implement subgroup shuffle in GFX10 wave64 mode.
2019-10-10 Rhys Perryaco: Use the VOP3-only add/sub GFX10 instructions if...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler