Add ClutterCairoTexture
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 15:24:07 +0000 (15:24 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 15:34:47 +0000 (15:34 +0000)
commite934ad03ca7880561dd282d8cc6abc29ba0c00f5
treea4b13835a0497d57e8e28b4e33b9f2ae13e83ed8
parent49e762a291cb38873ecb5992c1d6d3e91f9ae9c8
Add ClutterCairoTexture

Move the ClutterCairo actor from a separate library to an in-tree
actor.

ClutterCairoTexture is a simple texture subclass that allows you
to retrieve a Cairo context for a private image surface. When the
Cairo context is destroyed it will cause the image surface
contents to be uploaded to a GL texture.

The image surface used is not hardware accelerated.
clutter/Makefile.am
clutter/clutter-cairo-texture.c [new file with mode: 0644]
clutter/clutter-cairo-texture.h [new file with mode: 0644]
clutter/clutter.h