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
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 ++
>
>
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