is there a way to disable pixman completely

582 Views Asked by At

I have pixman installed on my arm target, for bench-marking purposes i want to disable pixman completely(if that is even possible !). Is there a way to do this nicely without actually removing it.

I know of the PIXMAN_DISABLE flag, but will that turn it off completely or just the way it works will change (like switch sse2 on or off) ?

1

There are 1 best solutions below

2
Søren Sandmann On BEST ANSWER

Cairo uses pixman for everything that the backend can't draw itself, and for everything the image backend draws. So there is no way to disable it.