Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / freedreno / vulkan / tu_descriptor_set.c
2020-07-27 Connor Abbotttu: Fix descriptor update templates with input attachments
2020-07-14 Hyunjun Koturnip: Use the common base object type and struct.
2020-07-14 Hyunjun Kotu: Fix wrong copies of sampler descriptor.
2020-07-03 Hyunjun Kotu,radv: fix potentially wrong offset of flexible array.
2020-06-17 Jonathan Marekturnip: input attachment descriptor set rework
2020-06-13 Jonathan Marekturnip: remove some dead/redundant code
2020-05-20 Jonathan Marekturnip: implement VK_KHR_sampler_ycbcr_conversion
2020-04-09 Connor Abbotttu: Implement descriptor set update templates
2020-04-09 Connor Abbotttu: Add missing code for immutable samplers
2020-04-09 Connor Abbotttu: Emit CP_LOAD_STATE6 for descriptors
2020-04-09 Connor Abbotttu: Switch to the bindless descriptor model
2020-03-16 Connor Abbotttu: Rewrite border color handling
2020-01-23 Eric Anholtturnip: Add support for uniform texel buffers.
2020-01-21 Eric Anholtturnip: Add limited support for storage images.
2020-01-21 Eric Anholtturnip: Fix some whitespace around binary operators.
2020-01-21 Hyunjun Koturnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY
2019-12-17 Eric Anholtturnip: Fix support for immutable samplers.
2019-12-16 Eric Anholtturnip: Add support for descriptor arrays.
2019-12-05 Eric Anholtturnip: Add a helper function for getting tu_buffer...
2019-12-05 Eric Anholtturnip: Fix unused variable warnings.
2019-10-15 Jonathan Marekturnip: more descriptor sets
2019-09-26 Jonathan Marekturnip: basic descriptor sets (uniform buffer and samplers)
2019-03-11 Chad Versaceturnip: Use Vulkan 1.1 names instead of KHR
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Chad Versaceturnip: Fix 'unused' warnings
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)