summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/ir/pp/nir.c
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: Rename ppir_op_dummy to ppir_op_undefAndreas Baierl2019-09-131-2/+2
* lima/ppir: drop fge/flt/feq/fne optionsVasily Khoruzhick2019-09-091-4/+0
* lima/ppir: clone uniforms and load_coords into each successorVasily Khoruzhick2019-09-041-3/+26
* lima/ppir: add control flow supportVasily Khoruzhick2019-08-241-7/+123
* lima/ppir: validate shader outputsVasily Khoruzhick2019-08-241-0/+13
* lima/ppir: turn store_color into ALU nodeVasily Khoruzhick2019-08-231-8/+17
* lima/ppir: create ppir block for each corresponding NIR blockVasily Khoruzhick2019-08-231-4/+44
* lima/ppir: add dummy opVasily Khoruzhick2019-08-231-5/+13
* lima/ppir: add write after read deps for registersVasily Khoruzhick2019-08-231-2/+25
* lima/ppir: fix ordering depsVasily Khoruzhick2019-08-231-6/+8
* lima/ppir: set write mask for texture loads if dest is regVasily Khoruzhick2019-08-231-1/+5
* lima/ppir: add support for unconditional branches and condition negationVasily Khoruzhick2019-08-231-0/+1
* lima/ppir: clone ld_{uni,tex,var} into each blockVasily Khoruzhick2019-08-231-2/+16
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-231-0/+6
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-131-2/+1
* lima/ppir: Add fddx and fddyAndreas Baierl2019-08-121-0/+2
* lima: fix pipe_debug_callback warningsErico Nunes2019-08-061-2/+2
* lima: add summary report for shader-dbErico Nunes2019-08-061-1/+27
* lima/ppir: Add gl_FrontFace handlingAndreas Baierl2019-08-031-11/+18
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-311-8/+4
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-311-3/+3
* lima/ppir: Add gl_PointCoord handlingAndreas Baierl2019-07-181-0/+11
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-261-4/+0
* 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: implement discard and discard_ifVasily Khoruzhick2019-05-271-0/+104
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+1
* lima/ppir: abort compilation in case of unsupported intrinsicErico Nunes2019-05-061-2/+4
* lima/ir: print names of unsupported intrinsicsErico Nunes2019-05-061-1/+2
* lima/ppir: support nir_op_ftruncErico Nunes2019-05-021-0/+1
* lima/ppir: Add gl_FragCoord handlingAndreas Baierl2019-04-291-0/+11
* lima/ppir: support ppir_op_ceilErico Nunes2019-04-191-0/+1
* nir: make nir_const_value scalarKarol Herbst2019-04-141-1/+1
* lima: use nir_src_as_floatKarol Herbst2019-04-141-5/+1
* lima: lower bool to float when building shadersIcenowy Zheng2019-04-121-2/+1
* gallium: add lima driverQiang Yu2019-04-111-0/+494