Re: [Mesa-dev] Accelerated meta CopyTexSubImage

2014-04-15 Thread Anuj Phogat
On Tue, Apr 8, 2014 at 2:54 PM, Ian Romanick wrote: > On 04/08/2014 02:03 PM, Eric Anholt wrote: >> Here's a rework of the series for meta CopyTexSubImage (required for >> i965's gen8 support, since we're probably going to avoid doing blorp at >> all for it). Ken had almost-reviewed a previous ve

Re: [Mesa-dev] Accelerated meta CopyTexSubImage

2014-04-15 Thread Kenneth Graunke
On 04/08/2014 02:03 PM, Eric Anholt wrote: > Here's a rework of the series for meta CopyTexSubImage (required for > i965's gen8 support, since we're probably going to avoid doing blorp at > all for it). Ken had almost-reviewed a previous version of the patch, but > I went back and did some refacto

Re: [Mesa-dev] Accelerated meta CopyTexSubImage

2014-04-08 Thread Ian Romanick
On 04/08/2014 02:03 PM, Eric Anholt wrote: > Here's a rework of the series for meta CopyTexSubImage (required for > i965's gen8 support, since we're probably going to avoid doing blorp at > all for it). Ken had almost-reviewed a previous version of the patch, but > I went back and did some refacto

[Mesa-dev] Accelerated meta CopyTexSubImage

2014-04-08 Thread Eric Anholt
Here's a rework of the series for meta CopyTexSubImage (required for i965's gen8 support, since we're probably going to avoid doing blorp at all for it). Ken had almost-reviewed a previous version of the patch, but I went back and did some refactors before it that bring this feature improvement to