summaryrefslogtreecommitdiff
path: root/cogl/cogl-journal-private.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-11/+18
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-1/+1
* Add fence APIDaniel Stone2013-05-281-0/+3
* Reorder some struct members to avoid padding due to alignmentNeil Roberts2013-01-221-1/+1
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-061-4/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-4/+4
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-1/+1
* journal: Always keep a pointer back to the framebufferNeil Roberts2012-03-161-3/+2
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-0/+3
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-0/+1
* Add a public cogl_framebuffer_read_pixels_into_bitmapNeil Roberts2012-03-051-2/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* framebuffer: Flush the journal on destructionNeil Roberts2012-01-271-0/+8
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-1/+1
* cogl-journal: Use a pool of vertex arraysNeil Roberts2011-06-011-0/+12
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-0/+1
* cogl: Implements a software only read-pixel fast-pathRobert Bragg2011-01-211-0/+20
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-2/+17
* cogl-journal: Attempt to clip manually to avoid breaking up batchesNeil Roberts2010-12-031-0/+2
* journal: remove possability of fallback layersRobert Bragg2010-11-231-1/+0
* cogl: remove WrapModeOverrides from FlushOptionsRobert Bragg2010-11-231-2/+0
* cogl-pipeline: Use layer overrides as CoglHandles instead of GLuintNeil Roberts2010-11-111-1/+1
* cogl-journal: Log the clip state in the journalNeil Roberts2010-11-041-0/+2
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-4/+4
* cogl: remove _cogl_material_flush_gl_state flush optionsRobert Bragg2010-06-151-1/+0
* cogl-material: Add support for setting the wrap mode for a layerNeil Roberts2010-04-121-0/+2
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl_rectangle: avoid redundant copy of geometryRobert Bragg2010-02-121-4/+1
* cogl: remove redundant _cogl_journal_flush prototypeRobert Bragg2010-02-121-2/+3
* cogl: Make the callback for foreach_sub_texture_in_region use constNeil Roberts2009-12-021-1/+1
* [cogl-primitives] Split the journal out from cogl-primitives.cRobert Bragg2009-10-161-0/+57