Re: [Mesa-dev] [PATCH 1/2] anv: descriptors: split allocation function

2018-09-14 Thread Tapani Pälli
did not spot any behavioral change, LGTM Reviewed-by: Tapani Pälli On 11.09.2018 23:22, Lionel Landwerlin wrote: The following commits will make the allocation more complicated so split the free list allocation logic out. Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_descriptor

[Mesa-dev] [PATCH 1/2] anv: descriptors: split allocation function

2018-09-11 Thread Lionel Landwerlin
The following commits will make the allocation more complicated so split the free list allocation logic out. Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_descriptor_set.c | 68 +++ src/intel/vulkan/anv_private.h| 5 +- 2 files changed, 42 insertions(