summaryrefslogtreecommitdiff
path: root/cogl/cogl-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-2/+2
* Revert "cogl-buffer: Stop warning spam running in sw rendering"Robert Bragg2013-03-061-2/+1
* cogl-buffer: Stop warning spam running in sw renderingBastien Nocera2013-02-251-1/+2
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-29/+50
* Use cogl_buffer_map_range from the journalNeil Roberts2012-10-171-6/+18
* Add cogl_buffer_map_range()Neil Roberts2012-10-171-7/+26
* buffer: splits out GL specific codeRobert Bragg2012-09-251-244/+10
* Give buffer/bitmap bind functions gl infixRobert Bragg2012-09-251-2/+2
* buffer: move choice about using malloc closer to driverRobert Bragg2012-09-251-7/+21
* Don't take internal references on the contextRobert Bragg2012-09-101-9/+7
* buffer: Use GL_STREAM_DRAW on GLES2Neil Roberts2012-05-021-14/+19
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-11/+11
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-3/+3
* buffer: Remove const from cogl_is_buffer (const void *)Neil Roberts2012-03-141-1/+1
* cogl-buffer: Create the buffer store when boundNeil Roberts2012-03-051-48/+59
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-42/+35
* object: Remove the type member of CoglObjectClassNeil Roberts2012-01-271-4/+3
* Start to reduce dependence on glibRobert Bragg2011-11-011-16/+16
* features: Support more than 32 features!Robert Bragg2011-11-011-2/+2
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-13/+5
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-33/+25
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-8/+8
* Rename CoglIndexArray to CoglIndexBufferRobert Bragg2011-05-161-1/+1
* Rename CoglPixelArray to CoglPixelBufferRobert Bragg2011-05-161-1/+1
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-1/+1
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-buffer: Support mapping buffers for write on GLESNeil Roberts2011-01-131-24/+20
* cogl: Fallback to set_data when mapping a buffer to fill itNeil Roberts2011-01-131-0/+51
* Remove the GLES2 wrapperNeil Roberts2010-12-131-4/+0
* Actually free buffer objectsOwen W. Taylor2010-11-191-0/+7
* cogl-buffer: Use void* instead of guint8* for map and set_dataNeil Roberts2010-11-041-6/+6
* buffer: adds immutable ref/unref mechanismRobert Bragg2010-11-031-2/+40
* buffer: make _bind() return base pointerRobert Bragg2010-11-031-7/+10
* buffer: BufferBindTarget + BufferUsageHint enum renamingRobert Bragg2010-10-261-1/+1
* buffer: warn if (offset + size) > buffer->sizeRobert Bragg2010-10-261-5/+2
* buffer: Add a store_created bit field memberRobert Bragg2010-10-261-14/+11
* buffer: remove flag macrosRobert Bragg2010-10-261-10/+10
* cogl-buffer: Move malloc fallback logic into CoglBufferRobert Bragg2010-07-071-28/+173
* cogl-buffer: consider it an error to free a mapped bufferRobert Bragg2010-07-071-2/+1
* cogl-buffer: Track the last used bind target in CoglBufferRobert Bragg2010-07-071-15/+71
* pixel-array: Allow passing of hints to cogl_buffer_mapRobert Bragg2010-07-061-3/+5
* rename CoglPixelBuffer to CoglPixelArrayRobert Bragg2010-07-051-1/+1
* cogl-buffer: make the COGL_BUFFER_USAGE_HINT privateRobert Bragg2010-07-051-22/+0
* cogl-buffer: Handle subclass registration like cogl-textureRobert Bragg2010-07-051-3/+25
* cogl: declare experimental symbols consistentlyRobert Bragg2010-06-301-17/+15
* material: Adds backend abstraction for fragment processingRobert Bragg2010-06-091-2/+0
* analysis: FALSE/0 used in pointer contextDamien Lespiau2010-06-011-1/+1