aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_descriptor_set.h
Commit message (Expand)AuthorAgeFilesLines
* 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