gallium: rename 'state tracker' to 'frontend'
[mesa.git] / src / gallium / drivers / lima / lima_resource.c
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-04-12 Qiang Yulima: set offset when export resource
2020-03-31 Qiang Yulima: also check tiled and depth case when import
2020-03-31 Qiang Yulima: fix buffer import with offset
2020-03-28 Vasily Khoruzhicklima: Implement lima_texture_subdata
2020-03-18 Icenowy Zhenglima: implement zsbuf reload
2020-03-10 Vasily Khoruzhicklima: enable minmax cache for index buffers
2020-03-03 Vasily Khoruzhicklima: don't disable tiling if there's linear modifier...
2020-03-02 Andreas Baierllima: Add etc1 support
2020-02-21 Vasily Khoruzhicklima: implement PLB PP stream cache
2020-02-17 Qiang Yulima: rename lima_submit to lima_job
2020-02-17 Qiang Yulima: move plbu/vs_cmd_array into lima_submit
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