summaryrefslogtreecommitdiff
path: root/examples/cogl-hello.c
Commit message (Expand)AuthorAgeFilesLines
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-4/+4
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-3/+3
* Update some of the examples to use the dirty callbackNeil Roberts2013-05-291-6/+49
* examples: Fix the first colour in the triangle_verticesNeil Roberts2013-04-221-1/+1
* avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg2013-02-151-1/+1
* cogl-hello: use new _add_frame_callback apiRobert Bragg2013-01-301-14/+11
* Adds CoglError apiRobert Bragg2012-09-071-1/+1
* onscreen: Adds support for resizable windowsRobert Bragg2012-07-091-0/+2
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-1/+1
* cogl-hello: use glib mainloop for portabilityRobert Bragg2012-03-051-23/+52
* onscreen: move swap_buffer apis to onscreen namespaceRobert Bragg2012-02-211-1/+1
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-211-1/+1
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-1/+1
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-3/+5
* examples: use cogl_framebuffer_clear4f not cogl_clearRobert Bragg2012-02-091-1/+1
* examples: Remove explicit framebuffer allocationsRobert Bragg2012-02-091-8/+1
* Update all of the examples to use cogl_poll_get_infoNeil Roberts2012-01-051-0/+8
* examples: Allow installing of examplesRobert Bragg2011-10-141-0/+49