summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_descriptor_set.h
Commit message (Expand)AuthorAgeFilesLines
* radv: Don't include radv_private.h from radv_shader.hDaniel Schürmann2019-07-301-2/+2
* radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen2019-05-121-1/+1
* radv: Add hashing for the ycbcr samplers.Bas Nieuwenhuizen2019-04-251-0/+3
* radv: Add ycbcr samplers in descriptor set layouts.Bas Nieuwenhuizen2019-04-251-0/+22
* radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset2019-01-231-0/+1
* Revert "radv: Don't store buffer references in the descriptor set."Samuel Pitoiset2018-04-201-0/+4
* radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen2018-04-181-0/+1
* radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen2018-04-181-4/+0
* radv: remove radv_pipeline_layout::push_constant_stages fieldSamuel Pitoiset2018-01-101-1/+0
* radv: store pipeline stages that need push constantsSamuel Pitoiset2017-12-191-0/+1
* radv: Only enter the immutable samplers init loop when we have some.Bas Nieuwenhuizen2017-09-201-0/+2
* radv: minor pahole related improvements.Dave Airlie2017-05-031-1/+1
* radv: Remove binding buffer count.Bas Nieuwenhuizen2017-04-191-1/+0
* radv: add support for 32 descriptor sets.Dave Airlie2017-04-191-1/+1
* radv: Increase integer sizes in descriptor sets.Bas Nieuwenhuizen2017-04-131-8/+8
* radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen2017-04-121-2/+8
* radv: implement VK_KHR_push_descriptorFredrik Höglund2017-04-071-0/+3
* radv: Detect if all immutable samplers for a binding are equal.Bas Nieuwenhuizen2017-02-281-0/+1
* radv: Store the immutable samplers as uint32_t[4].Bas Nieuwenhuizen2017-02-281-1/+1
* radv: Use proper header guards over 'pragma once' directivesEdward O'Callaghan2016-10-101-2/+6
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+81