summaryrefslogtreecommitdiff
path: root/clutter/clutter-master-clock.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: implement a MasterClock based on GdkFrameClockLionel Landwerlin2015-02-171-1/+12
* main: Make the MasterClock an interfaceLionel Landwerlin2015-02-171-638/+19
* egl: Add a way to pause the ClutterMasterClockJasper St. Pierre2014-05-191-0/+15
* master-clock: Clean up the over-budget diagnosticEmmanuele Bassi2014-04-141-2/+3
* Add clutter_stage_set_sync_delay()Owen W. Taylor2013-02-131-41/+115
* Deprecate clutter_threads_enter()/leave()Emmanuele Bassi2012-07-111-6/+7
* clutter-master-clock.c: Set frame_budget conditionallyChun-wei Fan2012-03-131-0/+2
* master-clock: Add frame budget diagnostic messagesEmmanuele Bassi2012-03-061-1/+54
* master-clock: Clean up the frame processingEmmanuele Bassi2012-03-061-113/+124
* Improve repaint functionsEmmanuele Bassi2012-03-061-3/+5
* Mark internal symbol as privateEmmanuele Bassi2012-02-091-0/+2
* Store the master clock pointer in the main contextEmmanuele Bassi2011-11-141-6/+4
* Remove mentions of clutter_redraw()Emmanuele Bassi2011-10-171-2/+2
* Add a CLUTTER_PAINT debug option to enable continous redrawingNeil Roberts2011-09-231-0/+14
* Start using the monotonic API in GLib ≥ 2.27Emmanuele Bassi2010-11-171-7/+20
* Move away from GTimeValEmmanuele Bassi2010-11-171-28/+23
* Clean up clutter-private.h/6Emmanuele Bassi2010-10-211-0/+1
* Clean up clutter-private.h/3Emmanuele Bassi2010-10-211-0/+1
* Remove unnecessary GLib version checksEmmanuele Bassi2010-10-181-2/+0
* g_source_set_name on custom sources (if available)Colin Walters2010-06-071-0/+3
* stage: Add sanity checks for get_pending_swaps()Emmanuele Bassi2010-02-151-8/+13
* glx backend: Adds support for GLX_INTEL_swap_eventRobert Bragg2010-02-091-10/+62
* clutter-master-clock: Don't wait for a frame if time goes backwardsNeil Roberts2010-02-081-0/+11
* Merge branch 'device-manager'Emmanuele Bassi2010-02-011-4/+3
|\
| * Move all picking-related operations inside InputDeviceEmmanuele Bassi2010-01-201-4/+3
* | master clock: Improve the timeline advancement protectionEmmanuele Bassi2010-01-211-12/+27
|/
* master-clock: Add profiling timersEmmanuele Bassi2010-01-141-0/+31
* master-clock: Take a reference before advancing timelinesEmmanuele Bassi2010-01-041-0/+7
* ensure next iterationRobert Bragg2009-07-101-0/+23
* Add more debug notes inside the master clockEmmanuele Bassi2009-06-291-5/+15
* [master clock] Fix MT safety issuesOle André Vadla Ravnås2009-06-221-0/+8
* [master-clock] Throttle if no redraw was performedNeil Roberts2009-06-101-2/+9
* Run the repaint functions inside the redraw cycleEmmanuele Bassi2009-06-091-1/+2
* Move elapsed-time calculations into ClutterTimelineOwen W. Taylor2009-06-091-33/+4
* Limit the frame rate when not syncing to VBLANKOwen W. Taylor2009-06-091-29/+102
* Compress events as part of the frame cycleOwen W. Taylor2009-06-091-3/+16
* Remove stage update idle and do updates from the master clockOwen W. Taylor2009-06-091-9/+18
* Call g_main_context_wakeup() when we start running timelinesOwen W. Taylor2009-06-091-0/+5
* Remove unused msecs_delta memberOwen W. Taylor2009-06-091-2/+0
* Simplify timeout list handling for the master clockOwen W. Taylor2009-06-091-98/+19
* Only advance the master clock before drawing a frameOwen W. Taylor2009-06-091-63/+0
* Revert commit 762873e7Emmanuele Bassi2009-06-031-20/+1
* [master clock] Avoid excessive redrawsEmmanuele Bassi2009-06-031-1/+20
* [master clock] Use StageManager::peek_stages()Emmanuele Bassi2009-05-291-5/+2
* [master clock] Handle Timeline::started signal correctlyEmmanuele Bassi2009-05-291-7/+60
* [clock] Rework the master clockEmmanuele Bassi2009-05-071-92/+155
* [timeline] Expose the msec advancementEmmanuele Bassi2009-05-011-1/+1
* Use a single master "clock" to drive timelinesEmmanuele Bassi2009-04-241-0/+364