Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mutter mutter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,103
    • Issues 1,103
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 123
    • Merge requests 123
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • muttermutter
  • Merge requests
  • !770

clutter/cogl: Query pending_swaps instead of counting them

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Daniel van Vugt requested to merge vanvugt/mutter:count-pending-frame-infos into master Sep 03, 2019
  • Overview 13
  • Commits 1
  • Pipelines 26
  • Changes 8

Cogl was already counting them internally with the pending_frame_infos queue. This allows us to remove the pending_swaps counter.

This doesn't resolve any bugs but it does allow us to remove the redundant counting logic which has proven unreliable in the past (1, 2).

Edited Oct 23, 2019 by Daniel van Vugt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: count-pending-frame-infos