On Wed, Jun 21, 2017 at 06:21:54PM -0700, Jason Ekstrand wrote:
> I never liked the gpu_memcpy name anyway because I knew something like this
> would come up. I left you one trivial comment on patch 1. Other than
> that, the series is
>
> Reviewied-by: Jason Ekstrand
>
> Given that you're chan
I never liked the gpu_memcpy name anyway because I knew something like this
would come up. I left you one trivial comment on patch 1. Other than
that, the series is
Reviewied-by: Jason Ekstrand
Given that you're changing core blorp, please make sure you run this
through Jenkins on GL. :-)
--J
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.
v3:
- Use 'memcpy' instead of 'cpy' (Jason Ekstrand)
- Shorten 'streamout' to 'so'
Suggested-by