mutter/cogl/deprecated
Neil Roberts 24412798dc Revert "Revert "Remove the framebuffer's stack of clip stacks""
This reverts commit bc41489336.

The reason this was causing problems for Clutter is that it defines
COGL_ENABLE_EXPERIMENTAL_2_0_API which is meant to cause the Cogl
headers not to declare the deprecated API. The reverted patch moved
some additional clipping API to a deprecated header which was
previously being used by Clutter. Clutter was still successfully
compiling but with some warnings for the missing function
declarations. However when the binary is run the clipping would get
completely messed up because it would assume all of the arguments to
the functions are integers instead of floats and the wrong values
would be passed.

Clutter now has commit to make it use the 2.0 API instead of the
deprecated functions so the revert is no longer necessary.

https://git.gnome.org/browse/clutter/commit?id=705640367a5c2ae21405806bfa

Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-12-04 17:22:01 +00:00
..
cogl-auto-texture.c
cogl-clip-state.c Revert "Revert "Remove the framebuffer's stack of clip stacks"" 2013-12-04 17:22:01 +00:00
cogl-clip-state.h Revert "Revert "Remove the framebuffer's stack of clip stacks"" 2013-12-04 17:22:01 +00:00
cogl-clutter-xlib.h
cogl-clutter.c
cogl-clutter.h
cogl-fixed.c
cogl-fixed.h
cogl-material-compat.c
cogl-material-compat.h
cogl-program-private.h
cogl-program.c
cogl-shader-private.h
cogl-shader.c
cogl-shader.h
cogl-type-casts.h Declare interface types as void and remove cast macros 2013-11-27 19:33:44 +00:00
cogl-vertex-buffer-private.h
cogl-vertex-buffer.c Declare interface types as void and remove cast macros 2013-11-27 19:33:44 +00:00
cogl-vertex-buffer.h