xf86-video-intel: src/sna/gen2_render.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Mar 10 08:02:10 PDT 2014


 src/sna/gen2_render.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e1cb0284218aaf248e251ac0d12fee4bcd3c7650
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Mar 10 15:01:10 2014 +0000

    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 <chris at chris-wilson.co.uk>

diff --git a/src/sna/gen2_render.c b/src/sna/gen2_render.c
index 18079a8..99e3912 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


More information about the xorg-commit mailing list