mutter/clutter/deprecated
Neil Roberts c9a81f035e Don't use any GL types or defines in Clutter
Some of the Clutter code was using GL types for the primitive types
such as GLint and GLubyte and then passing these to Cogl. This doesn't
make much sense because the Cogl functions directly take native C
types. This patch just replaces them with either a native C type or a
glib type.

Some of the cogl conformance tests are trying to directly call GL for
example to test creating a foreign texture. These tests have been
changed to manually define the GL enum values instead of relying on a
GL header to define them.

This is necessary because Cogl may soon stop including a GL header
from its public headers.

Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
2012-03-23 17:24:42 +00:00
..
clutter-actor-deprecated.c actor: Move ClutterShader-related code out of clutter-actor.c 2012-01-31 11:56:59 +00:00
clutter-actor.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-animatable.h Add a deprecated header for ClutterAnimatable 2012-02-27 15:21:32 +00:00
clutter-animation.h Add deprecated header for ClutterAnimation 2012-02-27 15:38:11 +00:00
clutter-backend.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour-depth.c debug: Clean up debugging notes 2011-10-17 10:24:25 +01:00
clutter-behaviour-depth.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour-ellipse.c debug: Clean up debugging notes 2011-10-17 10:24:25 +01:00
clutter-behaviour-ellipse.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour-opacity.c debug: Clean up debugging notes 2011-10-17 10:24:25 +01:00
clutter-behaviour-opacity.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour-path.c debug: Clean up debugging notes 2011-10-17 10:24:25 +01:00
clutter-behaviour-path.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour-rotate.c Tag all deprecated symbols using CLUTTER_DEPRECATED 2011-10-14 11:34:38 +01:00
clutter-behaviour-rotate.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour-scale.c Tag all deprecated symbols using CLUTTER_DEPRECATED 2011-10-14 11:34:38 +01:00
clutter-behaviour-scale.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-behaviour.c debug: Clean up debugging notes 2011-10-17 10:24:25 +01:00
clutter-behaviour.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-box.c Clean up the included headers 2012-02-23 17:21:57 +00:00
clutter-box.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-cairo-texture.h Add a deprecated header for ClutterCairoTexture 2012-02-27 15:49:58 +00:00
clutter-container.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-fixed.c Reduce our internal dependence on the Cogl 1.x api 2012-02-21 17:46:11 +00:00
clutter-fixed.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-frame-source.c Fix missing/redundant declarations 2012-03-07 12:36:43 +00:00
clutter-frame-source.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-group.c group: Set the NO_LAYOUT flag 2012-01-27 15:48:46 +00:00
clutter-group.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-keysyms.h Remove CLUTTER_DISABLE_DEPRECATED guard 2011-11-03 15:32:04 +00:00
clutter-main.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-rectangle.c Deprecate ClutterRectangle 2012-01-16 23:35:17 +00:00
clutter-rectangle.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-score.c Tag all deprecated symbols using CLUTTER_DEPRECATED 2011-10-14 11:34:38 +01:00
clutter-score.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-shader.c Don't use any GL types or defines in Clutter 2012-03-23 17:24:42 +00:00
clutter-shader.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-stage-manager.h Add deprecated header for ClutterStageManager 2012-02-27 15:21:32 +00:00
clutter-stage.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-texture.h Add a deprecated header for ClutterTexture 2012-02-27 15:44:38 +00:00
clutter-timeline.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-timeout-interval.c Tag all deprecated symbols using CLUTTER_DEPRECATED 2011-10-14 11:34:38 +01:00
clutter-timeout-interval.h Move timeout pool to the deprecated section 2011-10-11 17:58:39 +01:00
clutter-timeout-pool.c introspection: add some missing annotations 2012-01-31 16:25:05 -08:00
clutter-timeout-pool.h Update the deprecation macros 2012-02-27 15:21:31 +00:00
clutter-util.h Move clutter-util.h into the deprecated section 2012-02-27 15:56:12 +00:00