llvmpipe: handle gl_SampleMask writing.
[mesa.git] / src / gallium / drivers / lima / ir /
2020-03-20 Vasily Khoruzhicklima: add support for R and RG formats
2020-03-16 Vasily Khoruzhicklima/gpir: fix crash in schedule_insert_ready_list()
2020-03-16 Vasily Khoruzhicklima/gpir: add better lowering for ftrunc
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-28 Vasily Khoruzhicklima: ppir: always create move and update ld_tex succes...
2020-01-28 Vasily Khoruzhicklima: ppir: don't delete root ld_tex nodes without...
2020-01-25 Erico Nuneslima/ppir: fix src read mask swizzling
2020-01-25 Erico Nuneslima/ppir: split ppir_op_undef into undef and dummy...
2020-01-25 Erico Nuneslima/ppir: fix ssa undef emit
2020-01-25 Erico Nuneslima/ppir: handle write to dead registers in ppir
2020-01-23 Vasily Khoruzhicklima: use imul for calculations with intrinsic src
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2020-01-15 Erico Nuneslima/ppir: implement full liveness analysis for regalloc
2020-01-15 Erico Nuneslima/ppir: remove orphan load node after cloning
2019-12-20 Erico Nuneslima/ppir: remove assert on ppir_emit_tex unsupported...
2019-12-20 Erico Nuneslima/ppir: fix lod bias src
2019-11-20 Arno Messiaenlima/ppir: add lod-bias support
2019-11-06 Vasily Khoruzhicklima: add support for gl_PointSize
2019-10-31 Arno Messiaenlima: add cubemap support
2019-10-31 Arno Messiaenlima: introduce ppir_op_load_coords_reg to differentiat...
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-09 Vasily Khoruzhicklima/ppir: don't clone texture loads
2019-09-27 Vasily Khoruzhicklima/ppir: add NIR pass to split varying loads
2019-09-25 Andreas Baierllima/ppir: Add various varying fetch sources to disasse...
2019-09-25 Vasily Khoruzhicklima/ppir: add support for indirect load of uniforms...
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-25 Vasily Khoruzhicklima/ppir: don't attempt to clone tex coords if it...
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-13 Andreas Baierllima/ppir: Add undef handling
2019-09-13 Andreas Baierllima/ppir: Rename ppir_op_dummy to ppir_op_undef
2019-09-09 Vasily Khoruzhicklima/ppir: drop fge/flt/feq/fne options
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-09-05 Erico Nuneslima/ppir: improve regalloc spill cost calculation
2019-09-05 Erico Nuneslima/ppir: optimizations in regalloc spilling code
2019-09-05 Erico Nuneslima/ppir: mark regalloc created ssa unspillable
2019-09-04 Vasily Khoruzhicklima/ppir: clone uniforms and load_coords into each...
2019-09-04 Vasily Khoruzhicklima/ppir: don't assume that load coords gets value...
2019-09-04 Vasily Khoruzhicklima/ppir: add common helper for creating movs
2019-08-24 Vasily Khoruzhicklima/ppir: print register index and components number...
2019-08-24 Vasily Khoruzhicklima/ppir: add control flow support
2019-08-24 Vasily Khoruzhicklima/ppir: add better liveness analysis
2019-08-24 Vasily Khoruzhicklima/ppir: validate shader outputs
2019-08-24 Vasily Khoruzhicklima/ppir: turn store_color into ALU node
2019-08-24 Vasily Khoruzhicklima/ppir: create ppir block for each corresponding...
2019-08-24 Vasily Khoruzhicklima/ppir: add dummy op
2019-08-24 Vasily Khoruzhicklima/ppir: add write after read deps for registers
2019-08-24 Vasily Khoruzhicklima/ppir: fix ordering deps
2019-08-24 Vasily Khoruzhicklima/ppir: set write mask for texture loads if dest...
2019-08-24 Vasily Khoruzhicklima/ppir: add support for unconditional branches and...
2019-08-24 Vasily Khoruzhicklima/ppir: clone ld_{uni,tex,var} into each block
2019-08-24 Vasily Khoruzhicklima/ppir: refactor const lowering
2019-08-20 Erico Nuneslima/ppir: use ra_get_best_spill_node to select spill...
2019-08-14 Vasily Khoruzhicklima/ppir: print srcs and dests in ppir_node_print_prog()
2019-08-14 Vasily Khoruzhicklima/ppir: use src accessors in ppir regalloc
2019-08-14 Vasily Khoruzhicklima/ppir: add ppir_node to ppir_src
2019-08-14 Vasily Khoruzhicklima/ppir: introduce accessors for ppir_node sources
2019-08-12 Andreas Baierllima/ppir: Add fddx and fddy
2019-08-06 Erico Nuneslima: fix pipe_debug_callback warnings
2019-08-06 Vasily Khoruzhicklima/ppir: move sin/cos input scaling into NIR
2019-08-06 Erico Nuneslima: add summary report for shader-db
2019-08-04 Erico Nuneslima/ppir: simplify load uni/temp op lowering and sched...
2019-08-04 Erico Nuneslima/ppir: simplify select op lowering and scheduling
2019-08-04 Erico Nuneslima/ppir: support pipeline registers in scheduler
2019-08-04 Vasily Khoruzhicklima/ppir: move alu vec to scalar lowering into NIR
2019-08-03 Andreas Baierllima/ppir: Add gl_FrontFace handling
2019-07-31 Erico Nuneslima/ppir: lower fdot in nir_opt_algebraic
2019-07-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
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-24 Qiang Yulima/ppir: fix disassembler temp read/write print
2019-07-23 Erico Nuneslima/ppir: fix branch codegen register encode
2019-07-23 Erico Nuneslima/ppir: fix debug logs in regalloc
2019-07-23 Erico Nuneslima/ppir: fix alignment on regalloc spilling loads
2019-07-19 Erico Nuneslima/ppir: handle all node types in ppir_node_replace_child
2019-07-19 Erico Nuneslima/ppir: branch regalloc fixes
2019-07-18 Andreas Baierllima/ppir: Add gl_PointCoord handling
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
next