summaryrefslogtreecommitdiff
path: root/cogl/cogl-clip-state.c
Commit message (Expand)AuthorAgeFilesLines
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-1/+1
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-8/+5
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+6
* clip-state: remove redundant _cogl_clip_state_flush() apiRobert Bragg2011-12-061-10/+0
* framebuffer: Add CoglFramebuffer clip stack methodsRobert Bragg2011-12-061-115/+51
* clip: make cogl_clip_ensure a NOPRobert Bragg2011-11-031-10/+6
* Start to reduce dependence on glibRobert Bragg2011-11-011-1/+1
* clip: Adds cogl_clip_push_primitive APIRobert Bragg2011-11-011-0/+26
* framebuffer: don't reference default fb in _clear apisRobert Bragg2011-08-121-3/+5
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-6/+6
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-clip-state: Adapt to experimental cogl2 API.Jasper St. Pierre2011-03-101-16/+4
* cogl-framebuffer: Separate the draw and read bufferNeil Roberts2011-02-151-7/+7
* clip: rename get_clip_stack + add framebuffer_get_stackRobert Bragg2011-01-211-18/+3
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-2/+3
* cogl-clip-stack: Don't convert rect clips to window clipsNeil Roberts2010-12-031-55/+0
* path 2.0: update path API for experimental 2.0 APIRobert Bragg2010-11-111-2/+6
* cogl-journal: Log the clip state in the journalNeil Roberts2010-11-041-24/+0
* cogl: Don't flush the journal when flushing clip stateNeil Roberts2010-11-041-0/+5
* cogl: Move the clip stack dirtiness to the context rather than the FBNeil Roberts2010-11-041-37/+3
* cogl-clip-stack: Don't allocate a separate struct for CoglClipStackNeil Roberts2010-11-041-35/+20
* framebuffer: Replace CoglHandle with CoglFramebuffer *Robert Bragg2010-07-071-8/+8
* cogl-clip-state: Export transform_point internally to CoglNeil Roberts2010-06-101-42/+3
* cogl-path: Renames cogl_path_get/set cogl_get/set_pathRobert Bragg2010-06-041-1/+1
* analysis: Use static functions when possibleDamien Lespiau2010-06-011-1/+1
* cogl: Implement retained clip stacksNeil Roberts2010-04-151-0/+34
* cogl-clip-stack: Convert to be a CoglHandleNeil Roberts2010-04-151-8/+8
* Separate out CoglClipStackState from cogl-clip-stack.cNeil Roberts2010-04-151-0/+405