summaryrefslogtreecommitdiff
path: root/examples/cogl-crate.c
Commit message (Expand)AuthorAgeFilesLines
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-291-1/+1
* examples: avoid using the auto-texture apisRobert Bragg2013-07-291-4/+5
* Move event polling into CoglRendererRobert Bragg2013-04-301-2/+5
* Add compiler deprecation warningsRobert Bragg2013-04-241-6/+6
* cogl-crate: use new _add_frame_callback apiRobert Bragg2013-01-301-18/+9
* Adds CoglError apiRobert Bragg2013-01-221-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-3/+3
* cogl-crate: remove redundant g_type_initRobert Bragg2012-04-111-2/+0
* cogl-crate: print GError message if texture load failsRobert Bragg2012-04-111-2/+2
* onscreen: move swap_buffer apis to onscreen namespaceRobert Bragg2012-02-211-4/+4
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-211-1/+1
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-2/+2
* cogl-crate: remove spurious cogl_set_depth_test_enabled callRobert Bragg2012-02-091-2/+0
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-11/+1
* examples: use framebuffer matrix stack apisRobert Bragg2012-02-091-8/+12
* examples: use cogl_framebuffer_clear4f not cogl_clearRobert Bragg2012-02-091-4/+5
* examples: Remove explicit framebuffer allocationsRobert Bragg2012-02-091-9/+1
* cogl-crate: Optionally use the swap buffers notify mechanismNeil Roberts2012-01-091-3/+39
* Update all of the examples to use cogl_poll_get_infoNeil Roberts2012-01-051-0/+8
* examples: Query the size of the framebufferRob Bradford2011-11-141-0/+3
* crate: Use indicesJasper St. Pierre2011-11-011-22/+19
* Rotate according to time not number of frames in the crate exampleNeil Roberts2011-10-171-8/+14
* examples: Allow installing of examplesRobert Bragg2011-10-141-0/+275