OSDN Git Service

st/xorg: Don't always fall back for solid fills.
authorMichel Dänzer <daenzer@vmware.com>
Mon, 31 Aug 2009 16:41:53 +0000 (18:41 +0200)
committerMichel Dänzer <daenzer@vmware.com>
Mon, 31 Aug 2009 16:41:53 +0000 (18:41 +0200)
src/gallium/state_trackers/xorg/xorg_exa.c

index 18afa01..7b607cb 100644 (file)
@@ -188,9 +188,6 @@ ExaPrepareSolid(PixmapPtr pPixmap, int alu, Pixel planeMask, Pixel fg)
     struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPixmap);
     struct exa_context *exa = ms->exa;
 
-    if (1)
-        return FALSE;
-
     if (pPixmap->drawable.depth < 15)
        return FALSE;