summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_descriptor_set.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-13radv: use the base object struct typesSamuel Pitoiset1-0/+5
2019-07-30radv: Don't include radv_private.h from radv_shader.hDaniel Schürmann1-2/+2
2019-05-12radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen1-1/+1
2019-04-25radv: Add hashing for the ycbcr samplers.Bas Nieuwenhuizen1-0/+3
2019-04-25radv: Add ycbcr samplers in descriptor set layouts.Bas Nieuwenhuizen1-0/+22
2019-01-23radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset1-0/+1
2018-04-20Revert "radv: Don't store buffer references in the descriptor set."Samuel Pitoiset1-0/+4
2018-04-18radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen1-0/+1
2018-04-18radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen1-4/+0
2018-01-10radv: remove radv_pipeline_layout::push_constant_stages fieldSamuel Pitoiset1-1/+0
2017-12-19radv: store pipeline stages that need push constantsSamuel Pitoiset1-0/+1
2017-09-20radv: Only enter the immutable samplers init loop when we have some.Bas Nieuwenhuizen1-0/+2
2017-05-03radv: minor pahole related improvements.Dave Airlie1-1/+1
2017-04-19radv: Remove binding buffer count.Bas Nieuwenhuizen1-1/+0
2017-04-19radv: add support for 32 descriptor sets.Dave Airlie1-1/+1
2017-04-13radv: Increase integer sizes in descriptor sets.Bas Nieuwenhuizen1-8/+8
2017-04-12radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen1-2/+8
2017-04-07radv: implement VK_KHR_push_descriptorFredrik Höglund1-0/+3
2017-02-28radv: Detect if all immutable samplers for a binding are equal.Bas Nieuwenhuizen1-0/+1
2017-02-28radv: Store the immutable samplers as uint32_t[4].Bas Nieuwenhuizen1-1/+1
2016-10-10radv: Use proper header guards over 'pragma once' directivesEdward O'Callaghan1-2/+6
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+81