aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_descriptor_set.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Don't use a virtual function for getting the buffer virtual address.Bas Nieuwenhuizen2017-09-201-4/+4
* radv: Only enter the immutable samplers init loop when we have some.Bas Nieuwenhuizen2017-09-201-12/+16
* radv: clear dynamic_shader_stages on createGrazvydas Ignotas2017-08-291-0/+1
* radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BITAlex Smith2017-07-131-3/+15
* radv: Fix possible invalid free of dynamic descriptorsAlex Smith2017-07-131-1/+0
* radv: fix regression in descriptor set freeing.Dave Airlie2017-04-271-1/+1
* radv: Remove binding buffer count.Bas Nieuwenhuizen2017-04-191-11/+10
* radv: Don't try to find gaps for non-freeable descriptors.Bas Nieuwenhuizen2017-04-191-2/+3
* radv: Use host memory pool for non-freeable descriptors.Bas Nieuwenhuizen2017-04-191-16/+53
* radv: Don't allocate dynamic descriptors separately.Bas Nieuwenhuizen2017-04-191-12/+4
* radv: remove the temp descriptor set infrastructureFredrik Höglund2017-04-141-66/+28
* radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.Bas Nieuwenhuizen2017-04-141-2/+2
* radv: Hash the immutable samplers.Bas Nieuwenhuizen2017-04-121-0/+3
* radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen2017-04-121-19/+23
* radv: implement VK_KHR_descriptor_update_templateFredrik Höglund2017-04-071-0/+163
* radv: implement VK_KHR_push_descriptorFredrik Höglund2017-04-071-1/+21
* radv: replace an assertion with a conditionalFredrik Höglund2017-04-071-3/+3
* radv: refactor radv_UpdateDescriptorSetsFredrik Höglund2017-04-071-12/+42
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-151-5/+5
* radv: don't use uninitialized value on failureGrazvydas Ignotas2017-03-061-1/+1
* radv: Don't allocate space for unused immutable samplers.Bas Nieuwenhuizen2017-02-281-9/+14
* radv: Detect if all immutable samplers for a binding are equal.Bas Nieuwenhuizen2017-02-281-0/+5
* radv: Store the immutable samplers as uint32_t[4].Bas Nieuwenhuizen2017-02-281-9/+5
* radv: Use different allocator for descriptor set vram.Bas Nieuwenhuizen2017-02-171-57/+25
* radv: Never try to create more than max_sets descriptor sets.Bas Nieuwenhuizen2017-02-171-2/+5
* radv: use new error codes for AllocateDescriptorSetsAndres Rodriguez2017-01-301-1/+1
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-191-14/+14
* radv: drop local MIN/MAX macros.Dave Airlie2016-10-191-1/+1
* radv: add missing unreachableGrigori Goronzy2016-10-121-0/+1
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+716