aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_resource.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* lima: set offset when export resourceQiang Yu2020-04-121-0/+1
* lima: also check tiled and depth case when importQiang Yu2020-03-311-19/+20
* lima: fix buffer import with offsetQiang Yu2020-03-311-4/+15
* lima: Implement lima_texture_subdataVasily Khoruzhick2020-03-281-13/+65
* lima: implement zsbuf reloadIcenowy Zheng2020-03-181-1/+7
* lima: enable minmax cache for index buffersVasily Khoruzhick2020-03-101-0/+18
* lima: don't disable tiling if there's linear modifier in listVasily Khoruzhick2020-03-031-3/+0
* lima: Add etc1 supportAndreas Baierl2020-03-021-9/+7
* lima: implement PLB PP stream cacheVasily Khoruzhick2020-02-211-52/+0
* lima: rename lima_submit to lima_jobQiang Yu2020-02-171-1/+1
* 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