summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmap-conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for RG texturesNeil Roberts2014-01-201-9/+31
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-2/+2
* cogl/cogl-bitmap-conversion.c: Include missed headerChun-wei Fan2013-08-301-0/+1
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-111-0/+79
* Remove support for luminance texturesNeil Roberts2013-04-151-1/+0
* bitmap: Don't try to token paste the typenames from stdint.hNeil Roberts2013-01-211-24/+28
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2012-11-261-1/+4
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-13/+21
* format: Tidy up the definition of CoglPixelFormatRobert Bragg2012-09-101-1/+0
* framebuffer: Support texture based depth buffersDamien Lespiau2012-09-071-0/+3
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-72/+72
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-15/+7
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-18/+18
* bitmap: Support pre/unpre-multiplying any formatNeil Roberts2012-03-051-25/+56
* bitmap: Add a function to convert into an existing bufferNeil Roberts2012-03-051-24/+72
* _cogl_bitmap_convert: Also handle premult conversionsNeil Roberts2012-03-051-38/+120
* bitmap: Remove the split between 'image library' and 'fallback'Neil Roberts2012-03-051-0/+468