summaryrefslogtreecommitdiff
path: root/cogl/cogl-buffer-private.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-5/+7
* Fixes for --disable-glibNeil Roberts2012-11-261-2/+2
* Use cogl_buffer_map_range from the journalNeil Roberts2012-10-171-2/+6
* Add cogl_buffer_map_range()Neil Roberts2012-10-171-3/+5
* buffer: splits out GL specific codeRobert Bragg2012-09-251-9/+0
* Give buffer/bitmap bind functions gl infixRobert Bragg2012-09-251-3/+5
* buffer: move choice about using malloc closer to driverRobert Bragg2012-09-251-5/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-17/+16
* Don't include any GL header from the public GL headersNeil Roberts2012-04-161-0/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+1
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-4/+4
* object: Remove the type member of CoglObjectClassNeil Roberts2012-01-271-3/+2
* buffer: make the COGL_BUFFER casting macro publicRobert Bragg2011-08-121-2/+0
* Rename CoglIndexArray to CoglIndexBufferRobert Bragg2011-05-161-2/+2
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-2/+2
* cogl: Fallback to set_data when mapping a buffer to fill itNeil Roberts2011-01-131-3/+16
* 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