summaryrefslogtreecommitdiff
path: root/cogl/cogl-clip-stack.c
Commit message (Expand)AuthorAgeFilesLines
...
* cogl-clip-stack: Set *stencil_used_p when the stack is emptyNeil Roberts2010-05-061-1/+4
* cogl-clip-stack: Use orientation of the polygon to set clip planesNeil Roberts2010-04-211-19/+24
* cogl: Implement retained clip stacksNeil Roberts2010-04-151-0/+26
* cogl-clip-stack: Convert to be a CoglHandleNeil Roberts2010-04-151-7/+21
* Separate out CoglClipStackState from cogl-clip-stack.cNeil Roberts2010-04-151-322/+27
* cogl-slip-stack: Store clip window rect entries in Cogl coordinatesNeil Roberts2010-04-151-25/+32
* cogl-clip-stack: Store window rect entries as ints not floatsNeil Roberts2010-04-151-4/+4
* cogl-clip-stack: Use reference counted stack entriesNeil Roberts2010-04-151-58/+149
* cogl: Support retained pathsNeil Roberts2010-04-081-26/+11
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl-clip-stack: Round the coords when clipping to a window rectNeil Roberts2010-02-171-1/+5
* cogl: remove redundant _cogl_journal_flush prototypeRobert Bragg2010-02-121-0/+1
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-8/+8
* cogl: deprecate cogl_draw_buffer API and replace with a cogl_framebuffer APIRobert Bragg2009-11-261-37/+37
* [cogl-primitives] Don't clear the whole stencil bufferNeil Roberts2009-11-131-2/+4
* [clip-stack] stop using deprecated cogl_clip_push_window_rect APIRobert Bragg2009-11-051-1/+1
* [cogl-clip] deprecate parts and cleanup the APIRobert Bragg2009-11-051-20/+24
* [clip-stack] Internally track model space clip rects as (x0,y0)(x1,y1) pairsRobert Bragg2009-11-051-54/+59
* [clip-stack] move lots of supporting code from cogl.c to cogl-clip-stack.cRobert Bragg2009-11-051-27/+250
* [cogl_clip_push_window_rect] fix Cogl -> GL coordinate conversionRobert Bragg2009-11-041-6/+26
* [clip-stack] tidy up transform_point() codeRobert Bragg2009-11-041-11/+21
* [clip-stack] Handle flipped rectangles in try_pushing_rect_as_window_rect()Robert Bragg2009-11-041-0/+18
* [draw-buffers] First pass at overhauling Cogl's framebuffer managementRobert Bragg2009-11-031-55/+144
* [cogl] Removes the cogl-current-matrix abstractionRobert Bragg2009-10-201-6/+9
* Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg2009-10-161-0/+503