radv: Allow triggering thread traces by file.
[mesa.git] / src / amd / vulkan / radv_descriptor_set.h
2020-05-13 Samuel Pitoisetradv: use the base object struct types
2019-07-30 Daniel Schürmannradv: Don't include radv_private.h from radv_shader.h
2019-05-12 Bas Nieuwenhuizenradv: Do not use extra descriptor space for the 3rd...
2019-04-25 Bas Nieuwenhuizenradv: Add hashing for the ycbcr samplers.
2019-04-25 Bas Nieuwenhuizenradv: Add ycbcr samplers in descriptor set layouts.
2019-01-23 Samuel Pitoisetradv: improve gathering of load_push_constants with...
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-18 Bas Nieuwenhuizenradv: Add support for variable descriptor set layouts.
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
2018-01-10 Samuel Pitoisetradv: remove radv_pipeline_layout::push_constant_stages...
2017-12-19 Samuel Pitoisetradv: store pipeline stages that need push constants
2017-09-20 Bas Nieuwenhuizenradv: Only enter the immutable samplers init loop when...
2017-05-02 Dave Airlieradv: minor pahole related improvements.
2017-04-19 Bas Nieuwenhuizenradv: Remove binding buffer count.
2017-04-18 Dave Airlieradv: add support for 32 descriptor sets.
2017-04-13 Bas Nieuwenhuizenradv: Increase integer sizes in descriptor sets.
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-02-28 Bas Nieuwenhuizenradv: Detect if all immutable samplers for a binding...
2017-02-28 Bas Nieuwenhuizenradv: Store the immutable samplers as uint32_t[4].
2016-10-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver