aco: Fixup markdown formatting of the README-ISA.
[mesa.git] / src / amd / compiler / aco_opcodes.py
2020-08-04 Rhys Perryaco: update aco_opcodes.py for GFX10.3
2020-07-30 Rhys Perryaco: add framework for unit testing
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-21 Rhys Perryaco: be more careful combining additions that could...
2020-07-17 Rhys Perryaco: fix nir_op_f2f16_rtne with non-default rounding...
2020-07-13 Rhys Perryaco: read 0 from inactive lanes when using dpp
2020-07-07 Rhys Perryaco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7
2020-06-15 Rhys Perryaco: use 32-bit inline constants for 16-bit integer...
2020-06-10 Rhys Perryaco: add Info::{operand_size,definition_size}
2020-06-02 Timur Kristófaco/gfx10: Refactor of GFX10 wave64 bpermute.
2020-05-02 Rhys Perryaco: remove use of f-strings
2020-04-28 Rhys Perryaco: add various GFX10 int16 opcodes
2020-04-22 Rhys Perryaco: implement sub-dword swaps
2020-04-22 Rhys Perryaco: add VOP3P_instruction
2020-01-29 Timur Kristófaco: Fix the meaning of is_atomic.
2020-01-28 Rhys Perryaco: rework vertex fetching a bit
2020-01-24 Rhys Perryradv/aco,aco: implement GS on GFX9+
2020-01-20 Samuel Pitoisetaco: add new addr64 bit to MUBUF instructions on GFX6...
2020-01-14 Rhys Perryaco: allow input modifiers on v_cndmask_b32
2020-01-13 Rhys Perryaco: don't DCE atomics with return values
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-07 Daniel Schürmannaco: Initial GFX7 Support
2019-11-29 Rhys Perryaco: improve FLAT/GLOBAL scheduling
2019-11-29 Rhys Perryaco: fix GFX10 opcodes for some global/flat atomics
2019-10-28 Timur Kristófaco: Implement subgroup shuffle in GFX10 wave64 mode.
2019-10-09 Rhys Perryaco: move s_andn2_b64 instructions out of the p_discard_if
2019-09-25 Rhys Perryaco: check for duplicate opcode numbers
2019-09-25 Rhys Perryaco: fix opcode for s_mul_hi_i32
2019-09-25 Rhys Perryaco: fix v_subrev_co_u32_e64 opcode
2019-09-25 Rhys Perryaco: fix GFX9 opcode for v_xad_u32
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler