aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* lima/parser: Change value name in RSW parserAndreas Baierl2020-02-071-1/+1
* lima/parser: Extend AUX0 findingsAndreas Baierl2020-02-071-2/+34
* lima/parser: Fix RSW depth test parsingAndreas Baierl2020-02-071-4/+6
* lima: Fix build with GCC 10.Vinson Lee2020-01-311-1/+1
* lima: add noheap debug optionQiang Yu2020-01-302-0/+6
* lima: create heap buffer with new interface if availableQiang Yu2020-01-306-4/+33
* lima: fix lima_set_vertex_buffers()Icenowy Zheng2020-01-301-1/+1
* lima: disable early-z if fragment shader uses discardVasily Khoruzhick2020-01-273-1/+9
* lima: ppir: always create move and update ld_tex successors for all blocksVasily Khoruzhick2020-01-283-23/+24
* lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick2020-01-281-6/+1
* lima/ppir: fix src read mask swizzlingErico Nunes2020-01-252-11/+13
* lima/ppir: split ppir_op_undef into undef and dummy againErico Nunes2020-01-253-2/+9
* lima/ppir: fix ssa undef emitErico Nunes2020-01-251-3/+0
* lima/ppir: handle write to dead registers in ppirErico Nunes2020-01-251-5/+12
* lima: use imul for calculations with intrinsic srcVasily Khoruzhick2020-01-231-1/+1
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-231-8/+5
* lima: implement invalidate_resource()Vasily Khoruzhick2020-01-233-18/+34
* 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