lima: track write submits of context (v3)
[mesa.git] / src / gallium / drivers / lima / lima_resource.c
2020-02-17 Qiang Yulima: make lima_submit one time use drop data (v3)
2020-01-21 Alyssa Rosenzweigpanfrost: Rework linear<--->tiled conversions
2020-01-21 Alyssa Rosenzweigpanfrost,lima: De-Galliumize tiling routines
2020-01-10 Vasily Khoruzhicklima: add debug flag to disable tiling
2020-01-10 Vasily Khoruzhicklima: use linear layout for shared buffers if modifier...
2019-12-09 Vasily Khoruzhicklima: handle DRM_FORMAT_MOD_INVALID in resource_from_ha...
2019-12-04 Vasily Khoruzhicklima: enable tiling
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-31 Arno Messiaenlima: add layer_stride field to lima_resource struct
2019-09-23 Vasily Khoruzhicklima: implement BO cache
2019-09-23 Qiang Yulima: move damage bound build to resource
2019-09-23 Qiang Yulima: don't use damage system when full damage
2019-09-23 Qiang Yulima: implement EGL_KHR_partial_update
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-06-20 Alyssa Rosenzweiglima,panfrost: Move lima_tiling.c/h to /src/panfrost
2019-05-10 Vasily Khoruzhicklima: fix tile buffer reloading
2019-04-14 Vasily Khoruzhicklima: add support for depth/stencil fbo attachments...
2019-04-11 Icenowy Zhenglima: implement blit with util_blitter
2019-04-11 Qiang Yugallium: add lima driver