Re: [Mesa-dev] [PATCH 4/8] i965/msaa: Add CMS MSAA settings to brw_structs.h.

2012-07-09 Thread Chad Versace
On 07/06/2012 03:29 PM, Paul Berry wrote: > Previously the DWORD used to control the CMS MSAA layout was just a > pad value, because we didn't use it. > --- > src/mesa/drivers/dri/i965/brw_structs.h | 22 -- > 1 files changed, 20 insertions(+), 2 deletions(-) The documentati

[Mesa-dev] [PATCH 4/8] i965/msaa: Add CMS MSAA settings to brw_structs.h.

2012-07-06 Thread Paul Berry
Previously the DWORD used to control the CMS MSAA layout was just a pad value, because we didn't use it. --- src/mesa/drivers/dri/i965/brw_structs.h | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/dr