summaryrefslogtreecommitdiff
path: root/cogl/cogl-onscreen.c
Commit message (Expand)AuthorAgeFilesLines
* Don't dereference an unitialised pointer in _cogl_container_ofNeil Roberts2014-02-191-1/+3
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* framebuffer: make format internalRobert Bragg2014-01-011-1/+0
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-2/+2
* wayland: Send COGL_FRAME_EVENT_SYNC based on the frame callbackNeil Roberts2013-07-111-1/+1
* Removes the CoglSwapChain apiRobert Bragg2013-06-141-1/+0
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-16/+13
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-291-53/+133
* wayland: Don't delay resize if nothing is drawn since last swapNeil Roberts2013-05-291-0/+2
* onscreen: Adds swap_buffers_with_damage apiRobert Bragg2013-04-301-2/+11
* Add api for queuing idle callback internallyRobert Bragg2013-04-291-0/+14
* Adds internal cogl closure list utilityRobert Bragg2013-04-291-64/+23
* onscreen: Make the resize callback work the same as the frame callbackNeil Roberts2013-04-041-43/+34
* onscreen: remove _swap_buffers_callback apisRobert Bragg2013-02-151-72/+0
* Make it possible to call swap_buffers within a frame event callbackNeil Roberts2013-02-031-3/+11
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-27/+209
* cogl-onscreen: Add buffer_age supportAdel Gadllah2013-01-231-0/+16
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-271-5/+3
* onscreen: remove unused _cogl_onscreen_newRobert Bragg2012-11-271-28/+0
* framebuffer: remove framebuffer stackRobert Bragg2012-11-261-3/+0
* Fix flushing the stencil viewport clipping workaroundNeil Roberts2012-11-201-11/+1
* onscreen: Free swap notify callback stateRobert Bragg2012-07-091-0/+7
* onscreen: Adds support for resizable windowsRobert Bragg2012-07-091-4/+95
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-6/+6
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-1/+1
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-3/+3
* onscreen: move swap_buffer apis to onscreen namespaceRobert Bragg2012-02-211-11/+11
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+1
* Move the add_swap_buffers_callback functions out of the winsysNeil Roberts2012-02-081-15/+31
* framebuffer: Flush the journal on destructionNeil Roberts2012-01-271-1/+3
* template: Allow configuration of swap throttleRobert Bragg2012-01-161-4/+1
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-12-061-5/+7
* Don't take a reference to the last used onscreen framebufferNeil Roberts2011-11-141-0/+3
* Start to reduce dependence on glibRobert Bragg2011-11-011-11/+12
* framebuffer: split out CoglOnscreen codeRobert Bragg2011-11-011-0/+344