aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/midgard/lcra.c
Commit message (Expand)AuthorAgeFilesLines
* pan/midgard: Bounds check lcra_restrict_rangeAlyssa Rosenzweig2019-12-241-1/+1
* pan/midgard: Don't try to free NULL in LCRAAlyssa Rosenzweig2019-12-121-0/+3
* pan/midgard: Move bounds checking into LCRAAlyssa Rosenzweig2019-12-121-1/+2
* panfrost: add lcra_free() to free lcra stateUrja Rannikko2019-12-061-0/+16
* pan/lcra: Use Chaitin's spilling heuristicAlyssa Rosenzweig2019-11-141-9/+5
* pan/midgard: Implement linearly-constrained register allocationAlyssa Rosenzweig2019-11-131-0/+228