Re: [Mesa-dev] [PATCH 3/8] i965/msaa: Allocate MCS buffer when CMS MSAA is in use.

2012-07-09 Thread Chad Versace
On 07/09/2012 02:00 PM, Paul Berry wrote: > > > On 9 July 2012 13:36, Chad Versace > wrote: > > On 07/06/2012 03:29 PM, Paul Berry wrote: > > To implement Gen7's CMS MSAA layout, we need an extra buffer, the MCS > > (Multisample Control Surface)

Re: [Mesa-dev] [PATCH 3/8] i965/msaa: Allocate MCS buffer when CMS MSAA is in use.

2012-07-09 Thread Paul Berry
On 9 July 2012 13:36, Chad Versace wrote: > On 07/06/2012 03:29 PM, Paul Berry wrote: > > To implement Gen7's CMS MSAA layout, we need an extra buffer, the MCS > > (Multisample Control Surface) buffer. This patch introduces code for > > allocating and deallocating the buffer, and storing a point

Re: [Mesa-dev] [PATCH 3/8] i965/msaa: Allocate MCS buffer when CMS MSAA is in use.

2012-07-09 Thread Chad Versace
On 07/06/2012 03:29 PM, Paul Berry wrote: > To implement Gen7's CMS MSAA layout, we need an extra buffer, the MCS > (Multisample Control Surface) buffer. This patch introduces code for > allocating and deallocating the buffer, and storing a pointer to it in > the intel_mipmap_tree struct. > > No

[Mesa-dev] [PATCH 3/8] i965/msaa: Allocate MCS buffer when CMS MSAA is in use.

2012-07-06 Thread Paul Berry
To implement Gen7's CMS MSAA layout, we need an extra buffer, the MCS (Multisample Control Surface) buffer. This patch introduces code for allocating and deallocating the buffer, and storing a pointer to it in the intel_mipmap_tree struct. No functional change, since the CMS layout is not enabled