aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_state.c
Commit message (Expand)AuthorAgeFilesLines
* lima: make lima_submit one time use drop data (v3)Qiang Yu2020-02-171-0/+1
* lima: use util_copy_framebuffer_stateQiang Yu2020-02-171-9/+2
* lima: fix lima_set_vertex_buffers()Icenowy Zheng2020-01-301-1/+1
* lima: fix handling of reverse depth rangeVasily Khoruzhick2020-01-161-2/+6
* lima: implement EGL_KHR_partial_updateQiang Yu2019-09-231-44/+0
* lima: fix PLBU viewport configurationIcenowy Zheng2019-09-221-4/+4
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* lima: Fix compiler warnings for unused functions.Andreas Baierl2019-07-131-1/+1
* lima: refactor plb_max_blkPatrick Lerda2019-05-131-1/+3
* lima: add support for depth/stencil fbo attachments and texturesVasily Khoruzhick2019-04-141-1/+1
* lima: make lima_context_framebuffer subtype of pipe_framebuffer_stateIcenowy Zheng2019-04-111-7/+8
* lima: add dummy set_sample_mask functionIcenowy Zheng2019-04-111-0/+8
* gallium: add lima driverQiang Yu2019-04-111-0/+506