x11cairoarmv7clutterpixman

is there a way to disable pixman completely


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


Solution

  • 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.