summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/ir/pp/lower.c
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: clone uniforms and load_coords into each successorVasily Khoruzhick2019-09-041-22/+69
* lima/ppir: don't assume that load coords gets value from registerVasily Khoruzhick2019-09-041-0/+1
* lima/ppir: add common helper for creating movsVasily Khoruzhick2019-09-041-49/+17
* lima/ppir: add control flow supportVasily Khoruzhick2019-08-241-12/+10
* lima/ppir: add support for unconditional branches and condition negationVasily Khoruzhick2019-08-231-2/+13
* lima/ppir: clone ld_{uni,tex,var} into each blockVasily Khoruzhick2019-08-231-1/+6
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-231-33/+45
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-131-4/+4
* lima/ppir: Add fddx and fddyAndreas Baierl2019-08-121-0/+20
* lima/ppir: move sin/cos input scaling into NIRVasily Khoruzhick2019-08-061-57/+0
* lima/ppir: simplify load uni/temp op lowering and schedulingErico Nunes2019-08-041-0/+29
* lima/ppir: simplify select op lowering and schedulingErico Nunes2019-08-041-5/+3
* lima/ppir: support pipeline registers in schedulerErico Nunes2019-08-041-0/+24
* lima/ppir: move alu vec to scalar lowering into NIRVasily Khoruzhick2019-08-041-106/+4
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-311-59/+0
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-311-24/+3
* lima/ppir: Add fsat opAndreas Baierl2019-06-241-0/+15
* lima/ppir: Add fneg opAndreas Baierl2019-06-241-0/+14
* lima/ppir: Add fabs opAndreas Baierl2019-06-241-0/+15
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-271-0/+35
* lima/ppir: support nir_op_ftruncErico Nunes2019-05-021-0/+12
* lima/ppir: fix pointer referenced after a freePatrick Lerda2019-04-291-1/+2
* gallium: add lima driverQiang Yu2019-04-111-0/+421