summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_descriptor_set.c
Commit message (Expand)AuthorAgeFilesLines
* radv: allocate descriptor BOs in the 32-bit addr spaceSamuel Pitoiset2018-05-221-1/+2
* radv: assorted typo fixesGrazvydas Ignotas2018-05-101-1/+1
* Revert "radv: Don't store buffer references in the descriptor set."Samuel Pitoiset2018-04-201-13/+69
* radv: Support allocating variable size descriptor sets.Bas Nieuwenhuizen2018-04-181-4/+17
* radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen2018-04-181-1/+29
* radv: Fix GetDescriptorSetLayoutSupport.Bas Nieuwenhuizen2018-04-181-3/+0
* radv: Use sorted bindings for set layout creation.Bas Nieuwenhuizen2018-04-181-2/+41
* radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen2018-04-181-69/+13
* radv: drop assert on bindingDescriptorCount > 0Dave Airlie2018-03-141-1/+0
* radv: Disable sampler ycbcr conversion.Bas Nieuwenhuizen2018-03-071-0/+18
* radv: Implement VK_KHR_maintenance3.Bas Nieuwenhuizen2018-03-071-4/+79
* radv: Update MAX_API_VERSION to 1.1.0Bas Nieuwenhuizen2018-03-071-11/+11
* radv: Fix compiler warning about uninitialized 'set'Eric Anholt2018-02-121-1/+1
* radv: store the bind point when creating descriptors with templatesSamuel Pitoiset2018-02-011-0/+1
* radv: remove radv_pipeline_layout::push_constant_stages fieldSamuel Pitoiset2018-01-101-2/+0
* radv: make descriptor BOs read-only for the GPUSamuel Pitoiset2018-01-081-2/+4
* radv: store pipeline stages that need push constantsSamuel Pitoiset2017-12-191-0/+3
* radv: use a 16 bytes array for the sampled/storage image descriptorsSamuel Pitoiset2017-11-201-4/+5
* radv: wrap cs_add_buffer in an inline. (v2)Dave Airlie2017-11-061-3/+3
* radv: add initial copy descriptor support. (v2)Dave Airlie2017-11-061-2/+53
* radv: Use an array to store descriptor sets.Bas Nieuwenhuizen2017-11-041-22/+40
* radv: add support for local bos. (v3)Dave Airlie2017-10-261-1/+1
* 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