lima/ppir: duplicate intrinsics in nir
[mesa.git] / src / gallium / drivers / lima / ir / gp /
2020-03-16 Vasily Khoruzhicklima/gpir: fix crash in schedule_insert_ready_list()
2020-03-16 Vasily Khoruzhicklima/gpir: kill dead writes to regs in DCE
2020-03-16 Connor Abbottlima/gpir: Optimize nots created from branch lowering
2020-03-16 Connor Abbottlima/gpir: Optimize conditional break/continue
2020-03-16 Connor Abbottlima/gpir: Make lima_gpir_node_insert_child() useful
2020-03-11 Vasily Khoruzhicklima/gpir: print acc ops even if we have only one source
2020-03-11 Vasily Khoruzhicklima/gpir: improve disassembler output
2020-03-06 Vasily Khoruzhicklima: gpir: enforce instruction limit earlier
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2019-11-06 Vasily Khoruzhicklima: add support for gl_PointSize
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-09-24 Connor Abbottlima/gpir: Fix 64-bit shift in scheduler spilling
2019-09-24 Connor Abbottlima/gpir: Don't emit movs when translating from NIR
2019-09-24 Connor Abbottlima/gpir: Fix postlog2 fixup handling
2019-09-24 Connor Abbottlima/gpir: Use registers for values live in multiple...
2019-09-24 Connor Abbottlima/gpir: Support branch instructions
2019-09-24 Connor Abbottlima/gpir: Only try to place actual children
2019-09-24 Connor Abbottlima/gpir: Fix compiler warning
2019-09-09 Vasily Khoruzhicklima/gpir: fix warning in gpir disassembler
2019-09-09 Connor Abbottlima/gpir: Disallow moves for schedule_first nodes
2019-09-09 Connor Abbottlima/gpir: Fix fake dep handling for schedule_first...
2019-09-09 Connor Abbottlima/gpir: Fix schedule_first insertion logic
2019-09-09 Connor Abbottlima/gpir: Ignore unscheduled successors in can_use_com...
2019-09-09 Connor Abbottlima/gpir: Do all lowerings before rsched
2019-08-06 Erico Nuneslima: fix pipe_debug_callback warnings
2019-08-06 Erico Nuneslima: add summary report for shader-db
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Connor Abbottlima/gp: Support exp2 and log2
2019-07-30 Connor Abbottlima/gpir: Always schedule complex2 and *_impl right...
2019-07-28 Connor Abbottlima/gpir/sched: Handle more special ops in can_use_com...
2019-07-28 Connor Abbottlima/gpir/sched: Don't try to spill when something...
2019-07-18 Connor Abbottlima/gp: Fix problem with complex moves
2019-07-18 Connor Abbottlima/gpir: Rework the scheduler
2019-07-18 Connor Abbottlima/gp: Mark more add-only nodes as maybe-two-slot
2019-07-18 Connor Abbottlima/gpir: Fix some bugs in instruction handling
2019-06-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-20 Qiang Yulima/gpir: switch to use nir_lower_viewport_transform
2019-05-20 Qiang Yulima/gpir: support vector ssa load
2019-05-20 Qiang Yulima/gpir: add helper function for emit load node
2019-05-07 Vasily Khoruzhicklima/gpir: implement nir_op_fmov
2019-05-06 Erico Nuneslima/ir: print names of unsupported intrinsics
2019-05-02 Erico Nuneslima/gpir: add limit of max 512 instructions
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstlima: use nir_src_as_float
2019-04-14 Qiang Yulima/gpir: fix alu check miss last store slot
2019-04-14 Qiang Yulima/gpir: fix compile fail when two slot node
2019-04-12 Icenowy Zhenglima: lower bool to float when building shaders
2019-04-11 Qiang Yugallium: add lima driver