aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/ir/gp/gpir.h
Commit message (Expand)AuthorAgeFilesLines
* lima/gpir: Optimize conditional break/continueConnor Abbott2020-03-161-0/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-2/+2
* lima/gpir: Use registers for values live in multiple blocksConnor Abbott2019-09-241-8/+31
* lima/gpir: Support branch instructionsConnor Abbott2019-09-241-1/+12
* lima/gpir: Do all lowerings before rschedConnor Abbott2019-09-091-1/+0
* lima: add summary report for shader-dbErico Nunes2019-08-061-0/+6
* lima/gpir: Always schedule complex2 and *_impl right after complex1Connor Abbott2019-07-301-2/+9
* lima/gp: Fix problem with complex movesConnor Abbott2019-07-181-4/+11
* lima/gpir: Rework the schedulerConnor Abbott2019-07-181-12/+38
* lima/gpir: switch to use nir_lower_viewport_transformQiang Yu2019-05-201-1/+3
* lima/gpir: support vector ssa loadQiang Yu2019-05-201-0/+8
* lima/gpir: fix compile fail when two slot nodeQiang Yu2019-04-141-0/+5
* gallium: add lima driverQiang Yu2019-04-111-0/+392