mutter/cogl-pango
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-pango-1.0.pc.in build: Don't make cogl-pango-1.0 depend on cogl-2.0 2011-05-06 17:34:57 +01:00
cogl-pango-2.0-experimental.pc.in Make it clearer that the 2.0 API is experimental 2011-06-14 17:09:55 +01:00
cogl-pango-display-list.c Use COGL_FLAGS_* for the context's private feature flags 2013-11-28 18:12:22 +00:00
cogl-pango-display-list.h Declare interface types as void and remove cast macros 2013-11-27 19:33:44 +00:00
cogl-pango-fontmap.c cogl-pango: Updates to no longer require a default context 2013-01-22 17:48:09 +00:00
cogl-pango-glyph-cache.c Expose CoglAtlasTexture api 2013-07-29 16:38:53 +01:00
cogl-pango-glyph-cache.h Declare interface types as void and remove cast macros 2013-11-27 19:33:44 +00:00
cogl-pango-pipeline-cache.c texture: make cogl_texture_get_format api private 2014-01-09 15:49:35 +00:00
cogl-pango-pipeline-cache.h Declare interface types as void and remove cast macros 2013-11-27 19:33:44 +00:00
cogl-pango-private.h cogl-pango: Updates to no longer require a default context 2013-01-22 17:48:09 +00:00
cogl-pango-render.c texture: make cogl_texture_get_format api private 2014-01-09 15:49:35 +00:00
cogl-pango.h Declare interface types as void and remove cast macros 2013-11-27 19:33:44 +00:00
cogl-pango.pc.in build: only have libcogl-pango depend on pango 2011-08-12 15:28:42 +01:00
cogl-pango.rc.in Fix the Windows Resource Files 2013-08-30 12:04:36 +01:00
cogl-pango.symbols VS 2008/2010 project files to build Cogl 2011-11-25 13:12:45 +00:00
Makefile.am cogl-pango: Add a missing backslash in the Makefile 2013-02-20 14:55:44 +00:00