index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_descriptor_set.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix vkUpdateDescriptorSets with inline uniform blocks
Samuel Pitoiset
2019-10-23
1
-0
/
+8
*
radv: Fix descriptor set allocation failure.
Bas Nieuwenhuizen
2019-07-30
1
-1
/
+5
*
radv: Take variable descriptor counts into account for buffer entries.
Bas Nieuwenhuizen
2019-07-29
1
-1
/
+10
*
radv/gfx10: implement write_buffer_descriptor()
Samuel Pitoiset
2019-07-07
1
-3
/
+10
*
radv: Fix interactions between variable descriptor count and inline uniform b...
Bas Nieuwenhuizen
2019-07-03
1
-1
/
+5
*
radv: Only allocate supplied number of descriptors when variable.
Bas Nieuwenhuizen
2019-07-01
1
-1
/
+7
*
radv: Do not use extra descriptor space for the 3rd plane.
Bas Nieuwenhuizen
2019-05-12
1
-2
/
+3
*
radv: Add hashing for the ycbcr samplers.
Bas Nieuwenhuizen
2019-04-25
1
-7
/
+4
*
radv: Update descriptor sets for multiple planes.
Bas Nieuwenhuizen
2019-04-25
1
-15
/
+23
*
radv: Add ycbcr samplers in descriptor set layouts.
Bas Nieuwenhuizen
2019-04-25
1
-2
/
+55
*
radv: Add support for image views with multiple planes.
Bas Nieuwenhuizen
2019-04-25
1
-3
/
+3
*
radv: Add ycbcr conversion structs.
Bas Nieuwenhuizen
2019-04-25
1
-4
/
+25
*
radv: Support VK_EXT_inline_uniform_block.
Bas Nieuwenhuizen
2019-04-19
1
-12
/
+71
*
radv: don't copy buffer descriptors list for samplers
Samuel Pitoiset
2019-02-26
1
-1
/
+5
*
radv: fix out-of-bounds access when copying descriptors BO list
Samuel Pitoiset
2019-02-26
1
-2
/
+0
*
radv: Only look at pImmutableSamples if the descriptor has a sampler.
Bas Nieuwenhuizen
2019-02-06
1
-2
/
+6
*
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
2019-01-29
1
-1
/
+2
*
radv: improve gathering of load_push_constants with dynamic bindings
Samuel Pitoiset
2019-01-23
1
-0
/
+3
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
1
-11
/
+11
*
radv: use a 64-bit unsigned integer when allocating a descriptor pool
Samuel Pitoiset
2018-09-19
1
-1
/
+1
*
Revert "radv: fix descriptor pool allocation size"
Bas Nieuwenhuizen
2018-09-18
1
-2
/
+1
*
radv: fix descriptor pool allocation size
Samuel Pitoiset
2018-09-17
1
-1
/
+2
*
radv: get rid of buffer object priorities
Samuel Pitoiset
2018-07-12
1
-3
/
+3
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-10
/
+10
*
radv: allocate descriptor BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: assorted typo fixes
Grazvydas Ignotas
2018-05-10
1
-1
/
+1
*
Revert "radv: Don't store buffer references in the descriptor set."
Samuel Pitoiset
2018-04-20
1
-13
/
+69
*
radv: Support allocating variable size descriptor sets.
Bas Nieuwenhuizen
2018-04-18
1
-4
/
+17
*
radv: Add support for variable descriptor set layouts.
Bas Nieuwenhuizen
2018-04-18
1
-1
/
+29
*
radv: Fix GetDescriptorSetLayoutSupport.
Bas Nieuwenhuizen
2018-04-18
1
-3
/
+0
*
radv: Use sorted bindings for set layout creation.
Bas Nieuwenhuizen
2018-04-18
1
-2
/
+41
*
radv: Don't store buffer references in the descriptor set.
Bas Nieuwenhuizen
2018-04-18
1
-69
/
+13
*
radv: drop assert on bindingDescriptorCount > 0
Dave Airlie
2018-03-14
1
-1
/
+0
*
radv: Disable sampler ycbcr conversion.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+18
*
radv: Implement VK_KHR_maintenance3.
Bas Nieuwenhuizen
2018-03-07
1
-4
/
+79
*
radv: Update MAX_API_VERSION to 1.1.0
Bas Nieuwenhuizen
2018-03-07
1
-11
/
+11
*
radv: Fix compiler warning about uninitialized 'set'
Eric Anholt
2018-02-12
1
-1
/
+1
*
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
2018-02-01
1
-0
/
+1
*
radv: remove radv_pipeline_layout::push_constant_stages field
Samuel Pitoiset
2018-01-10
1
-2
/
+0
*
radv: make descriptor BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-2
/
+4
*
radv: store pipeline stages that need push constants
Samuel Pitoiset
2017-12-19
1
-0
/
+3
*
radv: use a 16 bytes array for the sampled/storage image descriptors
Samuel Pitoiset
2017-11-20
1
-4
/
+5
*
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
2017-11-06
1
-3
/
+3
*
radv: add initial copy descriptor support. (v2)
Dave Airlie
2017-11-06
1
-2
/
+53
*
radv: Use an array to store descriptor sets.
Bas Nieuwenhuizen
2017-11-04
1
-22
/
+40
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
1
-1
/
+1
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
1
-4
/
+4
*
radv: Only enter the immutable samplers init loop when we have some.
Bas Nieuwenhuizen
2017-09-20
1
-12
/
+16
*
radv: clear dynamic_shader_stages on create
Grazvydas Ignotas
2017-08-29
1
-0
/
+1
*
radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BIT
Alex Smith
2017-07-13
1
-3
/
+15
[next]