summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/ir/pp
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: handle all node types in ppir_node_replace_childErico Nunes2019-07-191-2/+30
* lima/ppir: branch regalloc fixesErico Nunes2019-07-191-0/+33
* lima/ppir: Add gl_PointCoord handlingAndreas Baierl2019-07-185-5/+33
* lima/ppir: Fix assert condition in ppir_codegen_encode_branch.Vinson Lee2019-07-151-1/+1
* lima/ppir: Fix branch codegenVasily Khoruzhick2019-07-143-3/+5
* lima/ppir: Fix assert condition in ppir_codegen_encode_discardVasily Khoruzhick2019-07-141-1/+1
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-261-4/+0
* lima/ppir: Add fsat opAndreas Baierl2019-06-244-0/+20
* lima/ppir: Add fneg opAndreas Baierl2019-06-244-0/+19
* lima/ppir: Add fabs opAndreas Baierl2019-06-244-0/+20
* lima/ppir: change offset type to intMateusz Krzak2019-06-132-2/+2
* lima/ppir: add missing handling of min/max ops for vec4 add slotVasily Khoruzhick2019-06-061-0/+6
* lima/ppir: fix crash when program uses no registers at allVasily Khoruzhick2019-06-061-0/+4
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-277-10/+253
* 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-023-0/+14
* lima/ppir: fix pointer referenced after a freePatrick Lerda2019-04-291-1/+2
* lima/ppir: Add gl_FragCoord handlingAndreas Baierl2019-04-295-2/+29
* lima/ppir: support ppir_op_ceilErico Nunes2019-04-193-0/+14
* 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-1111-0/+5323