Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / freedreno / ir3 / meson.build
2020-07-28 Rob Clarkfreedreno/ir3: split out regmask
2020-07-20 Eric Anholtfreedreno/ir3: Add missing ld_args_build_id to the...
2020-06-26 Rob Clarkfreedreno/ir3: disk-cache support
2020-06-19 Rob Clarkfreedreno/ir3: refactor out helper to compile shader...
2020-06-16 Rob Clarkfreedreno/ir3: add post-scheduler cp pass
2020-06-16 Rob Clarkfreedreno/ir3: delay test support for vectorish instruc...
2020-06-16 Rob Clarkfreedreno/ir3: add test for delay slot calculation
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-19 Rob Clarkfreedreno/ir3: add simple validate pass
2020-05-19 Rob Clarkfreedreno/ir3: remove Sethi-Ullman numbering pass
2020-04-27 Eric Anholtfreedreno/ir3: Add a unit test for our disassembler.
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Move ir3 assembler to backend compiler
2020-04-13 Rob Clarkfreedreno/ir3: rename depth->dce
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Rob Clarkfreedreno/ir3/ra: split-up
2020-02-24 Hyunjun Kofreedreno/ir3: Add new ir3 pass to fold out fp16 conver...
2020-02-01 Rob Clarkfreedreno/ir3: post-RA sched pass
2020-02-01 Rob Clarkfreedreno/ir3: split out delay helpers
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Add a NIR pass to select tex instruction...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-06-07 Eduardo Lima Mitevir3/nir: Add new NIR AlgebraicPass for lowering imul
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_offset
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_sample
2019-03-30 Rob Clarkfreedreno/ir3: add pass to move varying loads
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-13 Eduardo Lima Mitevir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx+ SSBO/image support
2019-02-16 Rob Clarkfreedreno/ir3: split out a4xx+ instructions
2019-02-16 Rob Clarkfreedreno/ir3: split out image helpers
2018-12-07 Rob Clarkfreedreno/ir3: code-motion
2018-11-27 Rob Clarkfreedreno: move ir3 to common location