summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas-texture-private.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2014-01-09remove internal_format and redundant error argumentsRobert Bragg1-3/+1
2014-01-09introduce texture loaders to make allocations lazyRobert Bragg1-1/+1
2013-07-29Expose CoglAtlasTexture apiRobert Bragg1-16/+4
2013-07-29texture: remove _cogl_texture_prepare_for_uploadRobert Bragg1-0/+1
2013-01-22Allow lazy texture storage allocationRobert Bragg1-1/+2
2013-01-22atlas-texture: remove some use of _COGL_GET_CONTEXTRobert Bragg1-5/+8
2013-01-22Allow propogation of OOM errors to appsRobert Bragg1-2/+3
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-1/+1
2012-08-06Removes all remaining use of CoglHandleRobert Bragg1-5/+7
2012-03-06Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts1-0/+3
2012-01-27object: Remove the type member of CoglObjectClassNeil Roberts1-3/+0
2011-05-05cogl-atlas-texture: Add a callback for when any atlas reorganizesNeil Roberts1-0/+8
2011-05-05cogl-atlas-texture: Split out new_from_bitmap to new_with_sizeNeil Roberts1-0/+6
2010-12-13Allow multiple CoglAtlases for texturesNeil Roberts1-6/+4
2010-08-12cogl-atlas-texture: Split out the atlas data structureNeil Roberts1-0/+4
2010-08-12cogl-atlas: Rename to CoglRectangleMapNeil Roberts1-6/+6
2010-07-15cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts1-1/+1
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2009-12-04cogl: Add an atlased texture backendNeil Roberts1-0/+64