summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/ir
Commit message (Expand)AuthorAgeFilesLines
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-262-7/+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
* nir: copy intrinsic type when lowering load input/uniform and store outputJonathan Marek2019-06-031-0/+1
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-277-10/+253
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-242-3/+2
* lima/gpir: switch to use nir_lower_viewport_transformQiang Yu2019-05-203-101/+10
* lima/gpir: support vector ssa loadQiang Yu2019-05-202-5/+46
* lima/gpir: add helper function for emit load nodeQiang Yu2019-05-201-20/+19
* lima/gpir: implement nir_op_fmovVasily Khoruzhick2019-05-071-0/+1
* lima/gpir: fix float uniform alignment issueVasily Khoruzhick2019-05-061-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-062-2/+4
* lima/ppir: support nir_op_ftruncErico Nunes2019-05-023-0/+14
* lima/gpir: add limit of max 512 instructionsErico Nunes2019-05-021-0/+6
* 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-142-2/+2
* lima: use nir_src_as_floatKarol Herbst2019-04-142-9/+2
* lima/gpir: fix alu check miss last store slotQiang Yu2019-04-141-2/+2
* lima/gpir: fix compile fail when two slot nodeQiang Yu2019-04-143-3/+25
* lima: lower bool to float when building shadersIcenowy Zheng2019-04-122-3/+2
* gallium: add lima driverQiang Yu2019-04-1125-0/+10482