summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas-texture.c
Commit message (Expand)AuthorAgeFilesLines
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-8/+8
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-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
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-7/+7
* cogl-atlas: Support multiple formats and clearing the textureNeil Roberts2010-08-121-1/+3
* cogl-atlas-texture: Split out the atlas data structureNeil Roberts2010-08-121-504/+81
* cogl-atlas: Rename to CoglRectangleMapNeil Roberts2010-08-121-81/+88
* cogl-atlas-texture: Accept formats with different component ordersNeil Roberts2010-08-121-3/+16
* cogl: don't include cogl-debug.h in cogl.h or installRobert Bragg2010-08-021-0/+1
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-91/+96
* material: split the texture unit management outRobert Bragg2010-07-131-0/+1
* Rename the third texure coordinate from 'r' to 'p'Neil Roberts2010-07-131-2/+2
* Don't define public cogl_is_* functions for internal typesNeil Roberts2010-07-091-1/+1
* cogl-texture: Share the common code in the set_region virtualNeil Roberts2010-07-091-65/+18
* cogl-texture: Share the common code in the get_data virtualNeil Roberts2010-07-091-1/+1
* cogl-texture: Replace the ensure_mipmaps virtual with pre_paintNeil Roberts2010-06-221-6/+7
* cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts2010-06-221-1/+1
* CoglMaterial: Implements sparse materials designRobert Bragg2010-06-151-0/+10
* material: Avoid redundant glBindTexture callsRobert Bragg2010-06-091-3/+7
* cogl-atlas-texture: Flush the journal before starting blit not afterNeil Roberts2010-06-091-2/+2
* atlas: fix some journal flushing issuesRobert Bragg2010-06-091-22/+17
* cogl-atlas-texture: Fix a memory leakNeil Roberts2010-04-131-0/+2
* Split the wrap mode of _cogl_texture_set_wrap_mode into threeNeil Roberts2010-04-121-4/+9
* Fix checks for out-of-bounds coordinates and repeatsOwen W. Taylor2010-03-151-1/+1
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl-atlas-texture: Don't use the atlas if FBOs aren't supportedNeil Roberts2010-02-161-3/+5
* cogl-atlas-texture: Check for errors when creating the atlas textureNeil Roberts2010-02-161-7/+12
* cogl-atlas-texture: Flush the journal before adding a new textureNeil Roberts2010-02-121-1/+25