summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima
AgeCommit message (Expand)AuthorFilesLines
2019-10-31lima: fix stride in texture descriptorArno Messiaen2-3/+3
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri7-12/+12
2019-10-19lima: fix PP stack sizeVasily Khoruzhick1-2/+1
2019-10-16lima: Fix crash when there are no vertex shader attributesAndreas Baierl1-3/+3
2019-10-16lima: Fix compiler warning in standalone compilerAndreas Baierl1-1/+1
2019-10-09lima/ppir: don't clone texture loadsVasily Khoruzhick2-73/+0
2019-09-28lima: set uniforms_address lower bits properlyVasily Khoruzhick1-0/+8
2019-09-28lima: do not set the PP uniforms address lowest bitsIcenowy Zheng1-1/+0
2019-09-26lima/ppir: add NIR pass to split varying loadsVasily Khoruzhick5-0/+127
2019-09-26lima: support rectangle textureIcenowy Zheng4-3/+9
2019-09-25lima/ppir: Add various varying fetch sources to disassemblerAndreas Baierl1-23/+50
2019-09-24lima/ppir: add support for indirect load of uniforms and varyingsVasily Khoruzhick6-12/+60
2019-09-24lima/ppir: add node dependency typesVasily Khoruzhick6-28/+58
2019-09-25lima/ppir: don't attempt to clone tex coords if it's not varyingVasily Khoruzhick1-3/+10
2019-09-24lima/gpir: Fix 64-bit shift in scheduler spillingConnor Abbott1-2/+2
2019-09-24lima/gpir: Don't emit movs when translating from NIRConnor Abbott1-36/+50
2019-09-24lima/gpir: Fix postlog2 fixup handlingConnor Abbott1-11/+12
2019-09-24lima/gpir: Use registers for values live in multiple blocksConnor Abbott7-156/+648
2019-09-24lima/gpir: Support branch instructionsConnor Abbott6-78/+102
2019-09-24lima/gpir: Only try to place actual childrenConnor Abbott1-1/+1
2019-09-24lima/gpir: Fix compiler warningConnor Abbott1-1/+1
2019-09-23lima: remove partial clear support from pipe->clear()Erico Nunes1-93/+5
2019-09-22lima: implement BO cacheVasily Khoruzhick8-30/+212
2019-09-22lima: use 0 to poll if BO is busy in lima_bo_wait()Vasily Khoruzhick1-1/+7
2019-09-23lima: move damage bound build to resourceQiang Yu3-22/+41
2019-09-23lima: don't use damage system when full damageQiang Yu1-0/+14
2019-09-23lima: implement EGL_KHR_partial_updateQiang Yu5-65/+86
2019-09-22lima: fix PLBU viewport configurationIcenowy Zheng3-21/+21
2019-09-17lima: reset scissor state if scissor test is disabledIcenowy Zheng1-0/+4
2019-09-16lima: add standalone disassembler with primitive MBS parserVasily Khoruzhick2-0/+219
2019-09-13lima/ppir: Add undef handlingAndreas Baierl4-4/+24
2019-09-13lima/ppir: Rename ppir_op_dummy to ppir_op_undefAndreas Baierl3-5/+5
2019-09-11meson: don't generate file into subdirsDylan Baker1-1/+1
2019-09-10lima: set .out_sync field of req in lima_submit_start()Vasily Khoruzhick1-0/+1
2019-09-09lima/ppir: drop fge/flt/feq/fne optionsVasily Khoruzhick1-4/+0
2019-09-09lima: run opt_algebraic between int_to_float and boot_to_float for vsVasily Khoruzhick1-4/+5
2019-09-09lima/gpir: fix warning in gpir disassemblerVasily Khoruzhick1-1/+1
2019-09-09lima/gpir: lower fceilVasily Khoruzhick1-0/+1
2019-09-09lima/gpir: Disallow moves for schedule_first nodesConnor Abbott1-1/+5
2019-09-09lima/gpir: Fix fake dep handling for schedule_first nodesConnor Abbott2-10/+30
2019-09-09lima/gpir: Fix schedule_first insertion logicConnor Abbott1-2/+3
2019-09-09lima/gpir: Ignore unscheduled successors in can_use_complex()Connor Abbott1-1/+2
2019-09-09lima/gpir: Do all lowerings before rschedConnor Abbott3-23/+2
2019-09-05lima/ppir: don't lower phis to scalarVasily Khoruzhick1-1/+0
2019-09-06lima/ppir: don't lower vector {b,f}csel to scalar if condition is scalarVasily Khoruzhick1-5/+21
2019-09-06nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick1-16/+30
2019-09-05lima/ppir: improve regalloc spill cost calculationErico Nunes1-5/+49
2019-09-05lima/ppir: optimizations in regalloc spilling codeErico Nunes1-90/+88
2019-09-05lima/ppir: mark regalloc created ssa unspillableErico Nunes1-0/+1
2019-09-04lima: Return fence unconditionallyRoman Stratiienko1-4/+2