nir: get ffma support from NIR options for nir_lower_flrp
[mesa.git] / src / amd / compiler / aco_insert_exec_mask.cpp
2020-08-26 Rhys Perryaco: reserve 2 sgprs for each branch
2020-08-26 Rhys Perryaco: don't fix break condition for break+discard to...
2020-08-11 Daniel Schürmannaco: execute branch instructions in WQM if necessary
2020-06-18 Daniel Schürmannaco: fix WQM handling in nested loops
2020-04-07 Timur Kristófaco/ngg: Initialize exec mask for NGG VS and TES.
2020-03-30 Rhys Perryaco: look at p_{extract,split}_vector's definitions...
2020-02-28 Eric Anholtaco: Fix signed-vs-unsigned warning.
2020-01-29 Rhys Perryaco: fix exec mask consistency issues
2020-01-29 Rhys Perryaco: parallelcopy exec mask before s_wqm
2020-01-29 Rhys Perryaco: only create parallelcopy to restore exec at loop...
2020-01-29 Rhys Perryaco: run p_wqm instructions in WQM
2020-01-29 Rhys Perryaco: ensure predecessors' p_logical_end is in WQM when...
2020-01-24 Rhys Perryradv/aco,aco: implement GS on GFX9+
2020-01-22 Timur Kristófaco: Fix signedness compare warning.
2020-01-13 Daniel Schürmannaco: fix unconditional demote_to_helper
2019-12-07 Daniel Schürmannaco: return to loop_active mask at continue_or_break...
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-02 Rhys Perryaco: fix block_kind_discard s_andn2 definition to exec
2019-11-29 Rhys Perryaco: don't enable store_global for helper invocations
2019-11-14 Daniel Schürmannaco: check if SALU instructions are predeceeded by...
2019-10-30 Daniel Schürmannaco: remove potential critical edge on loops.
2019-10-09 Rhys Perryaco: move s_andn2_b64 instructions out of the p_discard_if
2019-09-27 Rhys Perryaco: don't remove the loop exec mask in transition_to_E...
2019-09-27 Rhys Perryaco: set loop_info::has_discard for demotes
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler