summaryrefslogtreecommitdiff
path: root/cogl/cogl-path-private.h
Commit message (Expand)AuthorAgeFilesLines
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-08-061-1/+9
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-4/+4
* Add a context member to CoglPathNeil Roberts2012-08-061-0/+2
* clip-stack: Move path flushing code to cogl-clip-stack.cRobert Bragg2011-11-011-0/+3
* path: handle slice tex fallback using clip stackRobert Bragg2011-11-011-0/+1
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-5/+5
* cogl-path: Optimise paths that are just a rectangleNeil Roberts2011-03-091-0/+11
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-2/+2
* cogl-path: Stroke using the vertex attribute APINeil Roberts2010-12-131-4/+8
* path 2.0: update path API for experimental 2.0 APIRobert Bragg2010-11-111-11/+3
* cogl-path: Use the vertex array API instead of CoglVertexBufferNeil Roberts2010-11-041-12/+14
* cogl-path: Allow changing the fill ruleNeil Roberts2010-06-291-0/+3
* cogl-path: Use the GLU tesselator to draw pathsNeil Roberts2010-06-291-0/+5
* cogl-path: Export _cogl_path_get_boundsNeil Roberts2010-06-101-0/+7
* path: Remove use of CoglHandle in the CoglPath APIRobert Bragg2010-06-011-3/+2
* cogl-path: Use true copy-on-write semanticsNeil Roberts2010-05-111-12/+8
* cogl: Support retained pathsNeil Roberts2010-04-081-0/+96