Re: [Mesa-dev] [PATCH 13/13] anv/gpu_memcpy: Rename the gpu_memcpy function

2017-06-19 Thread Jason Ekstrand
I'd mildly prefer streamout_memcpy to streamout_cpy. On Tue, Jun 13, 2017 at 11:42 AM, Nanley Chery wrote: > A GPU memcpy function could alternatively be implemented using MI_* > commands. Provide more detail into how this one operates in case another > memcpy function is created. > > v2: Update

[Mesa-dev] [PATCH 13/13] anv/gpu_memcpy: Rename the gpu_memcpy function

2017-06-13 Thread Nanley Chery
A GPU memcpy function could alternatively be implemented using MI_* commands. Provide more detail into how this one operates in case another memcpy function is created. v2: Update the commit message. Suggested-by: Jason Ekstrand Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_genX.h