aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
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-053-7/+67
* lima: postpone PP stream generationVasily Khoruzhick2020-01-051-11/+17
* lima/parser: Fix VS cmd stream parserAndreas Baierl2020-01-051-2/+2
* lima/parser: Fix rsw parserAndreas Baierl2020-01-051-2/+0
* lima: fix allocation of GP outputs storage for indexed drawVasily Khoruzhick2020-01-031-3/+4
* lima: set shader caps to optimize control flowErico Nunes2019-12-201-2/+16
* lima/ppir: remove assert on ppir_emit_tex unsupported featureErico Nunes2019-12-201-1/+0
* lima/ppir: fix lod bias srcErico Nunes2019-12-205-11/+16
* lima: Fix dump file creationAndreas Baierl2019-12-201-3/+5
* lima: Rotate dump files after each finished pp frameAndreas Baierl2019-12-195-13/+48
* lima: drop suballocatorVasily Khoruzhick2019-12-194-30/+14
* lima: use single BO for GP outputsVasily Khoruzhick2019-12-193-43/+43
* lima: split draw calls on 64k verticesErico Nunes2019-12-141-48/+97
* lima: refactor indexed draw indices uploadErico Nunes2019-12-142-15/+19
* lima: allocate separate bo to store varyingsErico Nunes2019-12-142-9/+18
* gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2019-12-141-1/+1
* lima/parser: Add texture descriptor parserAndreas Baierl2019-12-135-0/+131
* lima/parser: Add RSW parsingAndreas Baierl2019-12-135-0/+185
* lima/parser: Some fixes and cleanupsAndreas Baierl2019-12-132-46/+36
* lima/ppir: enable lower_fdphErico Nunes2019-12-111-0/+1
* lima: expose tiled format modifier in query_dmabuf_modifiers()Vasily Khoruzhick2019-12-091-0/+1
* lima: handle DRM_FORMAT_MOD_INVALID in resource_from_handle()Vasily Khoruzhick2019-12-091-0/+4
* lima: enable tilingVasily Khoruzhick2019-12-041-11/+30
* lima/ppir: add lod-bias supportArno Messiaen2019-11-205-5/+33
* lima/streamparser: Add findings introduced with gl_PointSizeAndreas Baierl2019-11-201-2/+22
* lima/streamparser: Fix typo in vs semaphore parserAndreas Baierl2019-11-201-1/+1
* lima: Parse VS and PLBU command stream while making a dumpAndreas Baierl2019-11-177-0/+461
* lima: Beautify stream dumpsAndreas Baierl2019-11-171-7/+11
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-142-2/+2
* lima: fix bo submit memory leakErico Nunes2019-11-071-0/+1
* lima: fix nir shader memory leakErico Nunes2019-11-071-0/+2
* lima: add support for gl_PointSizeVasily Khoruzhick2019-11-055-32/+90
* lima: set dithering flag when necessaryVasily Khoruzhick2019-11-011-1/+3
* lima: ignore flags while looking for BO in cacheVasily Khoruzhick2019-11-011-2/+2
* lima: align size before trying to fetch BO from cacheVasily Khoruzhick2019-11-011-2/+2
* lima: add debug prints for BO cacheVasily Khoruzhick2019-11-013-6/+56
* lima: support indexed draw with biasIcenowy Zheng2019-10-311-1/+1
* lima: add cubemap supportArno Messiaen2019-10-316-8/+45
* lima: introduce ppir_op_load_coords_reg to differentiate between loading text...Arno Messiaen2019-10-316-5/+18
* lima: add layer_stride field to lima_resource structArno Messiaen2019-10-313-15/+28
* lima: fix stride in texture descriptorArno Messiaen2019-10-312-3/+3
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-287-12/+12
* 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: Fix compiler warning in standalone compilerAndreas Baierl2019-10-161-1/+1
* lima/ppir: don't clone texture loadsVasily Khoruzhick2019-10-092-73/+0
* 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/ppir: add NIR pass to split varying loadsVasily Khoruzhick2019-09-265-0/+127