summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for RG texturesNeil Roberts2014-01-201-0/+4
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-14/+20
* context: add scope annotationLionel Landwerlin2013-09-241-2/+3
* context: improve constructor annotationLionel Landwerlin2013-09-241-2/+2
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+3
* Add fence APIDaniel Stone2013-05-281-0/+1
* Move event polling into CoglRendererRobert Bragg2013-04-291-0/+19
* remove unused _SWAP_BUFFERS_EVENT definesRobert Bragg2013-02-151-4/+0
* Add cogl_get_clock_time()Owen W. Taylor2013-01-301-0/+23
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-0/+3
* Remove the public ARBfp featureNeil Roberts2013-01-301-2/+0
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2012-12-311-3/+3
* doc: Generate a valid cogl-context.xmlDamien Lespiau2012-12-291-2/+2
* Fixes for --disable-glibNeil Roberts2012-11-261-2/+2
* context: Re-add /<* private *>/ for _COGL_N_FEATURE_IDSDamien Lespiau2012-10-081-0/+1
* context: glib-mkenums chokes on /*< private >*/ but supports /*< skip >*/Damien Lespiau2012-10-081-2/+1
* Don't take internal references on the contextRobert Bragg2012-09-101-0/+19
* framebuffer: Support texture based depth buffersDamien Lespiau2012-09-071-1/+3
* Adds CoglError apiRobert Bragg2012-09-071-2/+2
* Remove all experimental API guardsRobert Bragg2012-08-301-8/+0
* Avoid including the EGL headers from the public Cogl headersTomeu Vizoso2012-07-131-18/+0
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* Adds initial GLES2 integration supportRobert Bragg2012-05-171-0/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-3/+3
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-1/+1
* context: Enable new feature testing on COGL_ENABLE_EXPERIMENTAL_APINeil Roberts2012-03-141-3/+3
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-2/+0
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-1/+164
* Start removing _EXP defines and improves some docsRobert Bragg2012-01-051-11/+69
* Add the missing cogl_is_context() functionNeil Roberts2012-01-051-0/+15
* context: Add an accessor to get display associated with the contextDamien Lespiau2011-09-051-0/+4
* fix namespace for cogl_context_egl_get_egl_contextRobert Bragg2011-07-111-2/+2
* Remove cogl_context_set_default APIRobert Bragg2011-07-111-4/+0
* android: Expose the only android specific symbol as experimentalDamien Lespiau2011-05-171-0/+1
* android: Add support for an EGL/Android winsysDamien Lespiau2011-05-171-0/+8
* gles1: Include GLES/egl.h or EGL/egl.h depending on the implementationDamien Lespiau2011-05-171-11/+1
* Moves all EGL code down from Clutter to CoglRobert Bragg2011-05-051-0/+17
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-1/+6
* cogl: Adds experimental cogl_context_new() APIRobert Bragg2011-04-111-0/+62
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-251/+0
* cogl-atlas: Try 4 different approaches for migrating texturesNeil Roberts2011-02-151-0/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-7/+5
* cogl: Fallback to set_data when mapping a buffer to fill itNeil Roberts2011-01-131-0/+6
* Allow multiple CoglAtlases for texturesNeil Roberts2010-12-131-1/+1
* cogl: upload matrices with uniforms on GLES2Neil Roberts2010-12-131-0/+10
* cogl-vertex-attribute: Use glVertexAttribPointer on GLES2Neil Roberts2010-12-131-3/+5
* cogl: Add a vertend to generate GLSLNeil Roberts2010-12-131-1/+2
* cogl-pipeline: Rename the fragment_{source,header}_buffer to codegenNeil Roberts2010-12-131-2/+2
* context: only declare arbfp cache for GLRobert Bragg2010-12-071-0/+2
* arbfp: Adds an ARBfp program cacheRobert Bragg2010-12-071-0/+2