summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-private.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-1/+5
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-6/+90
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-0/+3
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-111-18/+3
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-2/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-0/+8
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-2/+4
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-021-3/+0
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-0/+12
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2012-11-261-19/+0
* texture: split out high-level texture constructorsRobert Bragg2012-11-261-0/+4
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-26/+20
* Fix a warning in the vtable for texture_2d_get_dataNeil Roberts2012-09-271-1/+1
* texture: rename texobj flush code as gl specificRobert Bragg2012-09-241-15/+16
* texture: Add a context pointer to each textureRobert Bragg2012-09-101-2/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-15/+15
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-3/+3
* Remove the long since deprecated cogl_material apiRobert Bragg2012-04-161-1/+1
* Use GL_PACK_ALIGNMENT of 1 whenever possibleNeil Roberts2012-04-051-1/+3
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-0/+6
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-0/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-0/+1
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+14
* object: Remove the type member of CoglObjectClassNeil Roberts2012-01-271-5/+3
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-29/+16
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-19/+16
* texture: Call _cogl_texture_prepare_for_upload in set_region implNeil Roberts2011-09-051-2/+4
* Export API for uploading a tex subregion from a CoglBufferRobert Bragg2011-07-251-10/+0
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-1/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-0/+15
* cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts2010-11-111-2/+0
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-2/+2
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-3/+1
* Add a GL_GENERATE_MIPMAP fallback to the texture 2d and 3d backendsNeil Roberts2010-07-131-0/+16
* 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-0/+6
* cogl-texture: Share the common code in the set_region virtualNeil Roberts2010-07-091-5/+14
* cogl-texture: Share the common code in the get_data virtualNeil Roberts2010-07-091-4/+9
* cogl-texture: Replace the ensure_mipmaps virtual with pre_paintNeil Roberts2010-06-221-2/+10
* cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts2010-06-221-0/+11
* material: Avoid redundant glBindTexture callsRobert Bragg2010-06-091-0/+19
* 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-3/+15
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-3/+3
* cogl-texture: Split out _cogl_texture_prepare_for_uploadNeil Roberts2010-02-031-0/+7
* cogl: Let GL do the format conversion when uploading texture dataNeil Roberts2010-02-011-32/+12
* cogl: Make CoglSubTexture only work for quad renderingNeil Roberts2010-01-181-0/+10
* cogl: Add a CoglTexture2D backendNeil Roberts2009-12-021-0/+9