Re: [Mesa-dev] [PATCH 08/11] anv: move to using vk_alloc helpers.

2016-10-18 Thread Dave Airlie
On 19 October 2016 at 03:18, Emil Velikov wrote: > Hi Dave, > > On 17 October 2016 at 03:07, Dave Airlie wrote: >> From: Dave Airlie >> >> This moves all the alloc/free in anv to the generic helpers. >> >> Signed-off-by: Dave Airlie >> --- >> src/intel/vulkan/anv_batch_chain.c| 40

Re: [Mesa-dev] [PATCH 08/11] anv: move to using vk_alloc helpers.

2016-10-18 Thread Emil Velikov
Hi Dave, On 17 October 2016 at 03:07, Dave Airlie wrote: > From: Dave Airlie > > This moves all the alloc/free in anv to the generic helpers. > > Signed-off-by: Dave Airlie > --- > src/intel/vulkan/anv_batch_chain.c| 40 +++--- > src/intel/vulkan/anv_cmd_buffer.c

[Mesa-dev] [PATCH 08/11] anv: move to using vk_alloc helpers.

2016-10-16 Thread Dave Airlie
From: Dave Airlie This moves all the alloc/free in anv to the generic helpers. Signed-off-by: Dave Airlie --- src/intel/vulkan/anv_batch_chain.c| 40 +++--- src/intel/vulkan/anv_cmd_buffer.c | 22 - src/intel/vulkan/anv_descriptor_set.c | 12