tu: Implement multiview pipeline state
[mesa.git] / src / freedreno / vulkan / tu_cs.h
2020-08-03 Rob Clarkfreedreno/registers: split header build into subdirs
2020-07-14 Jonathan Marekturnip: remove use of tu_cs_entry for draw states
2020-06-23 Jonathan Marekturnip: fix ts_cs_memory typo
2020-03-24 Jonathan Marekturnip: implement depth clamp
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-02-13 Connor Abbotttu: Add helper for CP_COND_REG_EXEC
2020-01-23 Eric Anholtturnip: Port krh's packing macros from freedreno to tu.
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: tu_cs_emit_array
2019-03-11 Chia-I Wuturnip: add tu_cs_discard_entries
2019-03-11 Chia-I Wuturnip: more/better asserts for tu_cs
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: provide both emit_ib and emit_call
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_space(_assert)
2019-03-11 Chia-I Wuturnip: add more tu_cs helpers
2019-03-11 Chia-I Wuturnip: inline tu_cs_check_space
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: Add emit functions in a header.