st/xorg: disable composite accelration for now

This commit is contained in:
Zack Rusin 2009-08-28 16:19:53 -04:00
parent 0a26811286
commit aaedd035ca
1 changed files with 4 additions and 0 deletions

View 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)