Neil Roberts
30c4678ff4
cogl: Implement retained clip stacks
...
This adds three new internal API functions which can be used to retain
the clip stack state and restore it later:
_cogl_get_clip_stack
_cogl_set_clip_stack
_cogl_clip_stack_copy
The functions are currently internal and not yet used but we may want
to make them public in future to replace the cogl_clip_stack_save()
and cogl_clip_stack_restore() APIs.
The get function just returns the handle to the clip stack at the top
of the stack of stacks and the set function just replaces it.
The copy function makes a cheap copy of an existing stack by taking a
reference to the top stack entry. This ends up working like a deep
copy because there is no way to modify entries of a stack but it
doesn't actually copy the data.
2010-04-15 14:51:01 +01:00
..
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-13 17:26:03 +01:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-15 14:51:01 +01:00
2010-04-15 14:51:01 +01:00
2010-04-15 14:51:01 +01:00
2010-04-15 14:51:01 +01:00
2010-04-06 09:26:05 +01:00
2010-03-01 12:56:10 +00:00
2010-04-08 19:53:38 +01:00
2010-04-08 19:53:38 +01:00
2010-03-02 16:15:39 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2009-10-16 18:58:50 +01:00
2009-10-16 18:58:50 +01:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-15 14:51:00 +01:00
2010-04-15 14:51:00 +01:00
2010-03-01 12:56:10 +00:00
2010-04-08 19:53:38 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-12 15:38:58 +01:00
2010-03-01 12:56:10 +00:00
2010-04-08 19:53:38 +01:00
2010-04-15 14:51:00 +01:00
2010-04-08 19:53:38 +01:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-12 15:44:23 +01:00
2010-03-25 09:33:26 +00:00
2010-01-08 20:19:50 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-03-01 12:56:10 +00:00
2010-04-12 15:44:23 +01:00
2010-04-12 15:44:23 +01:00
2010-03-01 12:56:10 +00:00
2010-04-12 15:38:58 +01:00
2010-03-15 16:22:20 +00:00
2010-03-01 12:56:10 +00:00
2010-03-01 12:56:10 +00:00
2010-04-12 15:44:23 +01:00
2010-03-01 12:56:10 +00:00
2010-04-15 14:51:00 +01:00
2010-04-08 14:37:01 +01:00
2009-10-16 18:58:50 +01:00
2010-04-15 14:51:00 +01:00
2010-03-03 17:02:51 +00:00