Skip to content

WIP: Two closely related throttling fixes [performance]

  1. CLUTTER_FEATURE_SWAP_EVENTS is different and potentially independent of CLUTTER_FEATURE_SWAP_THROTTLE so remember to check for both. This is required by !73 (closed).

  2. Remove the idle flag because it's hurting high refresh rate monitors (#406 (closed)). Its only practical purpose seems to have been as a partial workaround for #283 (closed).

Edited by Jeff Fortin

Merge request reports