瀏覽代碼

st/xorg: disable composite accelration for now

tags/mesa_7_6_rc1
Zack Rusin 16 年之前
父節點
當前提交
aaedd035ca
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      src/gallium/state_trackers/xorg/xorg_composite.c

+ 4
- 0
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)

Loading…
取消
儲存