mutter/doc/reference
Robert Bragg fc5d1a8a68 Expose CoglAtlasTexture api
This exposes the CoglAtlasTexture api, making the following public:
cogl_atlas_texture_new_with_size
cogl_atlas_texture_new_from_file
cogl_atlas_texture_new_from_data
cogl_atlas_texture_new_from_bitmap

The plan is to remove auto-texture apis like cogl_texture_new_from_file
since they are a bit too magic, but that means we need an explicit way
for users to allocate texture that will go in the atlas.

Although the _new_from_file() api is arguably redundant since you can
use _bitmap_new_from_file() followed by _atlas_texture_new_from_bitmap()
we don't want to loose any of the convenience that
cogl_texture_new_from_file() had.

Reviewed-by: Neil Roberts <neil@linux.intel.com>

(cherry picked from commit fe515e6063ba4c3ddb5cd00d2c8527d9a6336a12)

Conflicts:
	cogl/Makefile.am
2013-07-29 16:38:53 +01:00
..
cogl color: Add HSL conversion functions 2013-07-09 22:52:49 +01:00
cogl-2.0-experimental Expose CoglAtlasTexture api 2013-07-29 16:38:53 +01:00
cogl-gst cogl-gst: adds _sink_is_ready() api 2013-07-25 16:46:18 +01:00
Makefile.am cogl-gst: Add some documentation 2013-06-21 19:04:52 +01:00