summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_descriptor_set.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-08radv/winsys: remove the radv_amdgpu_winsys_bo::ws indirectionSamuel Pitoiset1-1/+1
2021-02-05radv: zero the bo descriptor array when allocating a new setMike Blumenkrantz1-0/+1
2021-02-05radv: null bo list pointer for null descriptors on updateMike Blumenkrantz1-0/+7
2021-02-01radv: Do not hash vk_object_base in descriptor set layout.Bas Nieuwenhuizen1-1/+7
2021-01-26radv: remove unused EMPTY constant in radv_descript_set.cSamuel Pitoiset1-2/+0
2021-01-26radv: Modify radv_descriptor_set for MSVC legalityJames Park1-30/+30
2021-01-26radv: Remove unnecessary headersJames Park1-1/+0
2020-12-07radv: Implement VK_VALVE_mutable_descriptor_type.Hans-Kristian Arntzen1-17/+106
2020-10-28radv: Do not access set layout during vkCmdBindDescriptorSets.Bas Nieuwenhuizen1-2/+8
2020-10-07radv: Respect alignment requirements in descriptor set layoutsTony Wasserka1-2/+8
2020-10-07radv: Clean up CreateDescriptorSetLayoutTony Wasserka1-8/+8
2020-09-18radv: fix null descriptor for dynamic buffersPierre-Loup A. Griffais1-1/+3
2020-08-20radv: fix null memcpy and zero-sized mallocRhys Perry1-4/+5
2020-07-21radv: do not perform read-modify-write with the upload BOSamuel Pitoiset1-12/+15
2020-07-03tu,radv: fix potentially wrong offset of flexible array.Hyunjun Ko1-4/+2
2020-06-24radv: Handle mmap failures.Bas Nieuwenhuizen1-11/+26
2020-05-13radv: use the base object struct typesSamuel Pitoiset1-2/+31
2020-05-13radv: use the common base object type for VkDeviceSamuel Pitoiset1-15/+15
2020-04-29radv: handle NULL descriptorsSamuel Pitoiset1-2/+24
2020-04-24radv: align buffer descriptor sizes to dwordRhys Perry1-0/+12
2020-04-16radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset1-6/+1
2020-04-08radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen1-0/+1
2020-01-15radv: update VK_EXT_descriptor_indexing for Vulkan 1.2Samuel Pitoiset1-8/+8
2019-12-20radv: rely on pipeline layout when creating push descriptors with templateSamuel Pitoiset1-1/+12
2019-12-19ac: declare an enum for the OOB select field on GFX10Samuel Pitoiset1-1/+1
2019-10-23radv: fix vkUpdateDescriptorSets with inline uniform blocksSamuel Pitoiset1-0/+8
2019-07-30radv: Fix descriptor set allocation failure.Bas Nieuwenhuizen1-1/+5
2019-07-29radv: Take variable descriptor counts into account for buffer entries.Bas Nieuwenhuizen1-1/+10
2019-07-07radv/gfx10: implement write_buffer_descriptor()Samuel Pitoiset1-3/+10
2019-07-03radv: Fix interactions between variable descriptor count and inline uniform b...Bas Nieuwenhuizen1-1/+5
2019-07-01radv: Only allocate supplied number of descriptors when variable.Bas Nieuwenhuizen1-1/+7
2019-05-12radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen1-2/+3
2019-04-25radv: Add hashing for the ycbcr samplers.Bas Nieuwenhuizen1-7/+4
2019-04-25radv: Update descriptor sets for multiple planes.Bas Nieuwenhuizen1-15/+23
2019-04-25radv: Add ycbcr samplers in descriptor set layouts.Bas Nieuwenhuizen1-2/+55
2019-04-25radv: Add support for image views with multiple planes.Bas Nieuwenhuizen1-3/+3
2019-04-25radv: Add ycbcr conversion structs.Bas Nieuwenhuizen1-4/+25
2019-04-19radv: Support VK_EXT_inline_uniform_block.Bas Nieuwenhuizen1-12/+71
2019-02-26radv: don't copy buffer descriptors list for samplersSamuel Pitoiset1-1/+5
2019-02-26radv: fix out-of-bounds access when copying descriptors BO listSamuel Pitoiset1-2/+0
2019-02-06radv: Only look at pImmutableSamples if the descriptor has a sampler.Bas Nieuwenhuizen1-2/+6
2019-01-29radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen1-1/+2
2019-01-23radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset1-0/+3
2019-01-09radv: get rid of bunch of KHR suffixesSamuel Pitoiset1-11/+11
2018-09-19radv: use a 64-bit unsigned integer when allocating a descriptor poolSamuel Pitoiset1-1/+1
2018-09-18Revert "radv: fix descriptor pool allocation size"Bas Nieuwenhuizen1-2/+1
2018-09-17radv: fix descriptor pool allocation sizeSamuel Pitoiset1-1/+2
2018-07-12radv: get rid of buffer object prioritiesSamuel Pitoiset1-3/+3
2018-05-31radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen1-10/+10
2018-05-22radv: allocate descriptor BOs in the 32-bit addr spaceSamuel Pitoiset1-1/+2