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

Author: Zack Rusin <[email protected]>
Date:   Fri Aug 28 16:19:53 2009 -0400

st/xorg: disable composite accelration for now

---

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

diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c 
b/src/gallium/state_trackers/xorg/xorg_composite.c
index 1e40187..af4ae05 100644
--- a/src/gallium/state_trackers/xorg/xorg_composite.c
+++ b/src/gallium/state_trackers/xorg/xorg_composite.c
@@ -99,6 +99,10 @@ boolean xorg_composite_accelerated(int op,
    unsigned accel_ops_count =
       sizeof(accelerated_ops)/sizeof(struct acceleration_info);
 
+
+   /*FIXME: currently accel is disabled */
+   return FALSE;
+
    if (pSrcPicture) {
       /* component alpha not supported */
       if (pSrcPicture->componentAlpha)

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

Reply via email to