Re: [Mesa-dev] [PATCH 7/8] i965/msaa: Add CMS support to blorp.

2012-07-11 Thread Paul Berry
On 11 July 2012 11:16, Paul Berry wrote: > On 11 July 2012 11:01, Chad Versace wrote: > >> On 07/06/2012 03:29 PM, Paul Berry wrote: >> > This patch updates the blorp engine to properly handle the case where >> > the surface being textured from uses Gen7's CMS MSAA layout. The >> > following ch

Re: [Mesa-dev] [PATCH 7/8] i965/msaa: Add CMS support to blorp.

2012-07-11 Thread Paul Berry
On 11 July 2012 11:01, Chad Versace wrote: > On 07/06/2012 03:29 PM, Paul Berry wrote: > > This patch updates the blorp engine to properly handle the case where > > the surface being textured from uses Gen7's CMS MSAA layout. The > > following changes were necessary: > > > > - Before reading col

Re: [Mesa-dev] [PATCH 7/8] i965/msaa: Add CMS support to blorp.

2012-07-11 Thread Chad Versace
On 07/06/2012 03:29 PM, Paul Berry wrote: > This patch updates the blorp engine to properly handle the case where > the surface being textured from uses Gen7's CMS MSAA layout. The > following changes were necessary: > > - Before reading color values from the surface, we need to read from > the

[Mesa-dev] [PATCH 7/8] i965/msaa: Add CMS support to blorp.

2012-07-06 Thread Paul Berry
This patch updates the blorp engine to properly handle the case where the surface being textured from uses Gen7's CMS MSAA layout. The following changes were necessary: - Before reading color values from the surface, we need to read from the MCS buffer using the ld_mcs sampler message. This is