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,101
    • Issues 1,101
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 122
    • Merge requests 122
  • 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
  • Issues
  • #850
Closed
Open
Issue created Oct 08, 2019 by Christian Hergert@chergertDeveloper

reduced FPS when windows placed behind maximized window

First off, I found this while testing a GTK4 port of GtkSourceView and testing performance on HiDPI.

I notice that the FPS of GTK can drop with a maximized window depending on if there are windows beneath the foreground window. Normally, I would expect this case when shadows are being drawn (since it has to expose the windows behind the foreground). But when the window is maximized, all other draws should be able to be culled.

When I move the maximized window to an empty workspace, the framerate increases.

My expectation would be for these to have the same performance since the other windows are fully obscured.

Edited Oct 08, 2019 by Christian Hergert
Assignee
Assign to
Time tracking