summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/ir/pp/ppir.h
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: don't assume that load coords gets value from registerVasily Khoruzhick2019-09-041-1/+3
* lima/ppir: add common helper for creating movsVasily Khoruzhick2019-09-041-0/+2
* lima/ppir: add control flow supportVasily Khoruzhick2019-08-241-0/+4
* lima/ppir: add better liveness analysisVasily Khoruzhick2019-08-241-0/+32
* lima/ppir: create ppir block for each corresponding NIR blockVasily Khoruzhick2019-08-231-0/+5
* lima/ppir: add dummy opVasily Khoruzhick2019-08-231-0/+2
* lima/ppir: add support for unconditional branches and condition negationVasily Khoruzhick2019-08-231-1/+3
* lima/ppir: clone ld_{uni,tex,var} into each blockVasily Khoruzhick2019-08-231-1/+1
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-231-0/+12
* lima/ppir: use src accessors in ppir regallocVasily Khoruzhick2019-08-131-2/+6
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-131-1/+9
* lima/ppir: introduce accessors for ppir_node sourcesVasily Khoruzhick2019-08-131-0/+41
* lima: add summary report for shader-dbErico Nunes2019-08-061-0/+5
* lima/ppir: simplify select op lowering and schedulingErico Nunes2019-08-041-0/+1
* lima/ppir: Add gl_FrontFace handlingAndreas Baierl2019-08-031-0/+1
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-311-4/+0
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-311-1/+1
* lima/ppir: Add gl_PointCoord handlingAndreas Baierl2019-07-181-0/+1
* lima/ppir: Fix branch codegenVasily Khoruzhick2019-07-141-0/+1
* lima/ppir: Add fsat opAndreas Baierl2019-06-241-0/+1
* lima/ppir: Add fneg opAndreas Baierl2019-06-241-0/+1
* lima/ppir: Add fabs opAndreas Baierl2019-06-241-0/+1
* lima/ppir: change offset type to intMateusz Krzak2019-06-131-1/+1
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-271-0/+24
* lima/ppir: support nir_op_ftruncErico Nunes2019-05-021-0/+1
* lima/ppir: Add gl_FragCoord handlingAndreas Baierl2019-04-291-0/+1
* gallium: add lima driverQiang Yu2019-04-111-0/+512