freedreno/ir3: Fix assertion failures dumping CS high full regs.
[mesa.git] / src / freedreno / vulkan / tu_cs.c
2020-06-23 Jonathan Marekturnip: fix ts_cs_memory typo
2020-03-03 Brian Hoturnip: Promote tu_cs_get_size/is_empty to header
2020-02-24 Jonathan Marekturnip: make cond_exec helper easier to use
2020-02-24 Jonathan Marekturnip: automatically reserve cmdstream space in emit_p...
2020-02-24 Jonathan Marekturnip: add tu_device pointer to tu_cs
2020-01-23 Eric Anholtturnip: Fix execution of secondary cmd bufs with nothin...
2019-12-19 Jonathan Marekturnip: implement secondary command buffers
2019-12-06 Jonathan Marekturnip: add function to allocate aligned memory in...
2019-03-11 Chia-I Wuturnip: simplify tu_cs sub-streams usage
2019-03-11 Chia-I Wuturnip: fix tu_cs sub-streams
2019-03-11 Chia-I Wuturnip: use 32-bit offset in tu_cs_entry
2019-03-11 Chia-I Wuturnip: add TU_CS_MODE_SUB_STREAM
2019-03-11 Chia-I Wuturnip: add tu_cs_mode
2019-03-11 Chia-I Wuturnip: add tu_cs_sanity_check
2019-03-11 Chia-I Wuturnip: never fail tu_cs_begin/tu_cs_end
2019-03-11 Chia-I Wuturnip: specify initial size in tu_cs_init
2019-03-11 Chia-I Wuturnip: add tu_cs_{reserve,add}_entry
2019-03-11 Chia-I Wuturnip: add internal helpers for tu_cs
2019-03-11 Chia-I Wuturnip: add tu_cs_reserve_space(_assert)
2019-03-11 Chia-I Wuturnip: inline tu_cs_check_space
2019-03-11 Chia-I Wuturnip: update cs->start in tu_cs_end
2019-03-11 Chia-I Wuturnip: minor cleanup to tu_cs_end
2019-03-11 Chia-I Wuturnip: add tu_cs_add_bo
2019-03-11 Chia-I Wuturnip: document tu_cs
2019-03-11 Chia-I Wuturnip: run sed and clang-format on tu_cs
2019-03-11 Bas Nieuwenhuizenturnip: Move stream functions to tu_cs.c