summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture.h
Commit message (Expand)AuthorAgeFilesLines
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-1/+13
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-13/+20
* Add support for RG texturesNeil Roberts2014-01-201-0/+13
* Tweak documentation for the CoglTexture interfaceNeil Roberts2014-01-201-11/+34
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-131-1/+1
* auto-texture: Adds cogl-auto-texture.h headerRobert Bragg2014-01-091-166/+0
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-091-0/+90
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-091-70/+0
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-2/+8
* Start clearly separating deprecated codeRobert Bragg2013-09-231-0/+1
* texture: add missing annotationsLionel Landwerlin2013-09-231-8/+13
* auto-texture: revert _new_with_size semanticsRobert Bragg2013-09-021-8/+1
* Fix the placement of deprecation macrosChun-wei Fan2013-08-191-3/+6
* Add compiler deprecation warningsRobert Bragg2013-04-241-7/+3
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-221-0/+60
* Allow lazy texture storage allocationRobert Bragg2013-01-221-1/+30
* doc: s/Fuction/Function/Damien Lespiau2013-01-221-1/+1
* doc: Fix argument syntax of existing commment blocksDamien Lespiau2013-01-221-9/+9
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-7/+7
* Fixes for --disable-glibNeil Roberts2013-01-221-2/+2
* Adds CoglError apiRobert Bragg2013-01-221-4/+4
* Remove all remaining _EXP suffix definesRobert Bragg2013-01-181-2/+0
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-08-061-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-19/+19
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-1/+1
* Don't include any GL header from the public GL headersNeil Roberts2012-08-061-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
|\
| * cogl: Remove the CGL_* definesNeil Roberts2010-01-121-3/+4
| * Include cogl-defines.h before using GL typesEmmanuele Bassi2010-01-051-0/+1
| * cogl: Const-ify vertices in cogl_polygon()Emmanuele Bassi2010-01-041-3/+3