summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* meson: don't generate file into subdirsDylan Baker2019-09-181-1/+1
* lima/ppir: use ra_get_best_spill_node to select spill node19.2-branchpointErico Nunes2019-08-201-7/+22
* lima: actually wait for bo in lima_bo_waitErico Nunes2019-08-162-0/+5
* lima: fix compilation of standalone compilerVasily Khoruzhick2019-08-151-2/+2
* lima/ppir: print srcs and dests in ppir_node_print_prog()Vasily Khoruzhick2019-08-131-2/+56
* lima/ppir: use src accessors in ppir regallocVasily Khoruzhick2019-08-132-102/+17
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-135-10/+16
* lima/ppir: introduce accessors for ppir_node sourcesVasily Khoruzhick2019-08-131-0/+41
* lima/ppir: Add fddx and fddyAndreas Baierl2019-08-124-0/+60
* lima: introduce a struct describing texture descriptorVasily Khoruzhick2019-08-083-56/+150
* lima: add texel format tableVasily Khoruzhick2019-08-083-51/+53
* lima: Fix Android.mkRoman Stratiienko2019-08-081-3/+16
* lima: fix pipe_debug_callback warningsErico Nunes2019-08-063-5/+5
* lima/ppir: move sin/cos input scaling into NIRVasily Khoruzhick2019-08-065-58/+69
* lima: add summary report for shader-dbErico Nunes2019-08-0610-6/+80
* lima: add support for debug callbackErico Nunes2019-08-062-0/+15
* lima/ppir: enable lower_vector_cmp to lower fall_equalErico Nunes2019-08-051-0/+1
* lima: re-run nir_opt_algebraic after int loweringErico Nunes2019-08-051-0/+15
* lima/ppir: simplify load uni/temp op lowering and schedulingErico Nunes2019-08-042-34/+33
* lima/ppir: simplify select op lowering and schedulingErico Nunes2019-08-045-11/+15
* lima/ppir: support pipeline registers in schedulerErico Nunes2019-08-042-46/+65
* lima/ppir: move alu vec to scalar lowering into NIRVasily Khoruzhick2019-08-042-107/+14
* lima/ppir: Add gl_FrontFace handlingAndreas Baierl2019-08-036-13/+35
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-1/+0
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-1/+1
* lima: enable lower_bitops in ppirErico Nunes2019-07-311-0/+1
* nir/algebraic: rename lower_bitshift to lower_bitopsErico Nunes2019-07-311-1/+1
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-315-80/+5
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-315-60/+7
* lima/ppir: lower texture projectionErico Nunes2019-07-311-0/+5
* 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