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

Author: Zack Rusin <[email protected]>
Date:   Wed Sep  9 17:16:02 2009 -0400

st/xorg: temporarily disablie copies

---

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

diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c 
b/src/gallium/state_trackers/xorg/xorg_exa.c
index e40f9f1..a302aa5 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -350,7 +350,8 @@ ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, 
int xdir,
     exa->copy.src = src_priv;
     exa->copy.dst = priv;
 
-    return TRUE;
+    /*XXX disabled until some issues with syncing are fixed */
+    return FALSE;
 }
 
 static void

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to