st/xorg: disable composite accelration for now
authorZack Rusin <zackr@vmware.com>
Fri, 28 Aug 2009 20:19:53 +0000 (16:19 -0400)
committerZack Rusin <zackr@vmware.com>
Fri, 28 Aug 2009 20:19:53 +0000 (16:19 -0400)
src/gallium/state_trackers/xorg/xorg_composite.c

index 1e40187d7385687ec6cbb92609cf64cc445ddeec..af4ae05fb4ac98249bb2644bc1f5276ad789b9cd 100644 (file)
@@ -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)