summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas-texture.c
Commit message (Expand)AuthorAgeFilesLines
* atlas-texture: Keep reference on potential destination atlasFelix Riemann2014-05-191-9/+19
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-20/+10
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-59/+153
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-1/+1
* atlas: defer checks until allocationRobert Bragg2014-01-011-24/+24
* atlas: make zero size a programmer errorRobert Bragg2014-01-011-9/+2
* atlas-texture: use COGL_TEXTURE_DEFINE macroRobert Bragg2013-09-061-1/+1
* remove internal use of cogl_texture_new_with_sizeRobert Bragg2013-07-111-1/+0
* Expose CoglAtlasTexture apiRobert Bragg2013-07-111-38/+77
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-111-34/+36
* Fix freeing an atlas texture that hasn't been allocatedNeil Roberts2013-06-131-1/+2
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-10/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-20/+70
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-20/+1
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-021-1/+1
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-11/+21
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-271-3/+5
* atlas-texture: remove some use of _COGL_GET_CONTEXTRobert Bragg2012-11-271-80/+74
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2012-11-261-0/+1
* texture: split out high-level texture constructorsRobert Bragg2012-11-261-0/+9
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-38/+66
* texture: rename texobj flush code as gl specificRobert Bragg2012-09-241-14/+15
* texture: Add a context pointer to each textureRobert Bragg2012-09-101-0/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-8/+8
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-37/+35
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-1/+3
* bitmap: Store a pointer to the contextNeil Roberts2012-04-041-2/+0
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-7/+7
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+1
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+1
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+7
* texture: Make CoglSubTexture experimental public apiRobert Bragg2011-11-011-5/+7
* Start to reduce dependence on glibRobert Bragg2011-11-011-1/+1
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-8/+10
* features: Support more than 32 features!Robert Bragg2011-11-011-1/+1
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-1/+1
* texture: Call _cogl_texture_prepare_for_upload in set_region implNeil Roberts2011-09-051-30/+53
* Export API for uploading a tex subregion from a CoglBufferRobert Bragg2011-07-251-38/+38
* cogl-atlas-texture: Add a callback for when any atlas reorganizesNeil Roberts2011-05-051-0/+36
* cogl-atlas-texture: Split out new_from_bitmap to new_with_sizeNeil Roberts2011-05-051-30/+51
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-atlas-texture: Don't let textures be destroyed during migrationNeil Roberts2011-02-171-8/+72
* cogl-atlas-texture: Make copying a texture out more robustNeil Roberts2011-02-151-8/+15
* cogl-debug: Split the flags to support more than 32Neil Roberts2011-01-241-1/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-10/+12
* cogl-atlas-texture: Don't disable atlas if can't read texture dataNeil Roberts2011-01-131-5/+3
* Allow multiple CoglAtlases for texturesNeil Roberts2010-12-131-32/+73
* Use FBOs and use cogl_read_pixels() to efficiently read partial texturesOwen W. Taylor2010-11-241-16/+1