Re: [Mesa-dev] [PATCH 12/22] anv/gpu_memcpy: Add a lighter-weight memcpy path

2017-05-11 Thread Nanley Chery
On Tue, May 02, 2017 at 04:58:15PM -0700, Jason Ekstrand wrote: > On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery > wrote: > > > We're now performing a GPU memcpy in more places to copy small amounts > > of data. Add a path to thrash less state. > > > > Signed-off-by: Nanley Chery > > --- > > sr

Re: [Mesa-dev] [PATCH 12/22] anv/gpu_memcpy: Add a lighter-weight memcpy path

2017-05-02 Thread Jason Ekstrand
On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery wrote: > We're now performing a GPU memcpy in more places to copy small amounts > of data. Add a path to thrash less state. > > Signed-off-by: Nanley Chery > --- > src/intel/vulkan/genX_gpu_memcpy.c | 38 ++ > >

[Mesa-dev] [PATCH 12/22] anv/gpu_memcpy: Add a lighter-weight memcpy path

2017-04-27 Thread Nanley Chery
We're now performing a GPU memcpy in more places to copy small amounts of data. Add a path to thrash less state. Signed-off-by: Nanley Chery --- src/intel/vulkan/genX_gpu_memcpy.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/src/intel/vulkan/genX_gp