summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-13/+18
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-14/+26
* remove internal use of cogl_texture_new_with_sizeRobert Bragg2013-07-111-2/+48
* Allow lazy texture storage allocationRobert Bragg2013-01-021-8/+13
* texture: split out high-level texture constructorsRobert Bragg2012-11-261-8/+17
* atlas: catch _create_texture errorsRobert Bragg2012-11-261-2/+6
* Use the internal format to check if the texture size is supportedDamien Lespiau2012-05-251-2/+6
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-3/+3
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-14/+14
* Add constructors which take a CoglBitmap to all primitive texturesNeil Roberts2012-04-051-3/+3
* Add a context parameter to all of the texture driver virtualsNeil Roberts2012-03-231-2/+4
* Add a vtable for the driverNeil Roberts2012-03-231-8/+10
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-8/+10
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-2/+3
* 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