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

WIP: API to track damage rectangles #21126

Closed
wants to merge 4 commits into from

Commits on Sep 6, 2020

  1. Use preTranslate when applying offset to matrix

    matrix.preTranslate(x,y) is identical to
    matrix.setConcat(matrix, SkMatrix::Translate(x,y));
    knopp committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    7e9d793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5a9ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c247ac1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Add damage_context to determine damage rectangle

    Damage rectangle can be determined by providing optional FrameDamage argument to CompositorContext::ScopedFrame::Render
    knopp committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    495210e View commit details
    Browse the repository at this point in the history