Disable glamor_tile temporary.

Enable glamor tile cause corrupted output. Need more investigation.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
Zhigang Gong 2011-11-11 14:55:12 +08:00 committed by Eric Anholt
parent 9b6a484df0
commit 13ab4d59af

View File

@ -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;