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
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?
___
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
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