Re: [Mesa-dev] [PATCH 2/8] i965/msaa: Add an enum to describe MSAA layout.

2012-07-09 Thread Chad Versace
On 07/06/2012 03:29 PM, Paul Berry wrote: >>From the Ivy Bridge PRM, Vol 1 Part 1, p112: > > There are three types of multisampled surface layouts designated > as follows: > - IMS Interleaved Multisampled Surface > - CMS Compressed Mulitsampled Surface > - UMS Uncompresse

[Mesa-dev] [PATCH 2/8] i965/msaa: Add an enum to describe MSAA layout.

2012-07-06 Thread Paul Berry
>From the Ivy Bridge PRM, Vol 1 Part 1, p112: There are three types of multisampled surface layouts designated as follows: - IMS Interleaved Multisampled Surface - CMS Compressed Mulitsampled Surface - UMS Uncompressed Multisampled Surface Previously, the i965 driver onl