From e1cb0284218aaf248e251ac0d12fee4bcd3c7650 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 10 Mar 2014 15:01:10 +0000 Subject: [PATCH] sna/gen2: Fix build after last minute patch editing Whoops, the selective editing of the patch left a trailing '{' and breaking the build. Signed-off-by: Chris Wilson --- src/sna/gen2_render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/gen2_render.c b/src/sna/gen2_render.c index 18079a8b..99e39128 100644 --- a/src/sna/gen2_render.c +++ b/src/sna/gen2_render.c @@ -365,7 +365,7 @@ gen2_get_blend_factors(const struct sna_composite_op *op, else ablend |= TB0A_ARG1_SEL_TEXEL0; if ((op->has_component_alpha && gen2_blend_op[blend].src_alpha) || - op->dst.format == PICT_a8) { + op->dst.format == PICT_a8) /* Producing source alpha value, so the first set of channels * is src.A instead of src.X. We also do this if the destination * is a8, in which case src.G is what's written, and the other