summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-11-17cogl: add Mir EGL platformMarco Trevisan (Treviño)1-0/+2
2014-07-17examples/cogl-texture-pixmap-x11: Add a --stereo command line optionOwen W. Taylor1-4/+32
2014-07-17examples/cogl-x11-tfp: Add a --gears option to run glxgearsOwen W. Taylor1-27/+152
2014-07-17Add a simple example of stereo drawingOwen W. Taylor2-1/+155
2014-07-03examples/cogl-x11-tfp: Fix compilationOwen W. Taylor1-1/+3
2014-07-03examples/cogl-x11-tfp.c: Handle WM_DELETE_WINDOWOwen W. Taylor1-0/+12
2014-07-03examples/cogl-x11-tfp.c: Wait for the window to be mappedOwen W. Taylor1-1/+10
2014-03-21examples: add gjs exampleLionel Landwerlin2-0/+47
2014-03-21example: add emscripten files to distLionel Landwerlin1-0/+2
2014-03-20basic-video-player: don't try and sample mipmapRobert Bragg1-16/+0
2014-01-31cogl-basic-video-player: Allow passing a GStreamer pipelineNeil Roberts1-12/+122
2014-01-09remove internal_format and redundant error argumentsRobert Bragg4-7/+2
2014-01-09introduce texture loaders to make allocations lazyRobert Bragg1-0/+1
2013-12-11Make cogl-sdl.h a top-level headerRobert Bragg2-0/+2
2013-11-28wayland: Add a convenience function to update a region from SHM bufferNeil Roberts1-36/+8
2013-11-27Declare interface types as void and remove cast macrosRobert Bragg11-41/+43
2013-08-21Add a cogl-point-sprites exampleNeil Roberts2-1/+327
2013-08-19offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2-2/+2
2013-07-29Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg9-13/+13
2013-07-29examples: avoid using the auto-texture apisRobert Bragg3-12/+13
2013-07-04cogland: Use wl_resource_get_user_data instead of resource->dataNeil Roberts1-11/+13
2013-07-01cogland: Use wl_client_add_object instead of wl_client_add_resourceNeil Roberts1-56/+68
2013-07-01wayland-server: Update because wl_shm_buffer is no longer a wl_bufferNeil Roberts1-97/+162
2013-06-21cogl-gst: expose aspect ratio apisRobert Bragg1-30/+109
2013-06-21Include CoglGstPlamena Manolova2-0/+255
2013-06-07Add support for per-vertex point sizesNeil Roberts1-0/+6
2013-05-30Update some of the examples to use the dirty callbackNeil Roberts4-94/+94
2013-05-29emscripten-hello: improve mainloop integrationRobert Bragg4-10/+61
2013-05-29Adds initial Emscripten support to CoglRobert Bragg3-0/+159
2013-05-13cogland: Listen for Expose events when Cogl is using XNeil Roberts1-1/+77
2013-05-13cogland: Embed the wl_surface struct directly into CoglandSurfaceNeil Roberts1-8/+8
2013-05-13cogland: Correctly handle commits without attaching a new bufferNeil Roberts1-1/+5
2013-04-30Move event polling into CoglRendererRobert Bragg3-6/+13
2013-04-30onscreen: Make the resize callback work the same as the frame callbackNeil Roberts1-1/+1
2013-04-24Add compiler deprecation warningsRobert Bragg2-15/+9
2013-04-23Add $(LIBM) to the LDADD for all of the examples and testsNeil Roberts1-1/+2
2013-04-23Fix a warning about ‘sincos’ in examples/cogl-gles2-gearsNeil Roberts1-0/+13
2013-04-22examples: Fix the first colour in the triangle_verticesNeil Roberts8-8/+8
2013-04-22cogland: Try forcing an EGL contextNeil Roberts1-8/+54
2013-04-22cogland: Handle damage events for non-shm buffers tooNeil Roberts1-14/+14
2013-04-22cogland: Don't leak the shell surface struct if requested twiceNeil Roberts1-1/+2
2013-04-22cogland: Fix handling the destroy listener for the pending bufferNeil Roberts1-2/+8
2013-03-22cogland: Flush the clients in prepare, not checkNeil Roberts1-2/+4
2013-03-22cogland: Don't redraw constantlyNeil Roberts1-60/+75
2013-03-22cogland: Increase the display size to 800x600Neil Roberts1-7/+12
2013-03-22cogland: Add an option to split the desktop into four outputsNeil Roberts1-5/+61
2013-03-22cogland: Update to the Wayland 1.0 APINeil Roberts2-153/+412
2013-02-15avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg3-5/+5
2013-02-15cogl-gles2-gears: use new _add_frame_callback apiRobert Bragg1-12/+10
2013-02-15cogl-gles2-context: use new _add_frame_callback apiRobert Bragg1-12/+10