summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples/cogl-x11-tfp: Add a --gears option to run glxgearsOwen W. Taylor2014-07-171-26/+151
* Add a simple example of stereo drawingOwen W. Taylor2014-07-172-1/+155
* examples/cogl-x11-tfp: Fix compilationOwen W. Taylor2014-07-171-1/+3
* examples/cogl-x11-tfp.c: Handle WM_DELETE_WINDOWOwen W. Taylor2014-07-171-0/+12
* examples/cogl-x11-tfp.c: Wait for the window to be mappedOwen W. Taylor2014-07-171-1/+10
* cogl-basic-video-player: Allow passing a GStreamer pipelineNeil Roberts2014-01-311-12/+122
* remove internal_format and redundant error argumentsRobert Bragg2014-01-014-7/+2
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-0/+1
* Make cogl-sdl.h a top-level headerRobert Bragg2013-11-282-0/+2
* wayland: Add a convenience function to update a region from SHM bufferNeil Roberts2013-11-281-36/+8
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-2711-34/+33
* Add a cogl-point-sprites exampleNeil Roberts2013-08-212-1/+328
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-162-2/+2
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-159-13/+13
* examples: avoid using the auto-texture apisRobert Bragg2013-07-113-15/+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
* Removes the CoglSwapChain apiRobert Bragg2013-06-143-29/+14
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+6
* emscripten-hello: improve mainloop integrationRobert Bragg2013-05-294-10/+61
* Adds initial Emscripten support to CoglRobert Bragg2013-05-293-0/+159
* Update some of the examples to use the dirty callbackNeil Roberts2013-05-294-94/+94
* 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-021-1/+5
* cogl-gst: expose aspect ratio apisRobert Bragg2013-04-291-30/+109
* Move event polling into CoglRendererRobert Bragg2013-04-293-6/+13
* 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-151-8/+54
* cogland: Handle damage events for non-shm buffers tooNeil Roberts2013-04-151-14/+14
* cogland: Don't leak the shell surface struct if requested twiceNeil Roberts2013-04-151-1/+2
* cogland: Fix handling the destroy listener for the pending bufferNeil Roberts2013-04-151-2/+8
* onscreen: Make the resize callback work the same as the frame callbackNeil Roberts2013-04-041-1/+1
* cogland: Flush the clients in prepare, not checkNeil Roberts2013-03-221-2/+4
* cogland: Don't redraw constantlyNeil Roberts2013-03-221-60/+75
* cogland: Rename the binary back to cogland, not cogland2Neil Roberts2013-03-221-3/+3
* cogland: Increase the display size to 800x600Neil Roberts2013-03-211-7/+12
* cogland: Add an option to split the desktop into four outputsNeil Roberts2013-03-211-5/+61
* cogland: Update to the Wayland 1.0 APINeil Roberts2013-03-212-152/+411
* Include CoglGstPlamena Manolova2013-03-192-0/+255
* 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