st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.
authorMichel Dänzer <daenzer@vmware.com>
Thu, 27 Aug 2009 18:27:28 +0000 (20:27 +0200)
committerMichel Dänzer <daenzer@vmware.com>
Thu, 27 Aug 2009 18:27:28 +0000 (20:27 +0200)
src/gallium/state_trackers/xorg/xorg_exa.c

index e4d73f7eef7611029c94322a5c5694b8de68a4e3..01846087ef19adf3770c955dedc44d8143f85ae4 100644 (file)
@@ -237,9 +237,6 @@ ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir,
     struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pDstPixmap);
     struct exa_pixmap_priv *src_priv = exaGetPixmapDriverPrivate(pSrcPixmap);
 
-    if (1)
-        return FALSE;
-
     if (alu != GXcopy)
        return FALSE;