[Mesa-dev] [PATCH 03/10] i965/skl: Enable fast color clears on SKL

2015-10-13 Thread Ben Widawsky
Based on a patch originally from Kristian. Skylake has extended capabilities with regard to fast clears, but that is saved for another patch. The same effect could be acheived with the following, however I think the way I've done it is more in line with how the docs explain it. --- a/src/mesa/driv

Re: [Mesa-dev] [PATCH 03/10] i965/skl: Enable fast color clears on SKL

2015-10-13 Thread Matt Turner
On Tue, Oct 13, 2015 at 8:50 PM, Ben Widawsky wrote: > Based on a patch originally from Kristian. Skylake has extended capabilities > with regard to fast clears, but that is saved for another patch. > > The same effect could be acheived with the following, however I think the way > I've done it is

Re: [Mesa-dev] [PATCH 03/10] i965/skl: Enable fast color clears on SKL

2015-10-16 Thread Chad Versace
But this patch doesn't enable fast clears! The reverts in pathches 6 and 7 need to be folded into this patch, otherwise the patch does not do what it claims. Also, you can't enable fast clears before patches 4 and 5 without introducing regressions. Patches 4 and 5 must precede this patch. On Tue

Re: [Mesa-dev] [PATCH 03/10] i965/skl: Enable fast color clears on SKL

2015-11-03 Thread Ben Widawsky
On Fri, Oct 16, 2015 at 04:10:02PM -0700, Chad Versace wrote: > But this patch doesn't enable fast clears! The reverts in pathches 6 and > 7 need to be folded into this patch, otherwise the patch does not do > what it claims. > > Also, you can't enable fast clears before patches 4 and 5 without in

Re: [Mesa-dev] [PATCH 03/10] i965/skl: Enable fast color clears on SKL

2015-11-09 Thread Chad Versace
On Tue 03 Nov 2015, Ben Widawsky wrote: > On Fri, Oct 16, 2015 at 04:10:02PM -0700, Chad Versace wrote: > > But this patch doesn't enable fast clears! The reverts in pathches 6 and > > 7 need to be folded into this patch, otherwise the patch does not do > > what it claims. > > > > Also, you can't