cogl-clip-state: Adapt to experimental cogl2 API.
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 2 Mar 2011 17:45:25 +0000 (12:45 -0500)
committerNeil Roberts <neil@linux.intel.com>
Thu, 10 Mar 2011 13:05:43 +0000 (13:05 +0000)
commit0b9aa1fa246bf435b220a785e547646e9c1e4886
tree9b6c4e8658ab9566c50d1d37a9e5c80d76f6eda7
parent9cba5b83bde0857d606d9668ea420b702378d6a8
cogl-clip-state: Adapt to experimental cogl2 API.

The current clip state implementation couldn't be used in
conjunction with the CoglPath experimental API.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2594

Signed-off-by: Neil Roberts <neil@linux.intel.com>
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/cogl-clip-state-private.h [new file with mode: 0644]
clutter/cogl/cogl/cogl-clip-state.c
clutter/cogl/cogl/cogl-clip-state.h
clutter/cogl/cogl/cogl-framebuffer-private.h
clutter/cogl/cogl/cogl.h
clutter/cogl/cogl/cogl2-clip-state.c [new file with mode: 0644]
clutter/cogl/cogl/cogl2-clip-state.h [new file with mode: 0644]