Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / amd / compiler / aco_builder_h.py
2020-08-26 Rhys Perryaco/tests: add test for GFX10 0x3f bug
2020-08-26 Rhys Perryaco: create long jumps
2020-08-26 Rhys Perryaco: reserve 2 sgprs for each branch
2020-08-26 Rhys Perryaco: fix regclass checks when fixing to vcc/exec with...
2020-07-30 Rhys Perryaco: add framework for unit testing
2020-07-21 Rhys Perryaco: add NUW flag
2020-07-21 Rhys Perryaco: be more careful combining additions that could...
2020-07-13 Rhys Perryaco: optimize some masked swizzles to DPP
2020-06-15 Rhys Perryaco: improve 8/16-bit constants
2020-06-15 Rhys Perryaco: add and set precise flag
2020-06-03 Samuel Pitoisetaco: fix subdword copies on GFX6-GFX7
2020-06-02 Timur Kristófaco/gfx10: Refactor of GFX10 wave64 bpermute.
2020-04-22 Rhys Perryaco: implement sub-dword swaps
2020-04-03 Daniel Schürmannaco: add builder function for subdword copy()
2020-03-03 Rhys Perryaco: fix carry-out size for wave32 v_add_co_u32_e64
2020-01-29 Daniel Schürmannaco: reorder VMEM operands in ACO IR
2020-01-28 Rhys Perryaco: rework vertex fetching a bit
2020-01-24 Rhys Perryaco: improve support for s_sendmsg
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