summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas.c
Commit message (Expand)AuthorAgeFilesLines
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-10/+14
* Make CoglTexture2D public as experimental APIRobert Bragg2011-06-011-3/+9
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl: Use GHookList instead of CoglCallbackListNeil Roberts2011-03-141-20/+38
* cogl-atlas-texture: Don't let textures be destroyed during migrationNeil Roberts2011-02-171-14/+40
* cogl-atlas: Fix a compiler warning when Cogl debug is disabledNeil Roberts2011-02-151-5/+4
* cogl-atlas: Try 4 different approaches for migrating texturesNeil Roberts2011-02-151-169/+16
* Allow multiple CoglAtlases for texturesNeil Roberts2010-12-131-7/+12
* cogl-atlas: Convert to be a CoglObject subclassNeil Roberts2010-12-131-2/+8
* Remove the GLES2 wrapperNeil Roberts2010-12-131-5/+1
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-1/+1
* cogl-atlas: Verify that the chosen initial size is supportedNeil Roberts2010-08-121-17/+39
* cogl-atlas: Use _cogl_texture_driver_size_supportedNeil Roberts2010-08-121-10/+15
* cogl-atlas: Try the next size when there would be less than 6% wasteNeil Roberts2010-08-121-5/+7
* cogl-atlas: Add some more debugging notesNeil Roberts2010-08-121-0/+7
* cogl-atlas: Increase the default minimum texture sizeNeil Roberts2010-08-121-3/+15
* cogl-atlas: Support multiple formats and clearing the textureNeil Roberts2010-08-121-24/+72
* cogl-atlas-texture: Split out the atlas data structureNeil Roberts2010-08-121-0/+596
* cogl-atlas: Rename to CoglRectangleMapNeil Roberts2010-08-121-598/+0
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-10/+12
* cogl-atlas: Make the cogl_atlas_* API internalNeil Roberts2010-02-031-70/+70
* cogl-atlas: Add a debug option to visualize the atlasNeil Roberts2009-12-041-0/+76
* cogl: Add an atlased texture backendNeil Roberts2009-12-041-0/+520