summaryrefslogtreecommitdiff
path: root/cogl/cogl-pixel-buffer.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-0/+2
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2013-01-22Allow propogation of OOM errors to appsRobert Bragg1-8/+29
2013-01-22buffer: move choice about using malloc closer to driverRobert Bragg1-7/+0
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-2/+2
2012-03-05Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts1-37/+12
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2012-02-20moves and renames _cogl_get_format_bppRobert Bragg1-2/+2
2012-02-09buffer: explicitly relate buffers to a contextRobert Bragg1-8/+6
2011-11-01make COGL_FEATURE_PBOS a private featureRobert Bragg1-1/+1
2011-07-08Use all core GL functions through indirect pointersNeil Roberts1-9/+0
2011-05-16Rename CoglPixelArray to CoglPixelBufferRobert Bragg1-0/+148
2010-07-05rename CoglPixelBuffer to CoglPixelArrayRobert Bragg1-323/+0
2010-07-05cogl-buffer: Handle subclass registration like cogl-textureRobert Bragg1-1/+1
2010-07-05pixel-buffer: Replace CoglHandle with CoglPixelBuffer *Robert Bragg1-13/+13
2010-06-30cogl: declare experimental symbols consistentlyRobert Bragg1-67/+15
2010-06-09material: Adds backend abstraction for fragment processingRobert Bragg1-2/+0
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2010-02-12cogl: improves header and coding style consistencyRobert Bragg1-25/+28
2010-02-08cogl-buffer: Use TEXTURE as the only value for CoglBufferUsageHintDamien Lespiau1-1/+1
2010-02-08cogl-buffer: make sure the code compiles on GL ESDamien Lespiau1-0/+7
2010-02-08cogl-pixel-buffer: Add a fallback pathDamien Lespiau1-3/+53
2010-02-08cogl-pixel-buffer: add a pixel buffer object classDamien Lespiau1-0/+317