summaryrefslogtreecommitdiff
path: root/cogl/cogl-buffer.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-13/+20
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-2/+8
* buffer: add missing transfer annotationsLionel Landwerlin2013-10-141-2/+4
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2012-12-311-1/+1
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-5/+31
* Fixes for --disable-glibNeil Roberts2012-11-261-3/+2
* Add cogl_buffer_map_range()Neil Roberts2012-10-171-3/+49
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-6/+6
* buffer: Remove const from cogl_is_buffer (const void *)Neil Roberts2012-03-141-1/+1
* Fix some doc issuesJasper St. Pierre2012-02-141-1/+1
* Start removing _EXP defines and improves some docsRobert Bragg2012-01-051-26/+11
* buffer: make the COGL_BUFFER casting macro publicRobert Bragg2011-08-121-0/+2
* buffer: Improve the CoglBuffer API descriptionRobert Bragg2011-06-301-3/+16
* docs: Fixes for the Cogl API referenceEmmanuele Bassi2010-12-221-4/+4
* cogl-buffer: Use void* instead of guint8* for map and set_dataNeil Roberts2010-11-041-2/+2
* Enumeration value should be on the same lineEmmanuele Bassi2010-09-151-2/+1
* cogl-buffer: consider it an error to free a mapped bufferRobert Bragg2010-07-071-1/+2
* pixel-array: Allow passing of hints to cogl_buffer_mapRobert Bragg2010-07-061-3/+33
* cogl-buffer: make the COGL_BUFFER_USAGE_HINT privateRobert Bragg2010-07-051-44/+0
* cogl: declare experimental symbols consistentlyRobert Bragg2010-06-301-50/+17
* buffer: Remove use of CoglHandle in the CoglBuffer APIRobert Bragg2010-05-281-28/+30
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-13/+13
* docs: Fixes for Cogl API referenceEmmanuele Bassi2010-02-091-3/+9
* cogl-buffer: Use TEXTURE as the only value for CoglBufferUsageHintDamien Lespiau2010-02-081-9/+3
* cogl-buffer: add an abstract class around openGL's buffer objectsDamien Lespiau2010-02-081-0/+287