summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_descriptor_set.c
Commit message (Expand)AuthorAgeFilesLines
* 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