summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmap-pixbuf.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2013-04-04quartz-image: Pass a CoglError argument to the bitmap functionsNeil Roberts1-2/+15
2013-01-22Remove cogl-internal.hRobert Bragg1-1/+0
2013-01-22Fix spelling of _cogl_propagate_errorNeil Roberts1-1/+1
2013-01-22Adds CoglError apiRobert Bragg1-46/+51
2012-08-15bitmap: Use the 'copy' blend mode when loading images on QuartzNeil Roberts1-0/+2
2012-08-06bitmap: Adds cogl_android_bitmap_new_from_asset()Robert Bragg1-30/+173
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-7/+7
2012-08-06bitmap-pixbuf: Fix the bitmap loader on QuartzNeil Roberts1-8/+13
2012-03-20bitmap-pixbuf: Fix the CoglBitmap wrapper for the STB fallbackNeil Roberts1-8/+11
2012-03-14Add a public cogl_bitmap_new_for_dataNeil Roberts1-14/+18
2012-03-05bitmap: Remove the split between 'image library' and 'fallback'Neil Roberts1-37/+0
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2011-11-01Start to reduce dependence on glibRobert Bragg1-3/+4
2011-02-15Fix ISO C90 compiler warnings in CoglEmmanuele Bassi1-22/+45
2011-01-10cogl: Don't assume that CoglBitmaps are allocated to height*rowstrideNeil Roberts1-51/+9
2010-07-22cogl-bitmap-pixbuf: Avoid copying the buffer in more circumstancesNeil Roberts1-9/+24
2010-07-22cogl-bitmap-pixbuf: Fix the rowstride used when copying a GdkPixbufNeil Roberts1-1/+1
2010-07-15Try to avoid copying the GdkPixbuf when it is tightly packedNeil Roberts1-17/+24
2010-07-15cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts1-46/+36
2010-07-13Make a public CoglBitmapError enumNeil Roberts1-16/+0
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2010-02-12cogl: improves header and coding style consistencyRobert Bragg1-30/+30
2010-02-01cogl: Do the premult conversion in-place rather than copying to a new bufferNeil Roberts1-4/+2
2009-11-06osx: CGBitmapContextCreate can't make 24bpp, alphaless offscreen pixmapsTim Horton1-15/+3
2009-10-16Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg1-0/+368