mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
st/xorg: disable composite accelration for now
This commit is contained in:
parent
0a26811286
commit
aaedd035ca
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue