summaryrefslogtreecommitdiff
path: root/cogl/cogl-blit.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-13/+18
2014-01-09texture: make cogl_texture_get_format api privateRobert Bragg1-3/+3
2013-11-28Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts1-1/+1
2013-08-19offscreen: rename _new_to_texture to _new_with_textureRobert Bragg1-4/+4
2013-01-22Allow lazy texture storage allocationRobert Bragg1-17/+17
2013-01-22texture: expose mipmap level in set region apisRobert Bragg1-10/+15
2013-01-22blit: avoid referring to framebuffer stackRobert Bragg1-39/+45
2013-01-22Allow propogation of OOM errors to appsRobert Bragg1-0/+1
2013-01-22sync cogl-blit and cogl-texture with masterRobert Bragg1-15/+15
2013-01-22blit: avoid using _COGL_GET_CONTEXTRobert Bragg1-7/+4
2012-08-06Don't use the label 'ERROR' because it conflicts with windows.hNeil Roberts1-4/+4
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-4/+4
2012-08-06Removes all remaining use of CoglHandleRobert Bragg1-53/+54
2012-02-21Adds a context arg to cogl_pipeline_new()Robert Bragg1-1/+1
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2012-02-20moves and renames _cogl_get_format_bppRobert Bragg1-1/+1
2012-02-20Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg1-0/+1
2012-02-07When internally using an FBO, check for allocation errorsNeil Roberts1-11/+37
2011-11-01Start to reduce dependence on glibRobert Bragg1-1/+2
2011-11-01make COGL_FEATURE_OFFSCREEN_BLIT a private featureRobert Bragg1-1/+1
2011-09-19Add internal _cogl_push_source to optionally disable legacy stateNeil Roberts1-1/+2
2011-06-01Make CoglTexture2D public as experimental APIRobert Bragg1-1/+1
2011-04-11cogl: rename cogl-context.h cogl-context-private.hRobert Bragg1-1/+1
2011-02-24cogl-blit: Disable blending when using texture renderNeil Roberts1-0/+6
2011-02-15cogl-atlas: Try 4 different approaches for migrating texturesNeil Roberts1-0/+389