Re: [Mesa-dev] [v4 07/11] i965/blorp: Do not resolve lossless compressed blit sources

2016-05-09 Thread Pohjolainen, Topi
On Mon, May 09, 2016 at 08:54:47PM +0300, Pohjolainen, Topi wrote: > On Mon, May 09, 2016 at 10:39:44AM -0700, Ben Widawsky wrote: > > On Thu, Apr 21, 2016 at 02:59:02PM +0300, Topi Pohjolainen wrote: > > > Blorp blits use sampling engine which is capable of resolving > > > on the fly. > > > > We

Re: [Mesa-dev] [v4 07/11] i965/blorp: Do not resolve lossless compressed blit sources

2016-05-09 Thread Pohjolainen, Topi
On Mon, May 09, 2016 at 10:39:44AM -0700, Ben Widawsky wrote: > On Thu, Apr 21, 2016 at 02:59:02PM +0300, Topi Pohjolainen wrote: > > Blorp blits use sampling engine which is capable of resolving > > on the fly. > > We determined blitter does need the resolve? With that info added to the > commit

Re: [Mesa-dev] [v4 07/11] i965/blorp: Do not resolve lossless compressed blit sources

2016-05-09 Thread Ben Widawsky
On Thu, Apr 21, 2016 at 02:59:02PM +0300, Topi Pohjolainen wrote: > Blorp blits use sampling engine which is capable of resolving > on the fly. We determined blitter does need the resolve? With that info added to the commit message: Reviewed-by: Ben Widawsky > > Signed-off-by: Topi Pohjolainen

[Mesa-dev] [v4 07/11] i965/blorp: Do not resolve lossless compressed blit sources

2016-04-21 Thread Topi Pohjolainen
Blorp blits use sampling engine which is capable of resolving on the fly. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp b/src/mesa/drivers/dri/i965