aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/ir3.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Fix data races with allocating/freeing struct ir3.Eric Anholt2019-07-291-1/+1
* freedreno/ir3: fixes for half reg in/outRob Clark2019-04-301-7/+7
* freedreno/ir3: remove bogus assertRob Clark2019-04-251-2/+0
* freedreno/ir3: more emit-cat5 fixesRob Clark2019-04-251-0/+2
* freedreno/ir3: Add workaround for VS samgqKristian H. Kristensen2019-03-281-1/+2
* freedreno/ir3: Don't access beyond available regsKristian H. Kristensen2019-03-281-4/+7
* freedreno/ir3: Fix operand order for DSX/DSYKristian H. Kristensen2019-03-251-0/+15
* freedreno/ir3: fix regmask for merged regsRob Clark2019-03-211-0/+3
* freedreno/ir3: fix sam.s2en encodingRob Clark2019-03-211-9/+9
* freedreno/ir3: include nopN in expanded instruction countRob Clark2019-03-031-1/+1
* freedreno/ir3: use nopN encoding when possibleRob Clark2019-02-261-5/+23
* freedreno/ir3: sync instr/disasm and add ldib encodingRob Clark2019-02-201-2/+17
* freedreno/ir3: add a6xx instruction encodingRob Clark2019-02-161-0/+90
* freedreno: move ir3 to common locationRob Clark2018-11-271-0/+941