Re: [Mesa-dev] [PATCH 15/21] anv: Pull the guts of cmd_buffer_execbuf into a helper

2017-05-02 Thread Chad Versace
Patches 10-15 are Reviewed-by: Chad Versace ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 15/21] anv: Pull the guts of cmd_buffer_execbuf into a helper

2017-04-18 Thread Pohjolainen, Topi
On Fri, Apr 14, 2017 at 10:38:02AM -0700, Jason Ekstrand wrote: > --- > src/intel/vulkan/anv_batch_chain.c | 59 > ++ > 1 file changed, 35 insertions(+), 24 deletions(-) Reviewed-by: Topi Pohjolainen > > diff --git a/src/intel/vulkan/anv_batch_chain.c > b/

[Mesa-dev] [PATCH 15/21] anv: Pull the guts of cmd_buffer_execbuf into a helper

2017-04-14 Thread Jason Ekstrand
--- src/intel/vulkan/anv_batch_chain.c | 59 ++ 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/src/intel/vulkan/anv_batch_chain.c b/src/intel/vulkan/anv_batch_chain.c index 3e9fa4c..136f273 100644 --- a/src/intel/vulkan/anv_batch_chain.c +++ b/