summaryrefslogtreecommitdiff
path: root/cogl/cogl-sub-texture.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-1/+8
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-1/+1
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-9/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-0/+10
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-41/+26
* 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-2/+17
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2012-11-261-0/+1
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-9/+11
* texture: rename texobj flush code as gl specificRobert Bragg2012-09-241-14/+15
* texture: Add a context pointer to each textureRobert Bragg2012-09-101-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-4/+4
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-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