summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: Fix compiler warningsEmmanuele Bassi2015-06-102-4/+4
* examples: Do not use deprecated Cogl APIEmmanuele Bassi2015-06-101-8/+6
* cogl: add Mir EGL platformMarco Trevisan (Treviño)2014-11-171-0/+2
* examples/cogl-texture-pixmap-x11: Add a --stereo command line optionOwen W. Taylor2014-07-171-4/+32
* examples/cogl-x11-tfp: Add a --gears option to run glxgearsOwen W. Taylor2014-07-171-27/+152
* Add a simple example of stereo drawingOwen W. Taylor2014-07-172-1/+155
* examples/cogl-x11-tfp: Fix compilationOwen W. Taylor2014-07-031-1/+3
* examples/cogl-x11-tfp.c: Handle WM_DELETE_WINDOWOwen W. Taylor2014-07-031-0/+12
* examples/cogl-x11-tfp.c: Wait for the window to be mappedOwen W. Taylor2014-07-031-1/+10
* examples: add gjs exampleLionel Landwerlin2014-03-212-0/+47
* example: add emscripten files to distLionel Landwerlin2014-03-211-0/+2
* basic-video-player: don't try and sample mipmapRobert Bragg2014-03-201-16/+0
* cogl-basic-video-player: Allow passing a GStreamer pipelineNeil Roberts2014-01-311-12/+122
* remove internal_format and redundant error argumentsRobert Bragg2014-01-094-7/+2
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-091-0/+1
* Make cogl-sdl.h a top-level headerRobert Bragg2013-12-112-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-41/+43
* 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