summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Don't build cogl-gles2-gears if configured with --disable-cogl-gles2Neil Roberts2012-08-061-1/+4
* Adds gles2-context renderer constraintRobert Bragg2012-08-062-4/+16
* Adds a cogl-gles2-gears exampleRobert Bragg2012-08-062-1/+813
* Adds initial GLES2 integration supportRobert Bragg2012-08-063-1/+153
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-067-43/+43
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-2/+2
* Rework sdl integration apiRobert Bragg2012-04-121-79/+26
* msaa: print GError message on onscreen alloc failureRobert Bragg2012-04-111-2/+2
* Use cogl_framebuffer_draw_rectangle apiRobert Bragg2012-04-111-4/+5
* 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
* Create standalone public wayland client/server headersRobert Bragg2012-03-201-0/+1
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-1/+1
* cogl-hello: use glib mainloop for portabilityRobert Bragg2012-03-051-23/+52
* tex-pixmap-x11: remove CoglHandle use + pass contextRobert Bragg2012-02-211-3/+9
* onscreen: move swap_buffer apis to onscreen namespaceRobert Bragg2012-02-217-10/+10
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-216-6/+6
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-096-7/+8
* cogl-crate: remove spurious cogl_set_depth_test_enabled callRobert Bragg2012-02-091-2/+0
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-096-27/+18
* examples: use framebuffer matrix stack apisRobert Bragg2012-02-093-17/+23
* examples: use cogl_framebuffer_clear4f not cogl_clearRobert Bragg2012-02-097-24/+12
* examples: Remove explicit framebuffer allocationsRobert Bragg2012-02-096-47/+4
* cogl-info: print out the chosen renderer nameRobert Bragg2012-01-161-10/+51
* Updates in line with latest wayland protocolRobert Bragg2012-01-161-6/+4
* 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-056-28/+139
* Add an example combining SDL and CoglNeil Roberts2011-12-142-0/+124
* cogland: Fix crash when frame callback is destroyed before emittedNeil Roberts2011-12-141-7/+16
* cogland: Update to the new shell interfaceNeil Roberts2011-12-141-27/+101
* cogland: Remove tabsNeil Roberts2011-12-141-11/+11
* cogland: This updates the example wayland compositorRobert Bragg2011-12-071-108/+249
* examples: Query the size of the framebufferRob Bradford2011-11-141-0/+3
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-012-0/+2
* crate: Use indicesJasper St. Pierre2011-11-011-22/+19
* tests: Adds a really simple cogl-info programRobert Bragg2011-11-012-1/+143
* examples: Adds a simple 4x msaa exampleRobert Bragg2011-10-282-1/+115
* Fix make distRico Tzschichholz2011-10-181-0/+1
* Rotate according to time not number of frames in the crate exampleNeil Roberts2011-10-171-8/+14
* examples: Allow installing of examplesRobert Bragg2011-10-145-19/+30
* Add an option to avoid defining G_DISABLE_DEPRECATEDNeil Roberts2011-09-271-5/+0
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-1/+1
* examples: use $(COGL_PANGO_DEP_LIBS) for cogl-pango usersRobert Bragg2011-09-051-1/+1
* android: don't list android/hello/res/values for distRobert Bragg2011-09-051-1/+0
* android: Make sure to dist the hello exampleRobert Bragg2011-08-121-1/+11
* android: Update the hello example to the latest glib-android API changeDamien Lespiau2011-08-121-1/+1
* android: Commit the build.xml fileDamien Lespiau2011-08-122-1/+84
* build: only have libcogl-pango depend on pangoRobert Bragg2011-08-121-0/+1
* hello: Make sure to clear background explicitlyRobert Bragg2011-07-181-0/+3
* examples: Add x11-tfp exampleRobert Bragg2011-07-182-1/+237