aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_draw.c
Commit message (Expand)AuthorAgeFilesLines
* lima: fix PP stream terminator sizeVasily Khoruzhick2020-01-051-1/+3
* lima: don't reload and redraw tiles that were not updatedVasily Khoruzhick2020-01-051-7/+63
* lima: postpone PP stream generationVasily Khoruzhick2020-01-051-11/+17
* lima: fix allocation of GP outputs storage for indexed drawVasily Khoruzhick2020-01-031-3/+4
* lima: Rotate dump files after each finished pp frameAndreas Baierl2019-12-191-0/+2
* lima: drop suballocatorVasily Khoruzhick2019-12-191-9/+9
* lima: use single BO for GP outputsVasily Khoruzhick2019-12-191-40/+37
* lima: split draw calls on 64k verticesErico Nunes2019-12-141-48/+97
* lima: refactor indexed draw indices uploadErico Nunes2019-12-141-15/+16
* lima: allocate separate bo to store varyingsErico Nunes2019-12-141-8/+17
* gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2019-12-141-1/+1
* lima/parser: Add RSW parsingAndreas Baierl2019-12-131-0/+4
* lima: Parse VS and PLBU command stream while making a dumpAndreas Baierl2019-11-171-0/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* lima: add support for gl_PointSizeVasily Khoruzhick2019-11-051-27/+67
* lima: set dithering flag when necessaryVasily Khoruzhick2019-11-011-1/+3
* lima: support indexed draw with biasIcenowy Zheng2019-10-311-1/+1
* lima: add cubemap supportArno Messiaen2019-10-311-1/+1
* lima: add layer_stride field to lima_resource structArno Messiaen2019-10-311-1/+2
* lima: fix PP stack sizeVasily Khoruzhick2019-10-191-2/+1
* lima: Fix crash when there are no vertex shader attributesAndreas Baierl2019-10-161-3/+3
* lima: set uniforms_address lower bits properlyVasily Khoruzhick2019-09-281-0/+8
* lima: do not set the PP uniforms address lowest bitsIcenowy Zheng2019-09-281-1/+0
* lima: support rectangle textureIcenowy Zheng2019-09-261-1/+1
* lima: remove partial clear support from pipe->clear()Erico Nunes2019-09-231-93/+5
* lima: move damage bound build to resourceQiang Yu2019-09-231-13/+4
* lima: implement EGL_KHR_partial_updateQiang Yu2019-09-231-14/+29
* lima: fix PLBU viewport configurationIcenowy Zheng2019-09-221-16/+16
* lima: reset scissor state if scissor test is disabledIcenowy Zheng2019-09-171-0/+4
* lima: Return fence unconditionallyRoman Stratiienko2019-09-041-4/+2
* lima: fix ppir spill stack allocationErico Nunes2019-08-251-5/+19
* lima: move format handling to unified placeQiang Yu2019-08-251-28/+5
* lima: introduce a struct describing texture descriptorVasily Khoruzhick2019-08-081-6/+9
* lima: Fix compiler warnings for unused functions.Andreas Baierl2019-07-131-0/+2
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-3/+3
* lima: fix render to non-zero level textureQiang Yu2019-05-251-4/+6
* lima: fix width 4096 resolution GP failQiang Yu2019-05-101-1/+1
* lima: fix tile buffer reloadingVasily Khoruzhick2019-05-091-2/+2
* lima: add support for depth/stencil fbo attachments and texturesVasily Khoruzhick2019-04-141-22/+89
* lima: use individual tile heap for each GP job.Vasily Khoruzhick2019-04-141-3/+4
* lima: make lima_context_framebuffer subtype of pipe_framebuffer_stateIcenowy Zheng2019-04-111-20/+20
* gallium: add lima driverQiang Yu2019-04-111-0/+1648