summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-private.h
Commit message (Expand)AuthorAgeFilesLines
* Allow lazy texture storage allocationRobert Bragg2013-01-221-0/+8
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-221-2/+4
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-221-3/+0
* texture: expose mipmap level in set region apisRobert Bragg2013-01-221-3/+28
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2013-01-221-19/+0
* texture: split out high-level texture constructorsRobert Bragg2013-01-221-0/+4
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-26/+37
* Fix a warning in the vtable for texture_2d_get_dataNeil Roberts2013-01-221-1/+1
* texture: rename texobj flush code as gl specificRobert Bragg2013-01-221-15/+16
* texture: Add a context pointer to each textureRobert Bragg2012-09-171-2/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-15/+15
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-3/+3
* 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
* cogl: Make the callback for foreach_sub_texture_in_region use constNeil Roberts2009-12-021-2/+2
* cogl: Add a texture utility function for manually repeatingNeil Roberts2009-12-021-0/+14
* cogl: Move all of the fields from CoglTexture to CoglTexture2DSlicedNeil Roberts2009-12-021-15/+6
* cogl: Move data only used for upload out of CoglTextureNeil Roberts2009-12-021-19/+32
* cogl: Use a vtable for the texture backends instead of a type and switchNeil Roberts2009-11-251-23/+74
* [cogl-primitives] Split the journal out from cogl-primitives.cRobert Bragg2009-10-161-14/+0
* [cogl-texture] Split CoglTexture into an abstract class + CoglTexture2dSlicedVladimir Nadvornik2009-10-161-50/+30