summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-private.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-1/+1
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2014-01-09remove internal_format and redundant error argumentsRobert Bragg1-1/+5
2014-01-09introduce texture loaders to make allocations lazyRobert Bragg1-6/+90
2014-01-09texture: make cogl_texture_get_format api privateRobert Bragg1-0/+3
2013-07-29texture: remove _cogl_texture_prepare_for_uploadRobert Bragg1-24/+3
2013-01-22Allow lazy texture storage allocationRobert Bragg1-0/+8
2013-01-22texture: add width/height members to base CoglTextureRobert Bragg1-2/+4
2013-01-22Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg1-3/+0
2013-01-22texture: expose mipmap level in set region apisRobert Bragg1-3/+28
2013-01-22moves some gl texture code too cogl-texture-gl.cRobert Bragg1-19/+0
2013-01-22texture: split out high-level texture constructorsRobert Bragg1-0/+4
2013-01-22Allow propogation of OOM errors to appsRobert Bragg1-26/+37
2013-01-22Fix a warning in the vtable for texture_2d_get_dataNeil Roberts1-1/+1
2013-01-22texture: rename texobj flush code as gl specificRobert Bragg1-15/+16
2012-09-17texture: Add a context pointer to each textureRobert Bragg1-2/+4
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-15/+15
2012-08-06Removes all remaining use of CoglHandleRobert Bragg1-3/+3
2012-04-05Use GL_PACK_ALIGNMENT of 1 whenever possibleNeil Roberts1-1/+3
2012-04-04Add a CoglPrimitiveTexture interfaceNeil Roberts1-0/+6
2012-03-05Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts1-0/+1
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-0/+1
2012-02-13Add _cogl_texture_get_type()Neil Roberts1-0/+14
2012-01-27object: Remove the type member of CoglObjectClassNeil Roberts1-5/+3
2011-11-01meta-texture: This publicly exposes CoglMetaTextureRobert Bragg1-29/+16
2011-09-21Add a strong CoglTexture type to replace CoglHandleRobert Bragg1-19/+16
2011-09-05texture: Call _cogl_texture_prepare_for_upload in set_region implNeil Roberts1-2/+4
2011-07-25Export API for uploading a tex subregion from a CoglBufferRobert Bragg1-10/+0
2011-07-08Move the cogl texture driver functions to a vtableNeil Roberts1-1/+1
2011-01-21journal: Support per-framebuffer journalsRobert Bragg1-0/+15
2010-11-11cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts1-2/+0
2010-11-03cogl: rename CoglMaterial -> CoglPipelineRobert Bragg1-2/+2
2010-07-15cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts1-3/+1
2010-07-13Add a GL_GENERATE_MIPMAP fallback to the texture 2d and 3d backendsNeil Roberts1-0/+16
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-0/+6
2010-07-09cogl-texture: Share the common code in the set_region virtualNeil Roberts1-5/+14
2010-07-09cogl-texture: Share the common code in the get_data virtualNeil Roberts1-4/+9
2010-06-22cogl-texture: Replace the ensure_mipmaps virtual with pre_paintNeil Roberts1-2/+10
2010-06-22cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts1-0/+11
2010-06-09material: Avoid redundant glBindTexture callsRobert Bragg1-0/+19
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-3/+15
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2010-02-12cogl: improves header and coding style consistencyRobert Bragg1-3/+3
2010-02-03cogl-texture: Split out _cogl_texture_prepare_for_uploadNeil Roberts1-0/+7
2010-02-01cogl: Let GL do the format conversion when uploading texture dataNeil Roberts1-32/+12
2010-01-18cogl: Make CoglSubTexture only work for quad renderingNeil Roberts1-0/+10
2009-12-02cogl: Add a CoglTexture2D backendNeil Roberts1-0/+9
2009-12-02cogl: Make the callback for foreach_sub_texture_in_region use constNeil Roberts1-2/+2