v3d: Add missing dumping for the spill offset/size uniforms.
[mesa.git] / src / broadcom / compiler / vir_dump.c
2019-04-12 Eric Anholtv3d: Add missing dumping for the spill offset/size...
2019-03-21 Eric Anholtv3d: Move constant offsets to UBO addresses into the...
2019-03-21 Eric Anholtv3d: Rename v3d_tmu_config_data to v3d_unit_data.
2019-03-06 Eric Anholtv3d: Include a count of register pressure in the RA...
2019-03-05 Eric Anholtv3d: Eliminate the TLB and TLBU files.
2019-03-05 Eric Anholtv3d: Use ldunif instructions for uniforms.
2019-03-05 Eric Anholtv3d: Switch implicit uniforms over to being any qinst...
2019-02-05 Eric Anholtv3d: Fix dumping of shaders with alpha test.
2019-01-14 Eric Anholtv3d: Add support for CS shared variable load/store...
2019-01-14 Eric Anholtv3d: Add support for CS workgroup/invocation id intrinsics.
2019-01-14 Eric Anholtv3d: Add support for shader_image_load_store.
2019-01-14 Eric Anholtv3d: Add SSBO/atomic counters support.
2018-12-15 Eric Anholtv3d: Move uniform pretty-printing to its own helper...
2018-12-08 Eric Anholtv3d: Add VIR dumping of TMU config p0/p1.
2018-12-08 Eric Anholtv3d: Simplify VIR uniform dumping using a temporary.
2018-07-23 Eric Anholtv3d: Implement a small immediates optimization, based...
2018-03-27 Eric Anholtbroadcom/vc5: Fix extraneous register index in QIR...
2018-03-19 Eric Anholtbroadcom/vc5: Don't annotate dumps with stale live...
2018-01-13 Eric Anholtbroadcom/vc5: Add support for loading varyings in V3D...
2018-01-13 Eric Anholtbroadcom/vc5: Add support for V3Dv4 signal bits.
2017-10-10 Eric Anholtbroadcom: Add VC5 NIR compiler.