aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-211-1/+1
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-211-2/+2
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-211-2/+4
* lima: Fix alpha blendingAndreas Baierl2020-01-161-23/+101
* lima: fix handling of reverse depth rangeVasily Khoruzhick2020-01-162-4/+16
* lima/ppir: implement full liveness analysis for regallocErico Nunes2020-01-156-166/+359
* lima/ppir: remove orphan load node after cloningErico Nunes2020-01-153-1/+27
* lima: add new findings to texture descriptorVasily Khoruzhick2020-01-134-12/+47
* lima: Add stencil supportAndreas Baierl2020-01-132-27/+64
* lima/parser: Make rsw alpha blend parsing more readableAndreas Baierl2020-01-131-4/+5
* lima: fix PIPE_CAP_* to mark features that aren't supported yetVasily Khoruzhick2020-01-121-0/+6
* lima: implement polygon offsetVasily Khoruzhick2020-01-121-14/+9
* lima: fix viewport clippingVasily Khoruzhick2020-01-121-5/+17
* lima: fix PLBU_CMD_PRIMITIVE_SETUP commandVasily Khoruzhick2020-01-122-21/+16
* lima: drop support for R8G8B8 formatVasily Khoruzhick2020-01-091-1/+0
* lima: add debug flag to disable tilingVasily Khoruzhick2020-01-103-1/+4
* lima: use linear layout for shared buffers if modifier is not specifiedVasily Khoruzhick2020-01-101-1/+8
* 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