Re: [Mesa-dev] [PATCH 02/21] anv/cmd_buffer: Use the device allocator for QueueSubmit

2017-05-01 Thread Jason Ekstrand
On Fri, Apr 28, 2017 at 3:46 PM, Nanley Chery wrote: > On Fri, Apr 14, 2017 at 10:37:49AM -0700, Jason Ekstrand wrote: > > The command is really operating on a Queue not a command buffer and the > > nearest object to that with an allocator is VkDevice. > > > > Cc: "17.0" > > Should this have bee

Re: [Mesa-dev] [PATCH 02/21] anv/cmd_buffer: Use the device allocator for QueueSubmit

2017-04-28 Thread Nanley Chery
On Fri, Apr 14, 2017 at 10:37:49AM -0700, Jason Ekstrand wrote: > The command is really operating on a Queue not a command buffer and the > nearest object to that with an allocator is VkDevice. > > Cc: "17.0" Should this have been Cc'ed to mesa-stable instead of mesa-dev? ___

Re: [Mesa-dev] [PATCH 02/21] anv/cmd_buffer: Use the device allocator for QueueSubmit

2017-04-24 Thread Chad Versace
On Fri 14 Apr 2017, Jason Ekstrand wrote: > The command is really operating on a Queue not a command buffer and the > nearest object to that with an allocator is VkDevice. > > Cc: "17.0" > --- > src/intel/vulkan/anv_batch_chain.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Rev

[Mesa-dev] [PATCH 02/21] anv/cmd_buffer: Use the device allocator for QueueSubmit

2017-04-14 Thread Jason Ekstrand
The command is really operating on a Queue not a command buffer and the nearest object to that with an allocator is VkDevice. Cc: "17.0" --- src/intel/vulkan/anv_batch_chain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/intel/vulkan/anv_batch_chain.c b/src/inte