Re: [Mesa-dev] [PATCH 4/4] i965: Move arrays brw_multisample_positions* to new header

2013-08-13 Thread Kenneth Graunke
On 08/13/2013 08:53 AM, Chad Versace wrote: Move the arrays to the new header brw_multisample_state.h, which will be shared with Broadwell code. CC: Paul Berry Signed-off-by: Chad Versace Hmm. Looks like I botched my patches in a rebase, but I'm pretty sure my new plan was to just put the

[Mesa-dev] [PATCH 4/4] i965: Move arrays brw_multisample_positions* to new header

2013-08-13 Thread Chad Versace
Move the arrays to the new header brw_multisample_state.h, which will be shared with Broadwell code. CC: Paul Berry Signed-off-by: Chad Versace --- src/mesa/drivers/dri/i965/brw_multisample_state.h | 72 ++ src/mesa/drivers/dri/i965/gen6_multisample_state.c | 47 +--