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

ws: Save and expose damage buffer information #184

Closed
wants to merge 1 commit into from

Commits on Nov 23, 2023

  1. ws: Save and expose damage buffer information

    The wl_surface.damage_buffer request can be used by clients to inform
    that a given region (in buffer coordinates) is damaged. This request is
    used by eglSwapBuffersWithDamage[EXT|KHR], with one call for each rect.
    
    For more info: https://wayland-book.com/surfaces-in-depth/damaging-surfaces.html
    
    This commit stores this information and exposes it to exported EGL image
    clients.
    
    It also bumps the nested compositor interface to version 4, which
    provides the damage_buffer support.
    lauromoura committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    05b04d5 View commit details
    Browse the repository at this point in the history