summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+2
* 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: lower ffma in ppirAndreas Baierl2019-06-241-0/+1
* lima,panfrost: Move lima_tiling.c/h to /src/panfrostAlyssa Rosenzweig2019-06-205-236/+5
* lima: lower fmod in ppir and gpirErico Nunes2019-06-161-0/+2
* lima: fix dynarray usage in lima_submit_add_boErico Nunes2019-06-141-1/+1
* lima/ppir: change offset type to intMateusz Krzak2019-06-132-2/+2
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-122-5/+5
* 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
* nir: remove bool lowering from lower_int_to_floatJonathan Marek2019-05-311-0/+2
* nir: add lower_bitshift optionJonathan Marek2019-05-311-0/+1
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-277-10/+253
* lima: fix lima_blit with non-zero level source resourceQiang Yu2019-05-251-25/+12
* lima: fix render to non-zero level textureQiang Yu2019-05-251-4/+6
* 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-204-101/+11
* 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
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* lima: add Allwinner H5 supportPatrick Lerda2019-05-131-2/+20
* lima: refactor plb_max_blkPatrick Lerda2019-05-135-11/+34
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-2/+2
* lima: fix width 4096 resolution GP failQiang Yu2019-05-101-1/+1
* lima: fix tile buffer reloadingVasily Khoruzhick2019-05-092-2/+4
* lima: enable sin and cos lowering for GPVasily Khoruzhick2019-05-071-0/+1
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-2/+0
* lima/gpir: enable lowering for ftruncVasily Khoruzhick2019-05-071-0/+1
* lima/gpir: implement nir_op_fmovVasily Khoruzhick2019-05-071-0/+1
* lima: use int_to_float lowering passVasily Khoruzhick2019-05-071-2/+6
* 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-297-2/+33
* lima: add Android buildIcenowy Zheng2019-04-211-0/+88
* lima: enable nir fsign lowering in ppirErico Nunes2019-04-191-0/+1
* 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: add support for depth/stencil fbo attachments and texturesVasily Khoruzhick2019-04-147-24/+120
* lima: use individual tile heap for each GP job.Vasily Khoruzhick2019-04-145-19/+15