radv: don't copy buffer descriptors list for samplers
[mesa.git] / src / amd / vulkan / radv_descriptor_set.c
2019-02-26 Samuel Pitoisetradv: don't copy buffer descriptors list for samplers
2019-02-26 Samuel Pitoisetradv: fix out-of-bounds access when copying descriptors...
2019-02-06 Bas Nieuwenhuizenradv: Only look at pImmutableSamples if the descriptor...
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-23 Samuel Pitoisetradv: improve gathering of load_push_constants with...
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2018-09-19 Samuel Pitoisetradv: use a 64-bit unsigned integer when allocating...
2018-09-18 Bas NieuwenhuizenRevert "radv: fix descriptor pool allocation size"
2018-09-17 Samuel Pitoisetradv: fix descriptor pool allocation size
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-22 Samuel Pitoisetradv: allocate descriptor BOs in the 32-bit addr space
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-18 Bas Nieuwenhuizenradv: Support allocating variable size descriptor sets.
2018-04-18 Bas Nieuwenhuizenradv: Add support for variable descriptor set layouts.
2018-04-18 Bas Nieuwenhuizenradv: Fix GetDescriptorSetLayoutSupport.
2018-04-18 Bas Nieuwenhuizenradv: Use sorted bindings for set layout creation.
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
2018-03-14 Dave Airlieradv: drop assert on bindingDescriptorCount > 0
2018-03-07 Bas Nieuwenhuizenradv: Disable sampler ycbcr conversion.
2018-03-07 Bas Nieuwenhuizenradv: Implement VK_KHR_maintenance3.
2018-03-07 Bas Nieuwenhuizenradv: Update MAX_API_VERSION to 1.1.0
2018-02-12 Eric Anholtradv: Fix compiler warning about uninitialized 'set'
2018-02-01 Samuel Pitoisetradv: store the bind point when creating descriptors...
2018-01-10 Samuel Pitoisetradv: remove radv_pipeline_layout::push_constant_stages...
2018-01-08 Samuel Pitoisetradv: make descriptor BOs read-only for the GPU
2017-12-19 Samuel Pitoisetradv: store pipeline stages that need push constants
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-11-06 Dave Airlieradv: add initial copy descriptor support. (v2)
2017-11-04 Bas Nieuwenhuizenradv: Use an array to store descriptor sets.
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-20 Bas Nieuwenhuizenradv: Only enter the immutable samplers init loop when...
2017-08-28 Grazvydas Ignotasradv: clear dynamic_shader_stages on create
2017-07-12 Alex Smithradv: Fix descriptors for cube images with VK_IMAGE_USA...
2017-07-12 Alex Smithradv: Fix possible invalid free of dynamic descriptors
2017-04-27 Dave Airlieradv: fix regression in descriptor set freeing.
2017-04-19 Bas Nieuwenhuizenradv: Remove binding buffer count.
2017-04-19 Bas Nieuwenhuizenradv: Don't try to find gaps for non-freeable descriptors.
2017-04-19 Bas Nieuwenhuizenradv: Use host memory pool for non-freeable descriptors.
2017-04-19 Bas Nieuwenhuizenradv: Don't allocate dynamic descriptors separately.
2017-04-14 Fredrik Höglundradv: remove the temp descriptor set infrastructure
2017-04-14 Bas Nieuwenhuizenradv: make sizes & offsets 32 bit in radv_descriptor_up...
2017-04-12 Bas Nieuwenhuizenradv: Hash the immutable samplers.
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-06 Fredrik Höglundradv: implement VK_KHR_descriptor_update_template
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-04-06 Fredrik Höglundradv: replace an assertion with a conditional
2017-04-06 Fredrik Höglundradv: refactor radv_UpdateDescriptorSets
2017-03-15 Emil Velikovutil/sha1: rework _mesa_sha1_{init,final}
2017-03-05 Grazvydas Ignotasradv: don't use uninitialized value on failure
2017-02-28 Bas Nieuwenhuizenradv: Don't allocate space for unused immutable samplers.
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].
2017-02-17 Bas Nieuwenhuizenradv: Use different allocator for descriptor set vram.
2017-02-17 Bas Nieuwenhuizenradv: Never try to create more than max_sets descriptor...
2017-01-30 Andres Rodriguezradv: use new error codes for AllocateDescriptorSets
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-11 Grigori Goronzyradv: add missing unreachable
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver