aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_bo.c
Commit message (Expand)AuthorAgeFilesLines
* lima: create heap buffer with new interface if availableQiang Yu2020-01-301-1/+6
* lima: ignore flags while looking for BO in cacheVasily Khoruzhick2019-11-011-2/+2
* lima: align size before trying to fetch BO from cacheVasily Khoruzhick2019-11-011-2/+2
* lima: add debug prints for BO cacheVasily Khoruzhick2019-11-011-1/+48
* lima: implement BO cacheVasily Khoruzhick2019-09-221-14/+170
* lima: use 0 to poll if BO is busy in lima_bo_wait()Vasily Khoruzhick2019-09-221-1/+7
* lima: actually wait for bo in lima_bo_waitErico Nunes2019-08-161-0/+3
* gallium: add lima driverQiang Yu2019-04-111-0/+337