summaryrefslogtreecommitdiff
path: root/cogl/cogl-sub-texture.c
Commit message (Expand)AuthorAgeFilesLines
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-4/+4
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-1/+1
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-1/+3
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-2/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+2
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+9
* sub-texture: Exposes a getter for parent textureRobert Bragg2012-01-051-0/+6
* texture: Make CoglSubTexture experimental public apiRobert Bragg2011-11-011-20/+18
* texture: Make CoglTextureRectangle experimentally publicRobert Bragg2011-11-011-3/+3
* Start to reduce dependence on glibRobert Bragg2011-11-011-4/+7
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-133/+93
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-2/+2
* Export API for uploading a tex subregion from a CoglBufferRobert Bragg2011-07-251-6/+6
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-1/+2
* Use FBOs and use cogl_read_pixels() to efficiently read partial texturesOwen W. Taylor2010-11-241-69/+1
* cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts2010-11-111-3/+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-2/+2
* cogl-texture: Share the common code in the set_region virtualNeil Roberts2010-07-091-14/+7
* cogl-texture: Share the common code in the get_data virtualNeil Roberts2010-07-091-20/+6
* cogl-texture: Replace the ensure_mipmaps virtual with pre_paintNeil Roberts2010-06-221-3/+4
* cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts2010-06-221-1/+1
* material: Avoid redundant glBindTexture callsRobert Bragg2010-06-091-2/+4
* 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-5/+4
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl-sub-texture: Optimise taking a sub texture of a sub textureNeil Roberts2010-02-121-6/+23
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-35/+35
* cogl: Add a fallback for when the signbit macro is missingNeil Roberts2010-02-111-1/+1
* Remove return from void functionsHalton Huo2010-02-091-1/+1
* cogl-atlas-texture: Fix a cut and paste error when getting the heightNeil Roberts2010-02-051-1/+1
* cogl: Make CoglSubTexture only work for quad renderingNeil Roberts2010-01-181-329/+169
* cogl-sub-texture: Fix the height of sub texturesNeil Roberts2009-12-031-3/+3
* cogl: Add a sub texture backendNeil Roberts2009-12-021-0/+699