freedreno/ir3: Clean up instrlen setup.
[mesa.git] / src / freedreno / ir3 / ir3.c
2020-08-05 Eric Anholtfreedreno/ir3: Clean up instrlen setup.
2020-07-27 Connor Abbottir3: Remove redundant samp_tex validation
2020-07-20 Eric Anholtfreedreno/ir3: Fix disasm of register offsets in ldp...
2020-06-26 Connor Abbottir3: Include ir3_compiler from ir3_shader
2020-06-19 Rob Clarkfreedreno/ir3: convert over to ralloc
2020-06-19 Rob Clarkfreedreno/ir3: pass variant to ir3_create()
2020-06-18 Rob Clarkfreedreno/ir3: make mergedregs a property of the variant
2020-06-18 Rob Clarkfreedreno/ir3: re-work assembler API
2020-06-18 Rob Clarkfreedreno/ir3: move mergedreg state out of reg
2020-06-16 Rob Clarkfreedreno/ir3/cp: extract valid_flags
2020-05-26 Eric Anholtfreedreno/ir3: Use RESINFO for a6xx image size queries.
2020-05-26 Eric Anholtfreedreno: Set the immediate flag in a4/a5xx resinfos.
2020-05-26 Eric Anholtfreedreno: Fix resinfo asm, which doesn't have srcs...
2020-05-19 Rob Clarkfreedreno/ir3: add helpers to deal with src/dst types
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_ssa_src declar cursor ptr
2020-05-04 Eric Anholtfreedreno/ir3: Define the bindful uniform/nonuniform...
2020-05-04 Eric Anholtfreedreno/ir3: Sync some new changes from envytools.
2020-05-01 Eric Anholtfreedreno/ir3: Set up the block predecessors for a3xx TF
2020-04-18 Connor Abbottir3/ra: Fix off-by-one issues with live-range extension
2020-04-15 Connor Abbottir3: Fix LDC offset units
2020-04-13 Rob Clarkfreedreno/ir3: rename depth->dce
2020-04-13 Rob Clarkfreedreno/ir3: add mov/cov stats
2020-04-13 Rob Clarkfreedreno/ir3: make falsedep use's optional
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: LDC also has a destination
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-09 Connor Abbottir3: Add bindless instruction encoding
2020-04-04 Rob Clarkfreedreno/ir3: add a pass to collect SSA uses
2020-03-10 Rob Clarkfreedreno/ir3: add simplified stall estimation
2020-02-28 Rob Clarkfreedreno/ir3: fix assert with getinfo
2020-02-01 Rob Clarkfreedreno/ir3: remove unused tex arg harder
2020-02-01 Rob Clarkfreedreno/ir3: number instructions from one
2020-01-15 Rob Clarkfreedreno/ir3: rename instructions
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-12-13 Rob Clarkfreedreno/ir3: add last-baryf shaderdb stat
2019-11-12 Rob Clarkfreedreno/ir3: re-work shader inputs/outputs
2019-11-12 Rob Clarkfreedreno/ir3: fix valgrind complaint with STLW
2019-11-09 Rob Clarkfreedreno/ir3: also track # of nops for shader-db
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add new synchronization opcodes
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Add register offset for STG/LDG
2019-10-24 Rob Clarkfreedreno/ir3: remove restrictions on const + (abs...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add new LDLW/STLW instructions
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Use third register for offset for LDL...
2019-09-16 Eric Anholtfreedreno: Fix invalid read when a block has no instruc...
2019-09-06 Rob Clarkfreedreno/ir3: assert that only single address
2019-07-29 Eric Anholtfreedreno: Fix data races with allocating/freeing struc...
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-25 Rob Clarkfreedreno/ir3: remove bogus assert
2019-04-25 Rob Clarkfreedreno/ir3: more emit-cat5 fixes
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Don't access beyond available regs
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Fix operand order for DSX/DSY
2019-03-21 Rob Clarkfreedreno/ir3: fix regmask for merged regs
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en encoding
2019-03-03 Rob Clarkfreedreno/ir3: include nopN in expanded instruction...
2019-02-26 Rob Clarkfreedreno/ir3: use nopN encoding when possible
2019-02-20 Rob Clarkfreedreno/ir3: sync instr/disasm and add ldib encoding
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx instruction encoding
2018-11-27 Rob Clarkfreedreno: move ir3 to common location