summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for RG texturesNeil Roberts2014-01-201-0/+13
* Tweak documentation for the CoglTexture interfaceNeil Roberts2014-01-201-11/+34
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-14/+20
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-021-1/+1
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-0/+90
* texture: return ints from _get_width/heightRobert Bragg2014-01-011-2/+2
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-11/+0
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-2/+8
* Remove cogl-auto-texture apisRobert Bragg2013-07-111-159/+12
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-021-0/+60
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-12/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-4/+31
* doc: s/Fuction/Function/Damien Lespiau2012-12-311-1/+1
* doc: Fix argument syntax of existing commment blocksDamien Lespiau2012-12-311-9/+9
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-43/+91
* Make cogl_texture_draw_and_read_to_bitmap publicRobert Bragg2012-11-261-0/+36
* texture: split out high-level texture constructorsRobert Bragg2012-11-261-17/+29
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-10/+18
* Fixes for --disable-glibNeil Roberts2012-11-261-2/+2
* texture: remove cogl_texture_get_rowstrideRobert Bragg2012-09-101-36/+3
* texture: removes cogl_texture_new_from_sub_textureRobert Bragg2012-09-101-30/+0
* Remove all remaining _EXP suffix definesRobert Bragg2012-09-071-2/+0
* Adds CoglError apiRobert Bragg2012-09-071-5/+5
* Remove all experimental API guardsRobert Bragg2012-08-301-5/+0
* texture: remove deprecated cogl_texture_ref/unrefRobert Bragg2012-08-301-28/+0
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-19/+19
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-1/+1
* Don't include any GL header from the public GL headersNeil Roberts2012-04-161-8/+8
* Fix some documentation problemsNeil Roberts2012-03-201-1/+1
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-43/+0
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-1/+5
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+18
* texture: assert set_region size <= src sizeRobert Bragg2011-12-061-5/+14
* doc: deprecate cogl_texture_get_rowstride()Robert Bragg2011-11-021-9/+34
* texture: Make CoglTextureRectangle experimentally publicRobert Bragg2011-11-011-1/+2
* pipeline: Split more code out from cogl-pipeline.cRobert Bragg2011-09-211-0/+1
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-91/+73
* Export API for uploading a tex subregion from a CoglBufferRobert Bragg2011-07-251-0/+35
* Add _cogl_egl_texture_2d_new_from_image APIRobert Bragg2011-06-011-1/+2
* Make CoglTexture2D public as experimental APIRobert Bragg2011-06-011-0/+27
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl_texture_new_from_foreign: improve docsRobert Bragg2010-02-171-4/+11
* cogl-sub-texture: Optimise taking a sub texture of a sub textureNeil Roberts2010-02-121-0/+4
* cogl: explicitly mark cogl_<object>_ref/unref APIs as deprecatedRobert Bragg2010-02-121-2/+2
* cogl: cleanly separate primitives + paths codeRobert Bragg2010-02-121-133/+0
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-99/+121
* cogl-texture: Add a new constructor to turn CoglBuffers into texturesDamien Lespiau2010-02-081-0/+60
* cogl: Make CoglSubTexture only work for quad renderingNeil Roberts2010-01-181-11/+11
* Merge branch 'master' into more-texture-backendsNeil Roberts2010-01-151-6/+8
|\