index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_descriptor_set.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-07
radv: Disable sampler ycbcr conversion.
Bas Nieuwenhuizen
1
-0
/
+18
2018-03-07
radv: Implement VK_KHR_maintenance3.
Bas Nieuwenhuizen
1
-4
/
+79
2018-03-07
radv: Update MAX_API_VERSION to 1.1.0
Bas Nieuwenhuizen
1
-11
/
+11
2018-02-12
radv: Fix compiler warning about uninitialized 'set'
Eric Anholt
1
-1
/
+1
2018-02-01
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
1
-0
/
+1
2018-01-10
radv: remove radv_pipeline_layout::push_constant_stages field
Samuel Pitoiset
1
-2
/
+0
2018-01-08
radv: make descriptor BOs read-only for the GPU
Samuel Pitoiset
1
-2
/
+4
2017-12-19
radv: store pipeline stages that need push constants
Samuel Pitoiset
1
-0
/
+3
2017-11-20
radv: use a 16 bytes array for the sampled/storage image descriptors
Samuel Pitoiset
1
-4
/
+5
2017-11-06
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
1
-3
/
+3
2017-11-06
radv: add initial copy descriptor support. (v2)
Dave Airlie
1
-2
/
+53
2017-11-04
radv: Use an array to store descriptor sets.
Bas Nieuwenhuizen
1
-22
/
+40
2017-10-26
radv: add support for local bos. (v3)
Dave Airlie
1
-1
/
+1
2017-09-20
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
1
-4
/
+4
2017-09-20
radv: Only enter the immutable samplers init loop when we have some.
Bas Nieuwenhuizen
1
-12
/
+16
2017-08-29
radv: clear dynamic_shader_stages on create
Grazvydas Ignotas
1
-0
/
+1
2017-07-13
radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BIT
Alex Smith
1
-3
/
+15
2017-07-13
radv: Fix possible invalid free of dynamic descriptors
Alex Smith
1
-1
/
+0
2017-04-27
radv: fix regression in descriptor set freeing.
Dave Airlie
1
-1
/
+1
2017-04-19
radv: Remove binding buffer count.
Bas Nieuwenhuizen
1
-11
/
+10
2017-04-19
radv: Don't try to find gaps for non-freeable descriptors.
Bas Nieuwenhuizen
1
-2
/
+3
2017-04-19
radv: Use host memory pool for non-freeable descriptors.
Bas Nieuwenhuizen
1
-16
/
+53
2017-04-19
radv: Don't allocate dynamic descriptors separately.
Bas Nieuwenhuizen
1
-12
/
+4
2017-04-14
radv: remove the temp descriptor set infrastructure
Fredrik Höglund
1
-66
/
+28
2017-04-14
radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.
Bas Nieuwenhuizen
1
-2
/
+2
2017-04-12
radv: Hash the immutable samplers.
Bas Nieuwenhuizen
1
-0
/
+3
2017-04-12
radv: Use an offset instead of pointers for immutable samplers.
Bas Nieuwenhuizen
1
-19
/
+23
2017-04-07
radv: implement VK_KHR_descriptor_update_template
Fredrik Höglund
1
-0
/
+163
2017-04-07
radv: implement VK_KHR_push_descriptor
Fredrik Höglund
1
-1
/
+21
2017-04-07
radv: replace an assertion with a conditional
Fredrik Höglund
1
-3
/
+3
2017-04-07
radv: refactor radv_UpdateDescriptorSets
Fredrik Höglund
1
-12
/
+42
2017-03-15
util/sha1: rework _mesa_sha1_{init,final}
Emil Velikov
1
-5
/
+5
2017-03-06
radv: don't use uninitialized value on failure
Grazvydas Ignotas
1
-1
/
+1
2017-02-28
radv: Don't allocate space for unused immutable samplers.
Bas Nieuwenhuizen
1
-9
/
+14
2017-02-28
radv: Detect if all immutable samplers for a binding are equal.
Bas Nieuwenhuizen
1
-0
/
+5
2017-02-28
radv: Store the immutable samplers as uint32_t[4].
Bas Nieuwenhuizen
1
-9
/
+5
2017-02-17
radv: Use different allocator for descriptor set vram.
Bas Nieuwenhuizen
1
-57
/
+25
2017-02-17
radv: Never try to create more than max_sets descriptor sets.
Bas Nieuwenhuizen
1
-2
/
+5
2017-01-30
radv: use new error codes for AllocateDescriptorSets
Andres Rodriguez
1
-1
/
+1
2016-10-19
radv: move to using shared vk_alloc inlines.
Dave Airlie
1
-14
/
+14
2016-10-19
radv: drop local MIN/MAX macros.
Dave Airlie
1
-1
/
+1
2016-10-12
radv: add missing unreachable
Grigori Goronzy
1
-0
/
+1
2016-10-07
radv: add initial non-conformant radv vulkan driver
Dave Airlie
1
-0
/
+716