vulkan/wsi: Use the interface from the real modifiers extension
[mesa.git] / src / freedreno / vulkan / tu_cs.h
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.