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

Chris Wilson ickle at kemper.freedesktop.org
Wed Jun 11 07:50:08 PDT 2014


 src/sna/sna_accel.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ad076b394028c40fc6cb88c64b72e46702a936b3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Jun 11 15:49:43 2014 +0100

    sna: Remove debugging hunk
    
    Stray hunk in self-copy boxes.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 21f2dff..ac3867e 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -5448,7 +5448,6 @@ sna_self_copy_boxes(DrawablePtr src, DrawablePtr dst, GCPtr gc,
 		goto fallback;
 	}
 
-		goto fallback;
 	if (priv->gpu_damage || (priv->cpu_damage == NULL && priv->gpu_bo)) {
 		assert(priv->gpu_bo);
 


More information about the xorg-commit mailing list