summaryrefslogtreecommitdiff
path: root/examples/cogl-sdl-hello.c
Commit message (Expand)AuthorAgeFilesLines
* Make cogl-sdl.h a top-level headerRobert Bragg2013-11-281-0/+1
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-1/+1
* Update some of the examples to use the dirty callbackNeil Roberts2013-05-291-5/+15
* examples: Fix the first colour in the triangle_verticesNeil Roberts2013-04-221-1/+1
* Convert the two SDL examples to use the frame callbackNeil Roberts2013-01-311-17/+35
* build the sdl examples when glib is disabledRobert Bragg2012-09-241-1/+0
* Adds CoglError apiRobert Bragg2012-09-071-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-3/+3
* Rework sdl integration apiRobert Bragg2012-04-121-79/+26
* 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-5/+3
* examples: use framebuffer matrix stack apisRobert Bragg2012-02-091-5/+7
* examples: use cogl_framebuffer_clear4f not cogl_clearRobert Bragg2012-02-091-3/+2
* examples: Remove explicit framebuffer allocationsRobert Bragg2012-02-091-9/+0
* Update all of the examples to use cogl_poll_get_infoNeil Roberts2012-01-051-28/+101
* Add an example combining SDL and CoglNeil Roberts2011-12-141-0/+118