From 13ab4d59afb824f2a4c03280fffe79c6ba9aa26c Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Fri, 11 Nov 2011 14:55:12 +0800 Subject: [PATCH] Disable glamor_tile temporary. Enable glamor tile cause corrupted output. Need more investigation. Signed-off-by: Zhigang Gong --- glamor/glamor_tile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glamor/glamor_tile.c b/glamor/glamor_tile.c index bd5192c0a..77f4d0e1c 100644 --- a/glamor/glamor_tile.c +++ b/glamor/glamor_tile.c @@ -110,6 +110,7 @@ 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;