summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/ir/pp/node_to_instr.c
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: merge branch nodes in simple casesErico Nunes2022-05-231-0/+12
* lima/ppir: implement gl_FragDepth supportVasily Khoruzhick2021-11-241-3/+8
* lima/ppir: check if mul node is a source of add node before insertingVasily Khoruzhick2021-11-241-1/+2
* lima/ppir: Skip instruction merge when having more than one successorAndreas Baierl2020-09-071-1/+1
* lima: add missing breakTimothy Arceri2020-07-101-0/+1
* lima/ppir: use a ready list in node_to_instrErico Nunes2020-05-271-28/+76
* lima/ppir: add fallback mov option for const schedulerErico Nunes2020-05-091-3/+27
* lima/ppir: rework store outputErico Nunes2020-05-091-9/+4
* lima/ppir: combine varying loads in node_to_instrErico Nunes2020-05-091-8/+22
* lima/ppir: do not assume single src for pipeline outputsErico Nunes2020-05-091-4/+11
* lima: introduce ppir_op_load_coords_reg to differentiate between loading text...Arno Messiaen2019-10-311-0/+1
* lima/ppir: add node dependency typesVasily Khoruzhick2019-09-241-3/+3
* lima/ppir: Add undef handlingAndreas Baierl2019-09-131-0/+4
* lima/ppir: clone uniforms and load_coords into each successorVasily Khoruzhick2019-09-041-13/+42
* lima/ppir: turn store_color into ALU nodeVasily Khoruzhick2019-08-231-52/+3
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-231-93/+2
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-131-1/+1
* lima/ppir: simplify load uni/temp op lowering and schedulingErico Nunes2019-08-041-34/+4
* lima/ppir: simplify select op lowering and schedulingErico Nunes2019-08-041-6/+0
* lima/ppir: support pipeline registers in schedulerErico Nunes2019-08-041-46/+41
* lima/ppir: Add gl_FrontFace handlingAndreas Baierl2019-08-031-1/+2
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-311-8/+0
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* lima/ppir: Add gl_PointCoord handlingAndreas Baierl2019-07-181-1/+2
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-271-1/+11
* lima/ppir: Add gl_FragCoord handlingAndreas Baierl2019-04-291-1/+2
* gallium: add lima driverQiang Yu2019-04-111-0/+401