Re: [Mesa-dev] [PATCH 4/4] anv: Use subpass dependencies for flushes

2017-04-06 Thread Nanley Chery
On Thu, Apr 06, 2017 at 11:48:04AM -0700, Jason Ekstrand wrote: > On Thu, Mar 30, 2017 at 2:06 PM, Nanley Chery wrote: > > > On Tue, Mar 14, 2017 at 07:55:53AM -0700, Jason Ekstrand wrote: > > > Instead of figuring it all out ourselves, just use the information given > > > to us by the client. >

Re: [Mesa-dev] [PATCH 4/4] anv: Use subpass dependencies for flushes

2017-04-06 Thread Jason Ekstrand
On Thu, Mar 30, 2017 at 2:06 PM, Nanley Chery wrote: > On Tue, Mar 14, 2017 at 07:55:53AM -0700, Jason Ekstrand wrote: > > Instead of figuring it all out ourselves, just use the information given > > to us by the client. > > --- > > src/intel/vulkan/anv_blorp.c | 88 ---

Re: [Mesa-dev] [PATCH 4/4] anv: Use subpass dependencies for flushes

2017-03-30 Thread Nanley Chery
On Tue, Mar 14, 2017 at 07:55:53AM -0700, Jason Ekstrand wrote: > Instead of figuring it all out ourselves, just use the information given > to us by the client. > --- > src/intel/vulkan/anv_blorp.c | 88 > -- > src/intel/vulkan/genX_cmd_buffer.c | 10 +++

Re: [Mesa-dev] [PATCH 4/4] anv: Use subpass dependencies for flushes

2017-03-28 Thread Jason Ekstrand
Nanley, Mind taking a look at these? On Tue, Mar 14, 2017 at 7:55 AM, Jason Ekstrand wrote: > Instead of figuring it all out ourselves, just use the information given > to us by the client. > --- > src/intel/vulkan/anv_blorp.c | 88 -- > > src/intel/vu

[Mesa-dev] [PATCH 4/4] anv: Use subpass dependencies for flushes

2017-03-14 Thread Jason Ekstrand
Instead of figuring it all out ourselves, just use the information given to us by the client. --- src/intel/vulkan/anv_blorp.c | 88 -- src/intel/vulkan/genX_cmd_buffer.c | 10 + 2 files changed, 18 insertions(+), 80 deletions(-) diff --git a/src/inte