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

Kenneth Graunke kenneth at whitecape.org
Tue May 22 11:57:29 PDT 2012


[PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for 
interleaving pattern.

Acked-by: Kenneth Graunke <kenneth at whitecape.org>

[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/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
[PATCH 05/15] i965/blorp: Factor gen6_blorp_emit_batch_head into 
separate functions.
[PATCH 06/15] i965/blorp: Allocate space for push constants on Gen7.
[PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a 
WM program.
[PATCH 08/15] i965/blorp: Implement proper texel fetch messages for Gen7.
[PATCH 09/15] i965/blorp: Enable blorp blits on Gen7.
[PATCH 10/15] i965/msaa: Add defines for Gen7.
[PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
[PATCH 12/15] i965/msaa: Validate Gen7 surface state constraints.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

[PATCH 13/15] i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.
[PATCH 14/15] i965/msaa: Implement manual blending operation for Gen7.

Acked-by: Kenneth Graunke <kenneth at whitecape.org>

[PATCH 15/15] i965/msaa: Enable 4x MSAA on Gen7.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the mesa-dev mailing list