Re: [Mesa-dev] [PATCH 00/15] i965/gen7: Begin implementing MSAA.

2012-05-22 Thread Kenneth Graunke
[PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern. Acked-by: Kenneth Graunke [PATCH 02/15] i965/blorp: Generalize sampling code in preparation for Gen7 [PATCH 03/15] i965/blorp: Emit sample index in SAMPLE_LD message when necessary [PATCH 04/15] i965

Re: [Mesa-dev] [PATCH 00/15] i965/gen7: Begin implementing MSAA.

2012-05-22 Thread Ian Romanick
On 05/11/2012 11:03 AM, Paul Berry wrote: This patch series provides preliminary support for MSAA (multisample antialiasing) in i965/gen7. It depends on my previous MSAA patch series "[PATCH v2 0/5] i965/gen6: Begin implementing MSAA." The patches can be grouped into 3 sets: Patch 01 fixes a sm

[Mesa-dev] [PATCH 00/15] i965/gen7: Begin implementing MSAA.

2012-05-11 Thread Paul Berry
This patch series provides preliminary support for MSAA (multisample antialiasing) in i965/gen7. It depends on my previous MSAA patch series "[PATCH v2 0/5] i965/gen6: Begin implementing MSAA." The patches can be grouped into 3 sets: Patch 01 fixes a small bug in the Gen6 MSAA implementation: whe