aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_context.h
Commit message (Expand)AuthorAgeFilesLines
* lima: move pp_max_stack_size to lima_submitQiang Yu2020-02-171-2/+0
* lima: move resolve into lima_submitQiang Yu2020-02-171-2/+0
* lima: move plbu/vs_cmd_array into lima_submitQiang Yu2020-02-171-5/+0
* lima: track write submits of context (v3)Qiang Yu2020-02-171-0/+5
* lima: make lima_submit one time use drop data (v3)Qiang Yu2020-02-171-2/+6
* lima: use lima_submit_create_stream_bo for plbu/vs_cmd and pp_stackQiang Yu2020-02-171-3/+0
* lima: adjust pp_stream to use lima_submit_create_stream_boQiang Yu2020-02-171-2/+2
* lima: merge gp/pp submitQiang Yu2020-02-171-2/+1
* lima: move syncobj from lima_submit to lima_contextQiang Yu2020-02-171-0/+4
* lima: delay plbu head command generation to flush stage (v2)Qiang Yu2020-02-171-0/+1
* lima: remove lima_ctx_buff_va submit flags (v2)Qiang Yu2020-02-171-5/+2
* lima: remove definition of lima_is_scanoutQiang Yu2020-02-171-1/+0
* lima: create heap buffer with new interface if availableQiang Yu2020-01-301-1/+1
* lima: disable early-z if fragment shader uses discardVasily Khoruzhick2020-01-271-0/+1
* lima: implement invalidate_resource()Vasily Khoruzhick2020-01-231-0/+2
* lima: don't reload and redraw tiles that were not updatedVasily Khoruzhick2020-01-051-0/+1
* lima: drop suballocatorVasily Khoruzhick2019-12-191-2/+1
* lima: use single BO for GP outputsVasily Khoruzhick2019-12-191-3/+3
* lima: refactor indexed draw indices uploadErico Nunes2019-12-141-0/+3
* lima: allocate separate bo to store varyingsErico Nunes2019-12-141-1/+1
* lima: add support for gl_PointSizeVasily Khoruzhick2019-11-051-1/+5
* lima: implement EGL_KHR_partial_updateQiang Yu2019-09-231-7/+0
* lima: fix PLBU viewport configurationIcenowy Zheng2019-09-221-1/+1
* lima: fix ppir spill stack allocationErico Nunes2019-08-251-0/+3
* lima: add support for debug callbackErico Nunes2019-08-061-0/+2
* lima: refactor plb_max_blkPatrick Lerda2019-05-131-1/+0
* lima: add support for depth/stencil fbo attachments and texturesVasily Khoruzhick2019-04-141-0/+1
* lima: use individual tile heap for each GP job.Vasily Khoruzhick2019-04-141-0/+3
* lima: implement blit with util_blitterIcenowy Zheng2019-04-111-0/+1
* lima: make lima_context_framebuffer subtype of pipe_framebuffer_stateIcenowy Zheng2019-04-111-3/+1
* gallium: add lima driverQiang Yu2019-04-111-0/+294