anv: Expose CS workgroup sizes based on a maximum of 64 threads
[mesa.git] / src / freedreno / ir3 /
2020-04-27 Eric Anholtfreedreno/ir3: Add support for disasm of cat2 float32...
2020-04-27 Eric Anholtfreedreno/ir3: Refactor out print_reg_src().
2020-04-27 Eric Anholtfreedreno/ir3: Convert remaining disasm src prints...
2020-04-27 Eric Anholtfreedreno/ir3: Add a unit test for our disassembler.
2020-04-27 Eric Anholtfreedreno/ir3: Print a space after nop counts, like...
2020-04-27 Eric Anholtfreedreno/ir3: Fix the disasm of half-float STG dests.
2020-04-27 Jonathan Marekfreedreno/ir3: run nir_lower_pack
2020-04-27 Jonathan Mareknir: add pack_32_2x16_split/unpack_32_2x16_split lowering
2020-04-27 Alyssa Rosenzweigir3: Use shared mediump output lowering
2020-04-25 Connor Abbottir3: Remove VARYING_SLOT_PNTC remapping hack
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Print @tex write mask using 0x%x
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Reset lex line number when we start...
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Parse, but ignore @in, @out and @tex...
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Move ir3 assembler to backend compiler
2020-04-24 Jonathan Marekfreedreno/ir3: fix incorrect conversion folding
2020-04-24 Jonathan Marekfreedreno/ir3: set even bit for f2f16_rtne
2020-04-24 Jonathan Marekfreedreno/ir3: fix 16-bit ssbo access
2020-04-23 Eric Anholtfreedreno/ir3: Fix sizing of the inputs/outputs array.
2020-04-23 Eric Anholtfreedreno/ir3: Fix driver_location of the added vertex_...
2020-04-22 Connor Abbottir3: Fix bug with shaders that only exit via discard
2020-04-22 Connor Abbottir3: Don't double-insert the first block
2020-04-21 Eric Anholtfreedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing...
2020-04-18 Connor Abbottir3/ra: Fix off-by-one issues with live-range extension
2020-04-15 Connor Abbottir3: Handle load_ubo_ir3 when promoting to constants
2020-04-15 Connor Abbottir3: Fix LDC offset units
2020-04-14 Jonathan Marekfreedreno/ir3: don't overwrite wrmask in ir3_SAM
2020-04-14 Jonathan Marekfreedreno/ir3: fix emit_tex_info split_dest
2020-04-14 Connor Abbottir3: Fix txs with bindless
2020-04-13 Rob Clarkfreedreno/ir3/ra: cleanup some leftovers
2020-04-13 Rob Clarkfreedreno/ir3: rename depth->dce
2020-04-13 Rob Clarkfreedreno/ir3: better cleanup when removing unused...
2020-04-13 Rob Clarkfreedreno/ir3/ra: handle array case for SFU select_reg opt
2020-04-13 Rob Clarkfreedreno/ir3: add mov/cov stats
2020-04-13 Rob Clarkfreedreno/ir3/postsched: avoid moving tex ahead of...
2020-04-13 Rob Clarkfreedreno/ir3/postsched: remove some leftovers
2020-04-13 Rob Clarkfreedreno/ir3/sched: awareness of partial liveness
2020-04-13 Rob Clarkfreedreno/ir3: new pre-RA scheduler
2020-04-13 Rob Clarkfreedreno/ir3: fix location of inserted mov's
2020-04-13 Rob Clarkfreedreno/ir3: simplify grouping pass
2020-04-13 Rob Clarkfreedreno/ir3: make falsedep use's optional
2020-04-13 Rob Clarkfreedreno/ir3: spiff out disasm a bit
2020-04-13 Eric Anholtfreedreno/ir3: CSE the up/downconversion of SEL's cond...
2020-04-13 Eric Anholtfreedreno/ir3: Stop doing b2n on the SEL condition.
2020-04-10 Eric Anholtfreedreno: Fix leak of binning shader variants.
2020-04-10 Kristian H. Kristensenfreedreno/ir3: Fix sz vs class confusion
2020-04-09 Connor Abbottir3: Rewrite UBO push analysis to support bindless
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: LDC also has a destination
2020-04-09 Connor Abbottir3: Also don't propagate immediate offset with LDC
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-09 Connor Abbottir3: Add bindless instruction encoding
2020-04-09 Connor Abbotttu: ir3: Emit push constants directly
2020-04-07 Brian Hoturnip: Configure VPC for geometry shaders
2020-04-04 Rob Clarkfreedreno/ir3/cf: use ssa-uses
2020-04-04 Rob Clarkfreedreno/ir3: add a pass to collect SSA uses
2020-04-04 Rob Clarkfreedreno/ir3/cf: skip array load/store
2020-04-04 Rob Clarkfreedreno/ir3: fixup cat3 32b vs 16b
2020-04-04 Rob Clarkfreedreno/ir3/cf: handle widening too
2020-04-03 Brian Hoir3: Disable copy prop for immediate ldlw offsets
2020-03-31 Eric Anholtfreedreno/turnip: Use the NIR info to decide if we...
2020-03-31 Rob Clarkfreedreno/ir3: fix android build
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Rob Clarkfreedreno/ir3/ra: re-work a6xx merged register file...
2020-03-27 Rob Clarkfreedreno/ir3/ra: split building regs/classes and conflicts
2020-03-27 Rob Clarkfreedreno/ir3/ra: pick higher numbered scalars in first...
2020-03-27 Rob Clarkfreedreno/ir3/ra: compute register target from liveranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: fix array liveranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: add def/use iterators
2020-03-27 Rob Clarkfreedreno/ir3/ra: drop extending output live-ranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: add helper to map name to array
2020-03-27 Rob Clarkfreedreno/ir3/ra: fix target register calculation
2020-03-27 Rob Clarkfreedreno/ir3/ra: add helper to map name to instruction
2020-03-27 Rob Clarkfreedreno/ir3/ra: split-up
2020-03-27 Rob Clarkfreedreno/ir3/ra: add debug option for RA debug msgs
2020-03-27 Rob Clarkfreedreno/ir3: convert debug bitfield to BITFIELD_BIT()
2020-03-27 Rob Clarkfreedreno/ir3: reformat disasm output
2020-03-27 Rob Clarkfreedreno/ir3: fix bogus register footprint with tess/gs
2020-03-27 Rob Clarkfreedreno/ir3: remove unused helper
2020-03-27 Rob Clarkfreedreno/ir3: add bary_ij as src for meta:tex_prefetch
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-03-24 Hyunjun Kofreedreno/ir3: enable nir_opt_loop_unroll on a6xx
2020-03-24 Neil Robertsfreedreno/ir3: Lower bools to bitsize
2020-03-19 Eric Anholtfreedreno: Switch to exposing only half-integer pixel...
2020-03-12 Hyunjun Koturnip: Gather information for transform feedback
2020-03-10 Rob Clarkfreedreno/ir3: try to avoid syncs
2020-03-10 Rob Clarkfreedreno/ir3: round-robin RA
2020-03-10 Rob Clarkfreedreno/ir3: track register usage in first RA pass
2020-03-10 Rob Clarkfreedreno/ir3: fix has_latency_to_hide
2020-03-10 Rob Clarkfreedreno/ir3: split out has_latency_to_hide()
2020-03-10 Rob Clarkfreedreno/ir3: add simplified stall estimation
2020-03-10 Rob Clarkfreedreno/ir3: remove extra nops inserted in scheduler
2020-03-10 Rob Clarkfreedreno/ir3: also lower lowp frag outputs
2020-03-09 Kristian H. Kristensenfreedreno/ir3: Don't fold conversions into sign
2020-02-28 Rob Clarkfreedreno/ir3: add assert
2020-02-28 Rob Clarkfreedreno/ir3: fix assert with getinfo
2020-02-28 Rob Clarkfreedreno/ir3: don't precolor unassigned inputs
2020-02-28 Rob Clarkfreedreno/ir3: fix crash with samgq workaround
2020-02-28 Rob Clarkfreedreno/ir3: update SFU delay
2020-02-28 Rob Clarkfreedreno/ir3: track half-precision live values
next