Re: [Mesa-dev] [PATCH] mesa: Implement faster streaming memcpy

2015-07-10 Thread Matt Turner
On Fri, Jul 10, 2015 at 4:20 AM, Marek Olšák wrote: > Shouldn't this stuff be in src/util? I guess? I'm not opposed to moving it, if other drivers can make use of it, but I don't want this patch to do the move. I wrote it in November 2013 and src/util only came into being in August 2014 if you'r

Re: [Mesa-dev] [PATCH] mesa: Implement faster streaming memcpy

2015-07-10 Thread Marek Olšák
Shouldn't this stuff be in src/util? Marek On Wed, Jul 8, 2015 at 11:07 PM, Ben Widawsky wrote: > WARNING: No perf data, please keep reading though) > > This implements the suggestion provided by the paper, "Fast USWC to WB Memory > Copy" > (https://software.intel.com/en-us/articles/copying-acce

Re: [Mesa-dev] [PATCH] mesa: Implement faster streaming memcpy

2015-07-08 Thread Matt Turner
On Wed, Jul 8, 2015 at 2:07 PM, Ben Widawsky wrote: > WARNING: No perf data, please keep reading though) > > This implements the suggestion provided by the paper, "Fast USWC to WB Memory > Copy" > (https://software.intel.com/en-us/articles/copying-accelerated-video-decode-frame-buffers). > This is

[Mesa-dev] [PATCH] mesa: Implement faster streaming memcpy

2015-07-08 Thread Ben Widawsky
WARNING: No perf data, please keep reading though) This implements the suggestion provided by the paper, "Fast USWC to WB Memory Copy" (https://software.intel.com/en-us/articles/copying-accelerated-video-decode-frame-buffers). This is described throughout the paper, but the sample code lives in Fi