st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.

This commit is contained in:
Michel Dänzer 2009-08-27 20:27:28 +02:00
parent 05aa56a827
commit d73d4cfcf1
1 changed files with 0 additions and 3 deletions

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