aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-312-4/+4
* lima/gp: Support exp2 and log2Connor Abbott2019-07-305-30/+147
* lima/gpir: Always schedule complex2 and *_impl right after complex1Connor Abbott2019-07-304-15/+47
* lima/gpir/sched: Handle more special ops in can_use_complex()Connor Abbott2019-07-281-5/+24
* lima/gp: Clean up lima_program_optimize_vs_nir() a littleConnor Abbott2019-07-281-1/+1
* lima/gpir/sched: Don't try to spill when something else has succeededConnor Abbott2019-07-281-7/+4
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+1
* lima/ppir: fix disassembler temp read/write printQiang Yu2019-07-241-9/+23
* lima/ppir: fix branch codegen register encodeErico Nunes2019-07-231-2/+2
* lima/ppir: fix debug logs in regallocErico Nunes2019-07-231-2/+2
* lima/ppir: fix alignment on regalloc spilling loadsErico Nunes2019-07-231-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-225-19/+19
* 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-186-5/+34
* lima/gp: Fix problem with complex movesConnor Abbott2019-07-183-9/+125
* lima/gpir: Rework the schedulerConnor Abbott2019-07-189-560/+1187
* lima/gp: Mark more add-only nodes as maybe-two-slotConnor Abbott2019-07-181-0/+8
* lima/gpir: Fix some bugs in instruction handlingConnor Abbott2019-07-181-0/+12
* lima: Reintroduce the standalone compilerConnor Abbott2019-07-186-2/+351
* 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
* lima: Fix compiler warnings for unused functions.Andreas Baierl2019-07-132-1/+3
* 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