radv: use a 16 bytes array for the sampled/storage image descriptors
[mesa.git] / src / amd / vulkan / radv_descriptor_set.c
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-11-06 Dave Airlieradv: add initial copy descriptor support. (v2)
2017-11-04 Bas Nieuwenhuizenradv: Use an array to store descriptor sets.
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-20 Bas Nieuwenhuizenradv: Only enter the immutable samplers init loop when...
2017-08-28 Grazvydas Ignotasradv: clear dynamic_shader_stages on create
2017-07-12 Alex Smithradv: Fix descriptors for cube images with VK_IMAGE_USA...
2017-07-12 Alex Smithradv: Fix possible invalid free of dynamic descriptors
2017-04-27 Dave Airlieradv: fix regression in descriptor set freeing.
2017-04-19 Bas Nieuwenhuizenradv: Remove binding buffer count.
2017-04-19 Bas Nieuwenhuizenradv: Don't try to find gaps for non-freeable descriptors.
2017-04-19 Bas Nieuwenhuizenradv: Use host memory pool for non-freeable descriptors.
2017-04-19 Bas Nieuwenhuizenradv: Don't allocate dynamic descriptors separately.
2017-04-14 Fredrik Höglundradv: remove the temp descriptor set infrastructure
2017-04-14 Bas Nieuwenhuizenradv: make sizes & offsets 32 bit in radv_descriptor_up...
2017-04-12 Bas Nieuwenhuizenradv: Hash the immutable samplers.
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-06 Fredrik Höglundradv: implement VK_KHR_descriptor_update_template
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-04-06 Fredrik Höglundradv: replace an assertion with a conditional
2017-04-06 Fredrik Höglundradv: refactor radv_UpdateDescriptorSets
2017-03-15 Emil Velikovutil/sha1: rework _mesa_sha1_{init,final}
2017-03-05 Grazvydas Ignotasradv: don't use uninitialized value on failure
2017-02-28 Bas Nieuwenhuizenradv: Don't allocate space for unused immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv: Detect if all immutable samplers for a binding...
2017-02-28 Bas Nieuwenhuizenradv: Store the immutable samplers as uint32_t[4].
2017-02-17 Bas Nieuwenhuizenradv: Use different allocator for descriptor set vram.
2017-02-17 Bas Nieuwenhuizenradv: Never try to create more than max_sets descriptor...
2017-01-30 Andres Rodriguezradv: use new error codes for AllocateDescriptorSets
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-11 Grigori Goronzyradv: add missing unreachable
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver