Module: Mesa
Branch: master
Commit: 366efd8c4b69e8ec1b6f4ec5ba5df54e6574f8f1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=366efd8c4b69e8ec1b6f4ec5ba5df54e6574f8f1

Author: Michel Dänzer <daen...@vmware.com>
Date:   Mon Aug 31 18:41:53 2009 +0200

st/xorg: Don't always fall back for solid fills.

---

 src/gallium/state_trackers/xorg/xorg_exa.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c 
b/src/gallium/state_trackers/xorg/xorg_exa.c
index 18afa01..7b607cb 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -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;
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to