0

I'm interested in offloading heavy computations from the X client. I think I can do so using XRender in some way, but I can't figure out how.

Michael Mrozek
  • 169,610
  • 28
  • 168
  • 175
vitaly.v.ch
  • 2,485
  • 4
  • 26
  • 36

1 Answers1

0

GdkPixmap - by using Cairo.

XPixmap - by using next functions from XRender:

  • XRenderSetPictureTransform
  • XrenderComposite
vitaly.v.ch
  • 2,485
  • 4
  • 26
  • 36