mutter/doc/reference
Robert Bragg 99cdcc9e3c texture: make cogl_texture_get_format api private
CoglPixelFormat is not a good way of describing the internal
format of a texture because it's too specific given that we don't
actually have exact knowledge of the internal format used by the driver.

This makes cogl_texture_get_format private and in the future we'll
provide a better way of querying the channels and their precision.

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

(cherry picked from commit ffde82981f22bd0185a7f33e1e6e1479f4c295b8)

Note: Since we can't break API compatibility on the 1.x branch this adds
a cogl/deprecated/cogl-texture-deprecated.c file with a
cogl_texture_get_format() wrapper around the private api. This also
moves the cogl_texture_get_rowstride() and cogl_texture_ref/unref()
functions that were previously deprecated into cogl-texture-deprecated.c
2014-01-09 15:49:35 +00:00
..
cogl offscreen: rename _new_to_texture to _new_with_texture 2013-08-19 22:44:44 +01:00
cogl-2.0-experimental texture: make cogl_texture_get_format api private 2014-01-09 15:49:35 +00: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