aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_descriptor_set.c
Commit message (Expand)AuthorAgeFilesLines
* radv: fix vkUpdateDescriptorSets with inline uniform blocksSamuel Pitoiset2019-10-231-0/+8
* radv: Fix descriptor set allocation failure.Bas Nieuwenhuizen2019-07-301-1/+5
* radv: Take variable descriptor counts into account for buffer entries.Bas Nieuwenhuizen2019-07-291-1/+10
* radv/gfx10: implement write_buffer_descriptor()Samuel Pitoiset2019-07-071-3/+10
* radv: Fix interactions between variable descriptor count and inline uniform b...Bas Nieuwenhuizen2019-07-031-1/+5
* radv: Only allocate supplied number of descriptors when variable.Bas Nieuwenhuizen2019-07-011-1/+7
* radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen2019-05-121-2/+3
* radv: Add hashing for the ycbcr samplers.Bas Nieuwenhuizen2019-04-251-7/+4
* radv: Update descriptor sets for multiple planes.Bas Nieuwenhuizen2019-04-251-15/+23
* radv: Add ycbcr samplers in descriptor set layouts.Bas Nieuwenhuizen2019-04-251-2/+55
* radv: Add support for image views with multiple planes.Bas Nieuwenhuizen2019-04-251-3/+3
* radv: Add ycbcr conversion structs.Bas Nieuwenhuizen2019-04-251-4/+25
* radv: Support VK_EXT_inline_uniform_block.Bas Nieuwenhuizen2019-04-191-12/+71
* radv: don't copy buffer descriptors list for samplersSamuel Pitoiset2019-02-261-1/+5
* radv: fix out-of-bounds access when copying descriptors BO listSamuel Pitoiset2019-02-261-2/+0
* radv: Only look at pImmutableSamples if the descriptor has a sampler.Bas Nieuwenhuizen2019-02-061-2/+6
* radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen2019-01-291-1/+2
* radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset2019-01-231-0/+3
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-091-11/+11
* radv: use a 64-bit unsigned integer when allocating a descriptor poolSamuel Pitoiset2018-09-191-1/+1
* Revert "radv: fix descriptor pool allocation size"Bas Nieuwenhuizen2018-09-181-2/+1
* radv: fix descriptor pool allocation sizeSamuel Pitoiset2018-09-171-1/+2
* radv: get rid of buffer object prioritiesSamuel Pitoiset2018-07-121-3/+3
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-10/+10
* 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