summaryrefslogtreecommitdiff
path: root/cogl/cogl-sub-texture.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-0/+2
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2014-01-09introduce texture loaders to make allocations lazyRobert Bragg1-1/+8
2014-01-09texture: make cogl_texture_get_format api privateRobert Bragg1-1/+1
2013-01-22Allow lazy texture storage allocationRobert Bragg1-0/+10
2013-01-22texture: add width/height members to base CoglTextureRobert Bragg1-41/+26
2013-01-22Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg1-1/+1
2013-01-22Remove cogl-internal.hRobert Bragg1-1/+0
2013-01-22texture: expose mipmap level in set region apisRobert Bragg1-2/+17
2013-01-22moves some gl texture code too cogl-texture-gl.cRobert Bragg1-0/+1
2013-01-22Allow propogation of OOM errors to appsRobert Bragg1-14/+16
2013-01-22texture: rename texobj flush code as gl specificRobert Bragg1-14/+15
2012-09-17texture: Add a context pointer to each textureRobert Bragg1-1/+1
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-4/+4
2012-08-06Removes all remaining use of CoglHandleRobert Bragg1-1/+1
2012-04-04Add a CoglPrimitiveTexture interfaceNeil Roberts1-1/+3
2012-03-06Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts1-2/+1
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+2
2012-02-13Add _cogl_texture_get_type()Neil Roberts1-0/+9
2012-01-05sub-texture: Exposes a getter for parent textureRobert Bragg1-0/+6
2011-11-01texture: Make CoglSubTexture experimental public apiRobert Bragg1-20/+18
2011-11-01texture: Make CoglTextureRectangle experimentally publicRobert Bragg1-3/+3
2011-11-01Start to reduce dependence on glibRobert Bragg1-4/+7
2011-11-01meta-texture: This publicly exposes CoglMetaTextureRobert Bragg1-133/+93
2011-09-21Add a strong CoglTexture type to replace CoglHandleRobert Bragg1-2/+2
2011-07-25Export API for uploading a tex subregion from a CoglBufferRobert Bragg1-6/+6
2011-04-11cogl: rename cogl-context.h cogl-context-private.hRobert Bragg1-1/+1
2011-01-21journal: Support per-framebuffer journalsRobert Bragg1-1/+2
2010-11-24Use FBOs and use cogl_read_pixels() to efficiently read partial texturesOwen W. Taylor1-69/+1
2010-11-11cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts1-3/+1
2010-07-13Rename the third texure coordinate from 'r' to 'p'Neil Roberts1-2/+2
2010-07-09Don't define public cogl_is_* functions for internal typesNeil Roberts1-2/+2
2010-07-09cogl-texture: Share the common code in the set_region virtualNeil Roberts1-14/+7
2010-07-09cogl-texture: Share the common code in the get_data virtualNeil Roberts1-20/+6
2010-06-22cogl-texture: Replace the ensure_mipmaps virtual with pre_paintNeil Roberts1-3/+4
2010-06-22cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts1-1/+1
2010-06-09material: Avoid redundant glBindTexture callsRobert Bragg1-2/+4
2010-04-12Split the wrap mode of _cogl_texture_set_wrap_mode into threeNeil Roberts1-4/+9
2010-03-15Fix checks for out-of-bounds coordinates and repeatsOwen W. Taylor1-5/+4
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2010-02-12cogl-sub-texture: Optimise taking a sub texture of a sub textureNeil Roberts1-6/+23
2010-02-12cogl: improves header and coding style consistencyRobert Bragg1-35/+35
2010-02-11cogl: Add a fallback for when the signbit macro is missingNeil Roberts1-1/+1
2010-02-09Remove return from void functionsHalton Huo1-1/+1
2010-02-05cogl-atlas-texture: Fix a cut and paste error when getting the heightNeil Roberts1-1/+1
2010-01-18cogl: Make CoglSubTexture only work for quad renderingNeil Roberts1-329/+169
2009-12-03cogl-sub-texture: Fix the height of sub texturesNeil Roberts1-3/+3
2009-12-02cogl: Add a sub texture backendNeil Roberts1-0/+699