summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add a cogl-point-sprites exampleNeil Roberts2013-08-212-1/+327
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-192-2/+2
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-299-13/+13
* examples: avoid using the auto-texture apisRobert Bragg2013-07-293-12/+13
* cogland: Use wl_resource_get_user_data instead of resource->dataNeil Roberts2013-07-041-11/+13
* cogland: Use wl_client_add_object instead of wl_client_add_resourceNeil Roberts2013-07-011-56/+68
* wayland-server: Update because wl_shm_buffer is no longer a wl_bufferNeil Roberts2013-07-011-97/+162
* cogl-gst: expose aspect ratio apisRobert Bragg2013-06-211-30/+109
* Include CoglGstPlamena Manolova2013-06-212-0/+255
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+6
* Update some of the examples to use the dirty callbackNeil Roberts2013-05-304-94/+94
* emscripten-hello: improve mainloop integrationRobert Bragg2013-05-294-10/+61
* Adds initial Emscripten support to CoglRobert Bragg2013-05-293-0/+159
* cogland: Listen for Expose events when Cogl is using XNeil Roberts2013-05-131-1/+77
* cogland: Embed the wl_surface struct directly into CoglandSurfaceNeil Roberts2013-05-131-8/+8
* cogland: Correctly handle commits without attaching a new bufferNeil Roberts2013-05-131-1/+5
* Move event polling into CoglRendererRobert Bragg2013-04-303-6/+13
* onscreen: Make the resize callback work the same as the frame callbackNeil Roberts2013-04-301-1/+1
* Add compiler deprecation warningsRobert Bragg2013-04-242-15/+9
* Add $(LIBM) to the LDADD for all of the examples and testsNeil Roberts2013-04-231-1/+2
* Fix a warning about ‘sincos’ in examples/cogl-gles2-gearsNeil Roberts2013-04-231-0/+13
* examples: Fix the first colour in the triangle_verticesNeil Roberts2013-04-228-8/+8
* cogland: Try forcing an EGL contextNeil Roberts2013-04-221-8/+54
* cogland: Handle damage events for non-shm buffers tooNeil Roberts2013-04-221-14/+14
* cogland: Don't leak the shell surface struct if requested twiceNeil Roberts2013-04-221-1/+2
* cogland: Fix handling the destroy listener for the pending bufferNeil Roberts2013-04-221-2/+8
* cogland: Flush the clients in prepare, not checkNeil Roberts2013-03-221-2/+4
* cogland: Don't redraw constantlyNeil Roberts2013-03-221-60/+75
* cogland: Increase the display size to 800x600Neil Roberts2013-03-221-7/+12
* cogland: Add an option to split the desktop into four outputsNeil Roberts2013-03-221-5/+61
* cogland: Update to the Wayland 1.0 APINeil Roberts2013-03-222-153/+412
* avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg2013-02-153-5/+5
* cogl-gles2-gears: use new _add_frame_callback apiRobert Bragg2013-02-151-12/+10
* cogl-gles2-context: use new _add_frame_callback apiRobert Bragg2013-02-151-12/+10
* Convert the two SDL examples to use the frame callbackNeil Roberts2013-01-312-34/+70
* cogl-crate: use new _add_frame_callback apiRobert Bragg2013-01-301-18/+9
* cogl-hello: use new _add_frame_callback apiRobert Bragg2013-01-301-14/+11
* renderer: expose CoglOutputsRobert Bragg2013-01-301-0/+59
* build: update to build with automake 1.13Robert Bragg2013-01-221-2/+2
* Support window resizing in the SDL 2 winsysNeil Roberts2013-01-221-0/+4
* build: don't include deps/glib headers if glib enabledRobert Bragg2013-01-221-3/+9
* build the sdl examples when glib is disabledRobert Bragg2013-01-223-13/+12
* build: Allow to build cogl without an external glib dependencyDamien Lespiau2013-01-221-1/+3
* Adds CoglError apiRobert Bragg2013-01-2212-18/+18
* framebuffer: Support texture based depth buffersDamien Lespiau2013-01-181-0/+6
* build: only build cogland with wayland-server 0.85Robert Bragg2013-01-041-0/+3
* build: remove duplicate cogl_info_SOURCES/LDADD linesRobert Bragg2012-09-031-2/+0
* onscreen: Adds support for resizable windowsRobert Bragg2012-08-062-3/+23
* Add an SDL2 winsysNeil Roberts2012-08-062-0/+143
* Don't build cogl-gles2-gears if configured with --disable-cogl-gles2Neil Roberts2012-08-061-1/+4