summaryrefslogtreecommitdiff
path: root/cogl/cogl-buffer-private.h
Commit message (Expand)AuthorAgeFilesLines
* cogl-buffer: Use void* instead of guint8* for map and set_dataNeil Roberts2010-11-041-4/+4
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-1/+1
* buffer: adds immutable ref/unref mechanismRobert Bragg2010-11-031-0/+8
* buffer: make _bind() return base pointerRobert Bragg2010-11-031-1/+1
* buffer: BufferBindTarget + BufferUsageHint enum renamingRobert Bragg2010-10-261-2/+3
* buffer: Add a store_created bit field memberRobert Bragg2010-10-261-0/+2
* buffer: remove flag macrosRobert Bragg2010-10-261-9/+0
* cogl-buffer: Move malloc fallback logic into CoglBufferRobert Bragg2010-07-071-7/+2
* cogl-buffer: Track the last used bind target in CoglBufferRobert Bragg2010-07-071-1/+22
* pixel-array: Allow passing of hints to cogl_buffer_mapRobert Bragg2010-07-061-1/+2
* cogl-buffer-private.h: cleanup up the coding styleRobert Bragg2010-07-051-17/+25
* cogl-buffer: make the COGL_BUFFER_USAGE_HINT privateRobert Bragg2010-07-051-0/+9
* cogl-buffer: Handle subclass registration like cogl-textureRobert Bragg2010-07-051-0/+12
* pixel-buffer: Replace CoglHandle with CoglPixelBuffer *Robert Bragg2010-07-051-2/+3
* buffer: Remove use of CoglHandle in the CoglBuffer APIRobert Bragg2010-05-281-1/+0
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-7/+7
* cogl-buffer: add an abstract class around openGL's buffer objectsDamien Lespiau2010-02-081-0/+102