From: Zack Rusin Date: Fri, 28 Aug 2009 20:19:53 +0000 (-0400) Subject: st/xorg: disable composite accelration for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaedd035ca90d20efdc75a4123c99baaf8d20dc9;p=mesa.git st/xorg: disable composite accelration for now --- diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c index 1e40187d738..af4ae05fb4a 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)