From 9ff39e53eb20673d42f42c94adb55bf9a9f1c285 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Tue, 15 Nov 2011 20:16:16 +0800 Subject: [PATCH] Revert "Disable glamor_tile temporary." The previous corruption output is caused by GLAMOR/UXA flushing issue. Now get fixed. This reverts commit 0d2d3e4f051e48c3499e1c972e012803a8623526. --- glamor/glamor_tile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glamor/glamor_tile.c b/glamor/glamor_tile.c index 77f4d0e1c..bd5192c0a 100644 --- a/glamor/glamor_tile.c +++ b/glamor/glamor_tile.c @@ -110,7 +110,6 @@ glamor_tile(PixmapPtr pixmap, PixmapPtr tile, src_pixmap_priv = glamor_get_pixmap_private(tile); dst_pixmap_priv = glamor_get_pixmap_private(pixmap); - goto fail; if (src_pixmap_priv == NULL || dst_pixmap_priv == NULL) goto fail;