glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
[mesa.git] / src / freedreno / ir3 / ir3_a6xx.c
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