summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+2
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-11/+18
* bitmap: calc rowstride from width * bpp if 0Robert Bragg2013-07-291-0/+4
* bitmap: don't mark bitmap bound on _gl_bind errorRobert Bragg2013-03-061-2/+7
* Fix spelling of _cogl_propagate_errorNeil Roberts2013-01-221-1/+1
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2013-01-221-3/+16
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-39/+69
* buffer: splits out GL specific codeRobert Bragg2013-01-221-0/+1
* Give buffer/bitmap bind functions gl infixRobert Bragg2013-01-221-11/+11
* Adds CoglError apiRobert Bragg2013-01-221-3/+3
* Don't take internal references on the contextRobert Bragg2012-09-171-4/+1
* bitmap: Adds cogl_android_bitmap_new_from_asset()Robert Bragg2012-08-061-3/+22
* Allow npot Texture2D creation with only basic npot supportRobert Bragg2012-08-061-26/+0
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-26/+26
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-2/+2
* bitmap: Store a pointer to the contextNeil Roberts2012-04-041-6/+16
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-39/+55
* cogl-bitmap: Add a public accessor for the underlying pixel bufferNeil Roberts2012-03-051-0/+9
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-13/+13
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-0/+35
* bitmap: Add a function to convert into an existing bufferNeil Roberts2012-03-051-2/+9
* _cogl_bitmap_convert: Also handle premult conversionsNeil Roberts2012-03-051-55/+0
* bitmap: Remove the split between 'image library' and 'fallback'Neil Roberts2012-03-051-28/+4
* Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRENeil Roberts2012-03-051-1/+3
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* Remove COGL_UNPREMULT_MASK defineRobert Bragg2012-02-201-2/+2
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-21/+3
* Start to reduce dependence on glibRobert Bragg2011-11-011-2/+3
* Export API for uploading a tex subregion from a CoglBufferRobert Bragg2011-07-251-6/+6
* Compilation fixes for sunccEmmanuele Bassi2011-07-181-2/+8
* cogl-texture: Don't use the source rowstride if we have to copy bitmapNeil Roberts2011-01-101-0/+29
* buffer: make _bind() return base pointerRobert Bragg2010-11-031-20/+8
* buffer: remove flag macrosRobert Bragg2010-10-261-2/+2
* cogl: don't include cogl-debug.h in cogl.h or installRobert Bragg2010-08-021-0/+1
* Add an internal _cogl_bitmap_new_from_bufferNeil Roberts2010-07-151-6/+133
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-35/+193
* Make a public CoglBitmapError enumNeil Roberts2010-07-131-0/+5
* bitmap: Remove use of CoglHandle in the CoglBitmap APIRobert Bragg2010-06-011-3/+3
* cogl-bitmap: Fix converting formats with and without alpha channelsNeil Roberts2010-04-211-1/+9
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-17/+17
* cogl: Do the premult conversion in-place rather than copying to a new bufferNeil Roberts2010-02-011-64/+38
* Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg2009-10-161-0/+208