summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmap-pixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* quartz-image: Pass a CoglError argument to the bitmap functionsNeil Roberts2013-04-041-2/+15
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* Fix spelling of _cogl_propagate_errorNeil Roberts2012-11-271-1/+1
* Adds CoglError apiRobert Bragg2012-09-071-46/+51
* bitmap: Use the 'copy' blend mode when loading images on QuartzNeil Roberts2012-08-151-0/+2
* bitmap: Adds cogl_android_bitmap_new_from_asset()Robert Bragg2012-06-211-30/+173
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-7/+7
* bitmap-pixbuf: Fix the bitmap loader on QuartzNeil Roberts2012-04-181-8/+13
* bitmap-pixbuf: Fix the CoglBitmap wrapper for the STB fallbackNeil Roberts2012-03-201-8/+11
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-14/+18
* bitmap: Remove the split between 'image library' and 'fallback'Neil Roberts2012-03-051-37/+0
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* Start to reduce dependence on glibRobert Bragg2011-11-011-3/+4
* Fix ISO C90 compiler warnings in CoglEmmanuele Bassi2011-02-151-22/+45
* cogl: Don't assume that CoglBitmaps are allocated to height*rowstrideNeil Roberts2011-01-101-51/+9
* cogl-bitmap-pixbuf: Avoid copying the buffer in more circumstancesNeil Roberts2010-07-221-9/+24
* cogl-bitmap-pixbuf: Fix the rowstride used when copying a GdkPixbufNeil Roberts2010-07-221-1/+1
* Try to avoid copying the GdkPixbuf when it is tightly packedNeil Roberts2010-07-151-17/+24
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-46/+36
* Make a public CoglBitmapError enumNeil Roberts2010-07-131-16/+0
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-30/+30
* cogl: Do the premult conversion in-place rather than copying to a new bufferNeil Roberts2010-02-011-4/+2
* osx: CGBitmapContextCreate can't make 24bpp, alphaless offscreen pixmapsTim Horton2009-11-061-15/+3
* Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg2009-10-161-0/+368