summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_resource.c
Commit message (Expand)AuthorAgeFilesLines
* lima: move plbu/vs_cmd_array into lima_submitQiang Yu2020-02-171-0/+1
* lima: make lima_submit one time use drop data (v3)Qiang Yu2020-02-171-2/+1
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-211-2/+2
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-211-2/+4
* lima: add debug flag to disable tilingVasily Khoruzhick2020-01-101-1/+1
* lima: use linear layout for shared buffers if modifier is not specifiedVasily Khoruzhick2020-01-101-1/+8
* lima: handle DRM_FORMAT_MOD_INVALID in resource_from_handle()Vasily Khoruzhick2019-12-091-0/+4
* lima: enable tilingVasily Khoruzhick2019-12-041-11/+30
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* lima: add layer_stride field to lima_resource structArno Messiaen2019-10-311-14/+25
* lima: implement BO cacheVasily Khoruzhick2019-09-221-2/+2
* lima: move damage bound build to resourceQiang Yu2019-09-231-9/+36
* lima: don't use damage system when full damageQiang Yu2019-09-231-0/+14
* lima: implement EGL_KHR_partial_updateQiang Yu2019-09-231-0/+50
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-4/+4
* lima,panfrost: Move lima_tiling.c/h to /src/panfrostAlyssa Rosenzweig2019-06-201-3/+3
* lima: fix tile buffer reloadingVasily Khoruzhick2019-05-091-0/+2
* lima: add support for depth/stencil fbo attachments and texturesVasily Khoruzhick2019-04-141-1/+2
* lima: implement blit with util_blitterIcenowy Zheng2019-04-111-1/+50
* gallium: add lima driverQiang Yu2019-04-111-0/+589