turnip: rework format_to_ifmt
[mesa.git] / src / freedreno / ir3 / ir3_a6xx.c
2020-06-28 Jonathan Marekfreedreno/ir3: fix resinfo wrmask
2020-06-16 Rob Clarkfreedreno/ir3: add helpers to move instructions
2020-05-26 Eric Anholtfreedreno/ir3: Use RESINFO for a6xx image size queries.
2020-05-26 Eric Anholtfreedreno/ir3: Move handle_bindless_cat6 to compiler_ni...
2020-05-26 Eric Anholtfreedreno/ir3: Refactor out IBO source references.
2020-05-19 Rob Clarkfreedreno/ir3: make input/output iterators declare...
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_src declare cursor ptr
2020-05-14 Rob Clarkfreedreno/ir3: use lower_wrmasks pass
2020-05-14 Rob Clarkfreedreno/ir3: use const_index accessors
2020-04-24 Jonathan Marekfreedreno/ir3: fix 16-bit ssbo access
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-02-24 Eric Anholtfreedreno: Switch to using lowered image intrinsics.
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-01 Rob Clarkfreedreno/ir3: move atomic fixup after RA
2020-02-01 Rob Clarkfreedreno/ir3: move nop padding to legalize
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-04-14 Karol Herbstfreedreno/ir3: use nir_src_as_uint in a few places
2019-03-20 Rob Clarkfreedreno/ir3/a6xx: fix ssbo comp_swap
2019-03-13 Eduardo Lima Mitevir3/compiler: Enable lower_io_offsets pass and handle...
2019-02-26 Rob Clarkfreedreno/ir3/a6xx: fix atomic shader outputs
2019-02-26 Rob Clarkfreedreno/ir3/a6xx: fix non-ssa atomic dst
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: use ldib for ssbo reads
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: fix load_ssbo barrier type.
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx+ SSBO/image support