tags:

views:

48

answers:

1

I'm interested in offloading X client from heavy computations.

As far as I understand I can do it using XRender in some way. But I do no found how.

A: 

GdkPixmap - by using Cairo.

XPixmap - by using next functions from XRender:

  • XRenderSetPictureTransform
  • XrenderComposite
vitaly.v.ch