Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screencopy clip regions #109

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Screencopy clip regions #109

wants to merge 2 commits into from

Commits on Sep 5, 2021

  1. buffer: Create a global buffer registry

    This is used for tracking buffer damage, as opposed to frame damage.
    any1 committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    b5c0685 View commit details
    Browse the repository at this point in the history
  2. screencopy: Send buffer damage to the compositor

    This tells the compositor that it doesn't need to fill in the regions outside
    the clip region because those regions are already up to date.
    any1 committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    79070f0 View commit details
    Browse the repository at this point in the history