summaryrefslogtreecommitdiff
path: root/cogl/cogl-pixel-buffer.c
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/+13
* buffer: move choice about using malloc closer to driverRobert Bragg2012-09-251-7/+0
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-2/+2
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-37/+12
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-2/+2
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-8/+6
* make COGL_FEATURE_PBOS a private featureRobert Bragg2011-11-011-1/+1
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-9/+0
* Rename CoglPixelArray to CoglPixelBufferRobert Bragg2011-05-161-0/+148
* rename CoglPixelBuffer to CoglPixelArrayRobert Bragg2010-07-051-323/+0
* cogl-buffer: Handle subclass registration like cogl-textureRobert Bragg2010-07-051-1/+1
* pixel-buffer: Replace CoglHandle with CoglPixelBuffer *Robert Bragg2010-07-051-13/+13
* cogl: declare experimental symbols consistentlyRobert Bragg2010-06-301-67/+15
* material: Adds backend abstraction for fragment processingRobert Bragg2010-06-091-2/+0
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-25/+28
* cogl-buffer: Use TEXTURE as the only value for CoglBufferUsageHintDamien Lespiau2010-02-081-1/+1
* cogl-buffer: make sure the code compiles on GL ESDamien Lespiau2010-02-081-0/+7
* cogl-pixel-buffer: Add a fallback pathDamien Lespiau2010-02-081-3/+53
* cogl-pixel-buffer: add a pixel buffer object classDamien Lespiau2010-02-081-0/+317