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

Use buffer age to perform partial rendering #5863

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

Commits on Feb 7, 2022

  1. Use buffer age to perform partial rendering

    This commit makes uses of buffer age extension and recent
    alacritty_terminal damage tracking to perform partial redraws on
    platforms supporting `GLX_EXT_buffer_age` and `EGL_EXT_buffer_age`.
    
    The alacritty_terminal damage tracking was enhanced in a way that it
    reports damage only up to `occ`, so partial redraws during scrolling
    are possible.
    
    Fixes alacritty#5843.
    kchibisov committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    21d0d6f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    a0b81d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c998b View commit details
    Browse the repository at this point in the history