[Mesa-dev] [PATCH] i965: Add "alpha to coverage" to performance debug recompile messages.

Eric Anholt eric at anholt.net
Mon Oct 29 11:00:29 PDT 2012


Kenneth Graunke <kenneth at whitecape.org> writes:

> This was missing and got labeled "Something else".
>
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---
>  src/mesa/drivers/dri/i965/brw_wm.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_wm.c b/src/mesa/drivers/dri/i965/brw_wm.c
> index bfb36db..ad4059c 100644
> --- a/src/mesa/drivers/dri/i965/brw_wm.c
> +++ b/src/mesa/drivers/dri/i965/brw_wm.c
> @@ -361,6 +361,7 @@ brw_wm_debug_recompile(struct brw_context *brw,
>     found |= key_debug("depth statistics", old_key->stats_wm, key->stats_wm);
>     found |= key_debug("flat shading", old_key->flat_shade, key->flat_shade);
>     found |= key_debug("number of color buffers", old_key->nr_color_regions, key->nr_color_regions);
> +   found |= key_debug("sample to alpha coverage", old_key->sample_alpha_to_coverage, key->sample_alpha_to_coverage);
>     found |= key_debug("rendering to FBO", old_key->render_to_fbo, key->render_to_fbo);
>     found |= key_debug("fragment color clamping", old_key->clamp_fragment_color, key->clamp_fragment_color);
>     found |= key_debug("line smoothing", old_key->line_aa, key->line_aa);

Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121029/47e39918/attachment.pgp>


More information about the mesa-dev mailing list