summaryrefslogtreecommitdiff
path: root/src/freedreno/ir3/ir3_lower_subgroups.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26ir3: Distinguish lowered shared->normal movesConnor Abbott1-0/+1
2024-04-26ir3: Moves with shared destination are always legalConnor Abbott1-22/+2
2024-03-01ir3: remove OPC_B and brtype from cat0Job Noorman1-1/+1
2024-03-01ir3: add terminators to blocksJob Noorman1-31/+50
2024-02-05ir3: set reconvergence for scan_clusters.macroJob Noorman1-0/+3
2024-02-02ir3: optimize subgroup operations using brcst.activeJob Noorman1-0/+137
2024-02-02ir3: optimize read_first.macro to a movJob Noorman1-6/+16
2024-02-02ir3: Calculate physical edges correctlyConnor Abbott1-19/+15
2024-02-02ir3: Rewrite (jp) and branchstack handlingConnor Abbott1-0/+7
2022-03-10ir3: Add support for subgroup arithmeticConnor Abbott1-105/+265
2021-11-25ir3/lower_subgroups: Fix potential infinite loopConnor Abbott1-107/+123
2021-10-11ir3/lower_subgroups: Support 16-bit READ_* sourcesConnor Abbott1-1/+3
2021-07-12ir3: Reformat source with clang-formatConnor Abbott1-188/+192
2021-07-08ir3: Add subgroup pseudoinstructionsConnor Abbott1-0/+254